body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  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: #0f7699 !important;
}
.bg-success {
  background-color: #149dcc !important;
}
.bg-info {
  background-color: #b2ccd2 !important;
}
.bg-warning {
  background-color: #255085 !important;
}
.bg-danger {
  background-color: #ebeced !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0f7699 !important;
  background-color: transparent !important;
  border-color: #0f7699 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #0f7699 !important;
  background-color: transparent !important;
  border-color: #0f7699 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #b2ccd2 !important;
  background-color: transparent !important;
  border-color: #b2ccd2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #149dcc !important;
  background-color: transparent !important;
  border-color: #149dcc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeced !important;
  border-color: #ebeced !important;
  color: #676d72 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ebeced !important;
  background-color: transparent !important;
  border-color: #ebeced !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #676d72 !important;
  background-color: #c3c6c9 !important;
  border-color: #c3c6c9 !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: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !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: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !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: #062e3c;
  color: #062e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0f2035;
  color: #0f2035;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b5b9bd;
  color: #b5b9bd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #676d72;
  background-color: #ebeced;
  border-color: #ebeced;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #676d72 !important;
  background-color: #ebeced !important;
  border-color: #ebeced !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: #0f7699 !important;
}
.text-secondary {
  color: #0f7699 !important;
}
.text-success {
  color: #149dcc !important;
}
.text-info {
  color: #b2ccd2 !important;
}
.text-warning {
  color: #255085 !important;
}
.text-danger {
  color: #ebeced !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0f7699 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #062e3c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0f7699 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f7699 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0f7699 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0f7699 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #0f7699 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #0f7699 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b2ccd2;
}
.alert-warning {
  background-color: #255085;
}
.alert-danger {
  background-color: #ebeced;
}
.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: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0f7699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #598ed1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #0f7699;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f7699;
  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-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0f7699;
  border-bottom-color: #0f7699;
}
.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: #0f7699 !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: #0f7699 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230f7699' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rwXm5Y46vC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rwXm5Y46vC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXm5Y46vC a {
  font-style: normal;
}
.cid-rwXm5Y46vC .show {
  overflow: visible;
}
.cid-rwXm5Y46vC .dropdown-menu {
  max-height: 400px;
}
.cid-rwXm5Y46vC .dropdown-item:active {
  background-color: transparent;
}
.cid-rwXm5Y46vC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXm5Y46vC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rwXm5Y46vC .nav-item:focus,
.cid-rwXm5Y46vC .nav-link:focus {
  outline: none;
}
.cid-rwXm5Y46vC .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXm5Y46vC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXm5Y46vC .menu-logo {
  margin-right: auto;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXm5Y46vC .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-rwXm5Y46vC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXm5Y46vC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXm5Y46vC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXm5Y46vC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXm5Y46vC button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXm5Y46vC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXm5Y46vC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXm5Y46vC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-rwXm5Y46vC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXm5Y46vC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwXm5Y46vC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXm5Y46vC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwXm5Y46vC .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: 991px) {
  .cid-rwXm5Y46vC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXm5Y46vC img {
    height: 3.8rem !important;
  }
  .cid-rwXm5Y46vC .btn {
    display: -webkit-flex;
  }
  .cid-rwXm5Y46vC button.navbar-toggler {
    display: block;
  }
  .cid-rwXm5Y46vC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwXm5Y46vC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXm5Y46vC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing,
  .cid-rwXm5Y46vC .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXm5Y46vC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwXm5Y46vC .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: 767px) {
  .cid-rwXm5Y46vC .nav-link {
    justify-content: start!important;
  }
  .cid-rwXm5Y46vC .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwXm5Y46vC .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwXm5Y46vC .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwXm5Y46vC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwXm5Y46vC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXm5Y46vC .nav-link:hover,
.cid-rwXm5Y46vC .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwXm5Y46vC .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ro4BJkHfRs {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
  background-position: right;
}
.cid-ro4BJkHfRs .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-ro4BJkHfRs .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ro4BJkHfRs .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ro4BJkHfRs img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ro4BJkHfRs .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uiGV54Ujfr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #255085;
}
.cid-uiGV54Ujfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGV54Ujfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sDSSJ4dNPH {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDSSJ4dNPH img {
  width: 120px;
  margin: auto;
}
.cid-sDSSJ4dNPH .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDSSJ4dNPH .card {
    max-width: 12.5%;
  }
}
.cid-sDSVkFub7J {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDSVkFub7J img {
  width: 120px;
  margin: auto;
}
.cid-sDSVkFub7J .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDSVkFub7J .card {
    max-width: 12.5%;
  }
}
.cid-tu41bl920x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu41bl920x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu41bl920x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu41bl920x .row {
  justify-content: center;
}
.cid-tu41bl920x .item-wrap {
  z-index: 1;
}
.cid-tu41bl920x .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ro4HkiPJUA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ro4HkiPJUA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #0f7699;
  transition: background 0.3s;
}
.cid-ro4HkiPJUA H2 {
  color: #232323;
}
.cid-ro4HkiPJUA H3 {
  color: #232323;
}
.cid-ro4HkiPJUA .mbr-text,
.cid-ro4HkiPJUA .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4HkiPJUA .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDSLJRP45T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDSLJRP45T .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sDSLJRP45T .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sDSLJRP45T .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-sDSLJRP45T p {
  font-weight: 400;
}
.cid-sDSLJRP45T .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sDSLJRP45T .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-sDSLJRP45T .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sDSLJRP45T .bg1 {
  background: #0f7699;
}
.cid-sDSLJRP45T .bg2 {
  background: #255085;
}
.cid-sDSLJRP45T .bg3 {
  background: #879a9f;
}
.cid-sDSLJRP45T .bg4 {
  background: #149dcc;
}
.cid-sDSLJRP45T .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sDSLJRP45T .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-sDSLJRP45T .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sDSLJRP45T .card-title,
.cid-sDSLJRP45T .card-ico,
.cid-sDSLJRP45T .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sDSLJRP45T .mbr-text,
.cid-sDSLJRP45T .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sDSLJRP45T .row {
    padding: 0 1rem;
  }
}
.cid-ro4H7rqkSh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f5f7;
}
.cid-ro4H7rqkSh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4H7rqkSh H2 {
  color: #36404c;
}
.cid-ro4H7rqkSh H3 {
  color: #36404c;
}
.cid-ro4H7rqkSh .mbr-text,
.cid-ro4H7rqkSh .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4H7rqkSh .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4H7rqkSh img {
  filter: invert(0.5);
}
.cid-sDSXvhY0ge {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sDSXvhY0ge .mbr-section-title {
  margin-bottom: 0;
}
.cid-sDSXvhY0ge .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-sDSXvhY0ge .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sDSXvhY0ge .mbr-iconfont:hover {
  color: #149dcc;
}
.cid-sDSXvhY0ge .image-wrap {
  position: relative;
}
.cid-sDSXvhY0ge .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-sDSXvhY0ge .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-sDSXvhY0ge .card-wrap {
  margin-bottom: 3rem;
}
.cid-sDSXvhY0ge .card-wrap .social-media {
  transition-delay: 0.3s;
}
.cid-sDSXvhY0ge .card-wrap:hover .social-media {
  opacity: 1;
}
.cid-sDSXvhY0ge .card-wrap:hover .img-overlay {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-sDSXvhY0ge .card-wrap .social-media {
    opacity: 1;
  }
  .cid-sDSXvhY0ge .card-wrap .img-overlay {
    opacity: 1;
  }
}
.cid-sDSXvhY0ge .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-sDSXvhY0ge .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sDSXvhY0ge .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-sDSXvhY0ge .img-overlay {
  background: linear-gradient(transparent, #232323);
  pointer-events: none;
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-sDSXvhY0ge .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-sDSXvhY0ge .mbr-role {
  color: #149dcc;
}
.cid-sDSXvhY0ge .mbr-text {
  color: #767676;
}
.cid-sDSYg6NxP1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sDSYg6NxP1 .mbr-section-title {
  margin-bottom: 0;
}
.cid-sDSYg6NxP1 .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-sDSYg6NxP1 .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sDSYg6NxP1 .mbr-iconfont:hover {
  color: #149dcc;
}
.cid-sDSYg6NxP1 .image-wrap {
  position: relative;
}
.cid-sDSYg6NxP1 .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-sDSYg6NxP1 .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-sDSYg6NxP1 .card-wrap {
  margin-bottom: 3rem;
}
.cid-sDSYg6NxP1 .card-wrap .social-media {
  transition-delay: 0.3s;
}
.cid-sDSYg6NxP1 .card-wrap:hover .social-media {
  opacity: 1;
}
.cid-sDSYg6NxP1 .card-wrap:hover .img-overlay {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-sDSYg6NxP1 .card-wrap .social-media {
    opacity: 1;
  }
  .cid-sDSYg6NxP1 .card-wrap .img-overlay {
    opacity: 1;
  }
}
.cid-sDSYg6NxP1 .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-sDSYg6NxP1 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sDSYg6NxP1 .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-sDSYg6NxP1 .img-overlay {
  background: linear-gradient(transparent, #232323);
  pointer-events: none;
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-sDSYg6NxP1 .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-sDSYg6NxP1 .mbr-role {
  color: #149dcc;
}
.cid-sDSYg6NxP1 .mbr-text {
  color: #767676;
}
.cid-sDTqAppwin {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-sDTqAppwin svg {
  margin-right: 10px;
  fill: currentColor;
}
.cid-sDTqAppwin .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sDTqAppwin .item-wrap h4 {
  font-weight: 400;
}
.cid-sDTqAppwin .list {
  margin-left: 0;
  padding-left: 0;
}
.cid-sDTqAppwin .list-group-item {
  background-color: transparent;
  padding: .5rem 1rem;
}
.cid-sDTqAppwin .plan-body {
  padding-bottom: 2rem;
}
.cid-sDTqAppwin .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 0;
}
.cid-sDTqAppwin .price {
  color: #1d2c35;
  line-height: 0.7;
  text-align: left;
}
.cid-sDTqAppwin .price-term {
  color: #0f7699;
  text-align: center;
}
.cid-sDTqAppwin .card-bg {
  background: #e0f0f3;
}
.cid-sDTqAppwin .plan {
  word-break: break-word;
  padding: 2.5rem;
}
.cid-sDTqAppwin .plan .list-group-item {
  position: relative;
  justify-content: left;
  border: 0;
}
.cid-sDTqAppwin .item {
  color: #519E70;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-sDTqAppwin .plan {
    padding: 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTqAppwin .plan {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sDTqAppwin .plan {
    padding: 2.5rem;
  }
}
.cid-sDTqAppwin .plan-title {
  text-align: left;
}
.cid-uFphL453TY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFphL453TY .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-uFphL453TY .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-uFphL453TY .card-img {
  position: relative;
  overflow: hidden;
}
.cid-uFphL453TY a {
  font-weight: 600;
}
.cid-uFphL453TY .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-uFphL453TY .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-uFphL453TY .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uFphL453TY .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-uFphL453TY .card-wrapper {
  height: 100%;
}
.cid-uFphL453TY .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-uFphL453TY .text {
  color: #767676;
}
.cid-uFphL453TY .card-title {
  color: #36404c;
}
.cid-uFphL453TY .card-subtitle {
  color: #0f7699;
}
.cid-uFphL453TY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFphL453TY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sKik7gAMBd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #255085;
  background: linear-gradient(45deg, #255085, #55b4d4);
}
.cid-sKik7gAMBd .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sKik7gAMBd .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sKik7gAMBd H2 {
  margin: 0;
  width: 100%;
}
.cid-sKik7gAMBd h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sKik7gAMBd .title {
    margin-bottom: 2rem;
  }
  .cid-sKik7gAMBd .align-left,
  .cid-sKik7gAMBd .align-right {
    text-align: center;
  }
}
.cid-tFak2Ym89d {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFak2Ym89d .row {
  align-items: center;
}
.cid-tFak2Ym89d .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tFak2Ym89d .mbr-text,
.cid-tFak2Ym89d .mbr-section-btn {
  color: #000000;
}
.cid-tFak2Ym89d .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFak2Ym89d .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tFak2Ym89d .social-list .mbr-iconfont-social:hover {
  background: #0f7699;
  color: white;
}
.cid-tFak2Ym89d .social-list .soc-item {
  margin-right: 1rem;
}
.cid-tFak2Ym89d .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-tFak2Ym89d .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFak2Ym89d .mbr-text-title {
  color: #bbbbbb;
}
.cid-tFak2Ym89d .mbr-section-title {
  color: #255085;
}
.cid-ro5mqKOC1l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-ro5mqKOC1l .mbr-overlay {
  background-color: #0f7699;
  opacity: 0.5;
}
.cid-ro5mqKOC1l textarea {
  min-height: 150px;
}
.cid-ro5mqKOC1l .form-col {
  background: #f5f5f5;
  padding: 3rem 1rem;
}
.cid-ro5mqKOC1l .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-ro5mqKOC1l .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-ro5mqKOC1l .form-wrap {
    max-width: 690px;
  }
  .cid-ro5mqKOC1l .md-pb {
    padding-bottom: 3rem;
  }
  .cid-ro5mqKOC1l .text-wrap {
    max-width: 690px;
  }
}
.cid-ro5mqKOC1l .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-ro5mqKOC1l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #0f7699;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro5mqKOC1l .form-control,
.cid-ro5mqKOC1l .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-ro5mqKOC1l .form-control:hover,
.cid-ro5mqKOC1l .field-input:hover,
.cid-ro5mqKOC1l .form-control:focus,
.cid-ro5mqKOC1l .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-ro5mqKOC1l input::-webkit-input-placeholder,
.cid-ro5mqKOC1l textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ro5mqKOC1l input:-moz-placeholder,
.cid-ro5mqKOC1l textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ro5mqKOC1l .jq-selectbox li,
.cid-ro5mqKOC1l .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ro5mqKOC1l .jq-selectbox li:hover,
.cid-ro5mqKOC1l .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-ro5mqKOC1l .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ro5mqKOC1l .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-ro5mqKOC1l H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ro5mqKOC1l .col-auto {
    margin: auto;
  }
}
.cid-ro5mqKOC1l H3 {
  color: #ffffff;
}
.cid-ro5mqKOC1l H4 {
  color: #36404c;
}
.cid-ro4GJ1pfoz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-ro4GJ1pfoz section {
  position: relative;
}
.cid-ro4GJ1pfoz h4 {
  margin: 0;
}
.cid-ro4GJ1pfoz img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ro4GJ1pfoz a {
  font-weight: 300;
}
.cid-ro4GJ1pfoz .img1 {
  color: #55b4d4;
}
.cid-ro4GJ1pfoz .img2 {
  color: #55b4d4;
}
.cid-ro4GJ1pfoz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4GJ1pfoz .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ro4GJ1pfoz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ro4GJ1pfoz .item,
.cid-ro4GJ1pfoz .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ro4GJ1pfoz .item h4,
.cid-ro4GJ1pfoz .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GJ1pfoz .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ro4GJ1pfoz .item {
    justify-content: center;
  }
}
.cid-ro4GJ1pfoz .item-title {
  color: #c1c1c1;
}
.cid-ro4GMcl2gl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-ro4GMcl2gl .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro4GMcl2gl section {
  position: relative;
}
.cid-ro4GMcl2gl h4 {
  margin: 0;
}
.cid-ro4GMcl2gl a {
  font-weight: 300;
}
.cid-ro4GMcl2gl .row {
  align-items: center;
}
.cid-ro4GMcl2gl .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro4GMcl2gl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GMcl2gl .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .align-left {
    text-align: center;
  }
  .cid-ro4GMcl2gl .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro4GMcl2gl .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro4GMcl2gl .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro4GMcl2gl .item-title {
  color: #c1c1c1;
}
.cid-ro4GMcl2gl H4 {
  color: #c1c1c1;
}
.cid-sDTs4blxXO .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDTs4blxXO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDTs4blxXO a {
  font-style: normal;
}
.cid-sDTs4blxXO .show {
  overflow: visible;
}
.cid-sDTs4blxXO .dropdown-menu {
  max-height: 400px;
}
.cid-sDTs4blxXO .dropdown-item:active {
  background-color: transparent;
}
.cid-sDTs4blxXO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDTs4blxXO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sDTs4blxXO .nav-item:focus,
.cid-sDTs4blxXO .nav-link:focus {
  outline: none;
}
.cid-sDTs4blxXO .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDTs4blxXO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDTs4blxXO .menu-logo {
  margin-right: auto;
}
.cid-sDTs4blxXO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDTs4blxXO .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-sDTs4blxXO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDTs4blxXO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDTs4blxXO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDTs4blxXO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDTs4blxXO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDTs4blxXO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sDTs4blxXO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDTs4blxXO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDTs4blxXO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDTs4blxXO .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sDTs4blxXO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDTs4blxXO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDTs4blxXO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDTs4blxXO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDTs4blxXO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDTs4blxXO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDTs4blxXO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDTs4blxXO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDTs4blxXO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDTs4blxXO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDTs4blxXO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDTs4blxXO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDTs4blxXO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDTs4blxXO button.navbar-toggler:focus {
  outline: none;
}
.cid-sDTs4blxXO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sDTs4blxXO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDTs4blxXO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTs4blxXO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTs4blxXO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDTs4blxXO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTs4blxXO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDTs4blxXO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDTs4blxXO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTs4blxXO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTs4blxXO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDTs4blxXO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDTs4blxXO .collapsed .navbar-collapse.collapsing,
.cid-sDTs4blxXO .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sDTs4blxXO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDTs4blxXO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDTs4blxXO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDTs4blxXO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDTs4blxXO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDTs4blxXO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDTs4blxXO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDTs4blxXO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTs4blxXO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sDTs4blxXO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDTs4blxXO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDTs4blxXO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTs4blxXO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDTs4blxXO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDTs4blxXO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDTs4blxXO .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: 991px) {
  .cid-sDTs4blxXO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTs4blxXO img {
    height: 3.8rem !important;
  }
  .cid-sDTs4blxXO .btn {
    display: -webkit-flex;
  }
  .cid-sDTs4blxXO button.navbar-toggler {
    display: block;
  }
  .cid-sDTs4blxXO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDTs4blxXO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTs4blxXO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDTs4blxXO .navbar-collapse.collapsing,
  .cid-sDTs4blxXO .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sDTs4blxXO .navbar-collapse.collapsing .navbar-nav,
  .cid-sDTs4blxXO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDTs4blxXO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDTs4blxXO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDTs4blxXO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDTs4blxXO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDTs4blxXO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDTs4blxXO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDTs4blxXO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDTs4blxXO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDTs4blxXO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDTs4blxXO .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: 767px) {
  .cid-sDTs4blxXO .nav-link {
    justify-content: start!important;
  }
  .cid-sDTs4blxXO .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sDTs4blxXO .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sDTs4blxXO .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sDTs4blxXO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDTs4blxXO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDTs4blxXO .nav-link:hover,
.cid-sDTs4blxXO .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-sDTs4blxXO .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sDTs4blxXO .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sDTuaQiA9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/nicaraguahead-1300x300.png");
}
.cid-sDTuaQiA9B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDTuaQiA9B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sDTuaQiA9B .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDTuaQiA9B .container {
  min-height: 200px;
}
.cid-sDTuMggvtz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDTuMggvtz .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sDTuMggvtz .row {
  flex-direction: row-reverse;
}
.cid-sDTuMggvtz .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-sDTuMggvtz .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sDTuMggvtz .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sDTuMggvtz .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sDTuMggvtz .mbr-text,
.cid-sDTuMggvtz .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sDTuMggvtz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3zBeTbLwE {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3zBeTbLwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zBeTbLwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-v3zBeTbLwE .content-head {
  max-width: 800px;
}
.cid-v3zBeTbLwE .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zBeTbLwE .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v3zBeTbLwE .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zBeTbLwE .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v3zBeTbLwE .mbr-section-title {
  color: #000000;
}
.cid-sDTs4dS3yI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-sDTs4dS3yI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTs4dS3yI H2 {
  color: #36404c;
}
.cid-sDTs4dS3yI H3 {
  color: #36404c;
}
.cid-sDTs4dS3yI .mbr-text,
.cid-sDTs4dS3yI .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sDTs4dS3yI .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDTs4dS3yI img {
  filter: invert(0.5);
}
.cid-v3zBd9qe5a {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zBd9qe5a img {
  width: 120px;
  margin: auto;
}
.cid-v3zBd9qe5a .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zBd9qe5a .card {
    max-width: 12.5%;
  }
}
.cid-v3zBdIqqv6 {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zBdIqqv6 img {
  width: 120px;
  margin: auto;
}
.cid-v3zBdIqqv6 .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zBdIqqv6 .card {
    max-width: 12.5%;
  }
}
.cid-v3zBear2KY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zBear2KY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zBear2KY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zBear2KY .row {
  justify-content: center;
}
.cid-v3zBear2KY .item-wrap {
  z-index: 1;
}
.cid-v3zBear2KY .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDTs4j7JQ8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-sDTs4j7JQ8 section {
  position: relative;
}
.cid-sDTs4j7JQ8 h4 {
  margin: 0;
}
.cid-sDTs4j7JQ8 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sDTs4j7JQ8 a {
  font-weight: 300;
}
.cid-sDTs4j7JQ8 .img1 {
  color: #55b4d4;
}
.cid-sDTs4j7JQ8 .img2 {
  color: #55b4d4;
}
.cid-sDTs4j7JQ8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTs4j7JQ8 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sDTs4j7JQ8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDTs4j7JQ8 .item,
.cid-sDTs4j7JQ8 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sDTs4j7JQ8 .item h4,
.cid-sDTs4j7JQ8 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTs4j7JQ8 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sDTs4j7JQ8 .item {
    justify-content: center;
  }
}
.cid-sDTs4j7JQ8 .item-title {
  color: #c1c1c1;
}
.cid-sDTs4jHfct {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-sDTs4jHfct .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sDTs4jHfct section {
  position: relative;
}
.cid-sDTs4jHfct h4 {
  margin: 0;
}
.cid-sDTs4jHfct a {
  font-weight: 300;
}
.cid-sDTs4jHfct .row {
  align-items: center;
}
.cid-sDTs4jHfct .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sDTs4jHfct .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTs4jHfct .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sDTs4jHfct .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTs4jHfct .align-left {
    text-align: center;
  }
  .cid-sDTs4jHfct .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDTs4jHfct .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDTs4jHfct .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sDTs4jHfct .item-title {
  color: #c1c1c1;
}
.cid-sDTs4jHfct H4 {
  color: #c1c1c1;
}
.cid-sDTwYQpZIH .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDTwYQpZIH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDTwYQpZIH a {
  font-style: normal;
}
.cid-sDTwYQpZIH .show {
  overflow: visible;
}
.cid-sDTwYQpZIH .dropdown-menu {
  max-height: 400px;
}
.cid-sDTwYQpZIH .dropdown-item:active {
  background-color: transparent;
}
.cid-sDTwYQpZIH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDTwYQpZIH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sDTwYQpZIH .nav-item:focus,
.cid-sDTwYQpZIH .nav-link:focus {
  outline: none;
}
.cid-sDTwYQpZIH .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDTwYQpZIH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDTwYQpZIH .menu-logo {
  margin-right: auto;
}
.cid-sDTwYQpZIH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDTwYQpZIH .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-sDTwYQpZIH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDTwYQpZIH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDTwYQpZIH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDTwYQpZIH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDTwYQpZIH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDTwYQpZIH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sDTwYQpZIH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDTwYQpZIH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDTwYQpZIH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDTwYQpZIH .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sDTwYQpZIH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDTwYQpZIH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDTwYQpZIH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDTwYQpZIH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDTwYQpZIH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDTwYQpZIH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDTwYQpZIH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDTwYQpZIH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDTwYQpZIH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDTwYQpZIH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDTwYQpZIH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDTwYQpZIH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDTwYQpZIH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDTwYQpZIH button.navbar-toggler:focus {
  outline: none;
}
.cid-sDTwYQpZIH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sDTwYQpZIH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDTwYQpZIH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTwYQpZIH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTwYQpZIH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDTwYQpZIH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTwYQpZIH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDTwYQpZIH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDTwYQpZIH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTwYQpZIH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTwYQpZIH .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDTwYQpZIH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDTwYQpZIH .collapsed .navbar-collapse.collapsing,
.cid-sDTwYQpZIH .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sDTwYQpZIH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDTwYQpZIH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDTwYQpZIH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDTwYQpZIH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDTwYQpZIH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDTwYQpZIH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDTwYQpZIH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDTwYQpZIH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTwYQpZIH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sDTwYQpZIH .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDTwYQpZIH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDTwYQpZIH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTwYQpZIH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDTwYQpZIH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDTwYQpZIH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDTwYQpZIH .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: 991px) {
  .cid-sDTwYQpZIH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTwYQpZIH img {
    height: 3.8rem !important;
  }
  .cid-sDTwYQpZIH .btn {
    display: -webkit-flex;
  }
  .cid-sDTwYQpZIH button.navbar-toggler {
    display: block;
  }
  .cid-sDTwYQpZIH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDTwYQpZIH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTwYQpZIH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDTwYQpZIH .navbar-collapse.collapsing,
  .cid-sDTwYQpZIH .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sDTwYQpZIH .navbar-collapse.collapsing .navbar-nav,
  .cid-sDTwYQpZIH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDTwYQpZIH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDTwYQpZIH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDTwYQpZIH .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDTwYQpZIH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDTwYQpZIH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDTwYQpZIH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDTwYQpZIH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDTwYQpZIH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDTwYQpZIH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDTwYQpZIH .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: 767px) {
  .cid-sDTwYQpZIH .nav-link {
    justify-content: start!important;
  }
  .cid-sDTwYQpZIH .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sDTwYQpZIH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sDTwYQpZIH .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sDTwYQpZIH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDTwYQpZIH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDTwYQpZIH .nav-link:hover,
.cid-sDTwYQpZIH .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-sDTwYQpZIH .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sDTwYQpZIH .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sDTwYQVxFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hondurashead-1300x300.png");
}
.cid-sDTwYQVxFJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDTwYQVxFJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sDTwYQVxFJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDTwYQVxFJ .container {
  min-height: 200px;
}
.cid-sDTwYRiCxX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDTwYRiCxX .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sDTwYRiCxX .row {
  flex-direction: row-reverse;
}
.cid-sDTwYRiCxX .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-sDTwYRiCxX .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sDTwYRiCxX .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sDTwYRiCxX .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sDTwYRiCxX .mbr-text,
.cid-sDTwYRiCxX .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sDTwYRiCxX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3zAXV160n {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3zAXV160n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zAXV160n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-v3zAXV160n .content-head {
  max-width: 800px;
}
.cid-v3zAXV160n .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zAXV160n .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v3zAXV160n .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zAXV160n .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v3zAXV160n .mbr-section-title {
  color: #000000;
}
.cid-sDTwYRCc47 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-sDTwYRCc47 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTwYRCc47 H2 {
  color: #36404c;
}
.cid-sDTwYRCc47 H3 {
  color: #36404c;
}
.cid-sDTwYRCc47 .mbr-text,
.cid-sDTwYRCc47 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sDTwYRCc47 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDTwYRCc47 img {
  filter: invert(0.5);
}
.cid-v3zAYIBIgn {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAYIBIgn img {
  width: 120px;
  margin: auto;
}
.cid-v3zAYIBIgn .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zAYIBIgn .card {
    max-width: 12.5%;
  }
}
.cid-v3zAZl6R43 {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAZl6R43 img {
  width: 120px;
  margin: auto;
}
.cid-v3zAZl6R43 .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zAZl6R43 .card {
    max-width: 12.5%;
  }
}
.cid-v3zAZSqbyj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAZSqbyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zAZSqbyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zAZSqbyj .row {
  justify-content: center;
}
.cid-v3zAZSqbyj .item-wrap {
  z-index: 1;
}
.cid-v3zAZSqbyj .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDTwYSCcra {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-sDTwYSCcra section {
  position: relative;
}
.cid-sDTwYSCcra h4 {
  margin: 0;
}
.cid-sDTwYSCcra img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sDTwYSCcra a {
  font-weight: 300;
}
.cid-sDTwYSCcra .img1 {
  color: #55b4d4;
}
.cid-sDTwYSCcra .img2 {
  color: #55b4d4;
}
.cid-sDTwYSCcra .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTwYSCcra .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sDTwYSCcra .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDTwYSCcra .item,
.cid-sDTwYSCcra .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sDTwYSCcra .item h4,
.cid-sDTwYSCcra .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTwYSCcra .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sDTwYSCcra .item {
    justify-content: center;
  }
}
.cid-sDTwYSCcra .item-title {
  color: #c1c1c1;
}
.cid-sDTwYT7zQp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-sDTwYT7zQp .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sDTwYT7zQp section {
  position: relative;
}
.cid-sDTwYT7zQp h4 {
  margin: 0;
}
.cid-sDTwYT7zQp a {
  font-weight: 300;
}
.cid-sDTwYT7zQp .row {
  align-items: center;
}
.cid-sDTwYT7zQp .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sDTwYT7zQp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTwYT7zQp .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sDTwYT7zQp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTwYT7zQp .align-left {
    text-align: center;
  }
  .cid-sDTwYT7zQp .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDTwYT7zQp .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDTwYT7zQp .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sDTwYT7zQp .item-title {
  color: #c1c1c1;
}
.cid-sDTwYT7zQp H4 {
  color: #c1c1c1;
}
.cid-sDTy4GKpKW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDTy4GKpKW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDTy4GKpKW a {
  font-style: normal;
}
.cid-sDTy4GKpKW .show {
  overflow: visible;
}
.cid-sDTy4GKpKW .dropdown-menu {
  max-height: 400px;
}
.cid-sDTy4GKpKW .dropdown-item:active {
  background-color: transparent;
}
.cid-sDTy4GKpKW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDTy4GKpKW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sDTy4GKpKW .nav-item:focus,
.cid-sDTy4GKpKW .nav-link:focus {
  outline: none;
}
.cid-sDTy4GKpKW .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDTy4GKpKW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDTy4GKpKW .menu-logo {
  margin-right: auto;
}
.cid-sDTy4GKpKW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDTy4GKpKW .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-sDTy4GKpKW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDTy4GKpKW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDTy4GKpKW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDTy4GKpKW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDTy4GKpKW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDTy4GKpKW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sDTy4GKpKW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDTy4GKpKW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDTy4GKpKW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDTy4GKpKW .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sDTy4GKpKW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDTy4GKpKW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDTy4GKpKW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDTy4GKpKW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDTy4GKpKW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDTy4GKpKW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDTy4GKpKW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDTy4GKpKW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDTy4GKpKW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDTy4GKpKW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDTy4GKpKW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDTy4GKpKW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDTy4GKpKW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDTy4GKpKW button.navbar-toggler:focus {
  outline: none;
}
.cid-sDTy4GKpKW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sDTy4GKpKW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDTy4GKpKW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTy4GKpKW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTy4GKpKW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDTy4GKpKW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTy4GKpKW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDTy4GKpKW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDTy4GKpKW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTy4GKpKW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTy4GKpKW .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDTy4GKpKW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDTy4GKpKW .collapsed .navbar-collapse.collapsing,
.cid-sDTy4GKpKW .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sDTy4GKpKW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDTy4GKpKW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDTy4GKpKW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDTy4GKpKW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDTy4GKpKW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDTy4GKpKW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDTy4GKpKW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDTy4GKpKW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTy4GKpKW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sDTy4GKpKW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDTy4GKpKW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDTy4GKpKW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTy4GKpKW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDTy4GKpKW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDTy4GKpKW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDTy4GKpKW .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: 991px) {
  .cid-sDTy4GKpKW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTy4GKpKW img {
    height: 3.8rem !important;
  }
  .cid-sDTy4GKpKW .btn {
    display: -webkit-flex;
  }
  .cid-sDTy4GKpKW button.navbar-toggler {
    display: block;
  }
  .cid-sDTy4GKpKW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDTy4GKpKW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTy4GKpKW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDTy4GKpKW .navbar-collapse.collapsing,
  .cid-sDTy4GKpKW .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sDTy4GKpKW .navbar-collapse.collapsing .navbar-nav,
  .cid-sDTy4GKpKW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDTy4GKpKW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDTy4GKpKW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDTy4GKpKW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDTy4GKpKW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDTy4GKpKW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDTy4GKpKW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDTy4GKpKW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDTy4GKpKW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDTy4GKpKW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDTy4GKpKW .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: 767px) {
  .cid-sDTy4GKpKW .nav-link {
    justify-content: start!important;
  }
  .cid-sDTy4GKpKW .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sDTy4GKpKW .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sDTy4GKpKW .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sDTy4GKpKW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDTy4GKpKW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDTy4GKpKW .nav-link:hover,
.cid-sDTy4GKpKW .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-sDTy4GKpKW .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sDTy4GKpKW .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sDTy4Hp2Ml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/guatemalahead-1300x300.png");
}
.cid-sDTy4Hp2Ml .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDTy4Hp2Ml .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sDTy4Hp2Ml .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDTy4Hp2Ml .container {
  min-height: 200px;
}
.cid-sDTy4HOfyQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDTy4HOfyQ .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sDTy4HOfyQ .row {
  flex-direction: row-reverse;
}
.cid-sDTy4HOfyQ .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-sDTy4HOfyQ .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sDTy4HOfyQ .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sDTy4HOfyQ .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sDTy4HOfyQ .mbr-text,
.cid-sDTy4HOfyQ .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sDTy4HOfyQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3zAFbemJc {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3zAFbemJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zAFbemJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-v3zAFbemJc .content-head {
  max-width: 800px;
}
.cid-v3zAFbemJc .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zAFbemJc .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v3zAFbemJc .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zAFbemJc .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v3zAFbemJc .mbr-section-title {
  color: #000000;
}
.cid-sDTy4I7Hqd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-sDTy4I7Hqd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTy4I7Hqd H2 {
  color: #36404c;
}
.cid-sDTy4I7Hqd H3 {
  color: #36404c;
}
.cid-sDTy4I7Hqd .mbr-text,
.cid-sDTy4I7Hqd .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sDTy4I7Hqd .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDTy4I7Hqd img {
  filter: invert(0.5);
}
.cid-v3zAG93387 {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAG93387 img {
  width: 120px;
  margin: auto;
}
.cid-v3zAG93387 .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zAG93387 .card {
    max-width: 12.5%;
  }
}
.cid-v3zAHy3BOy {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAHy3BOy img {
  width: 120px;
  margin: auto;
}
.cid-v3zAHy3BOy .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zAHy3BOy .card {
    max-width: 12.5%;
  }
}
.cid-sDTy4J8YV2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-sDTy4J8YV2 section {
  position: relative;
}
.cid-sDTy4J8YV2 h4 {
  margin: 0;
}
.cid-sDTy4J8YV2 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sDTy4J8YV2 a {
  font-weight: 300;
}
.cid-sDTy4J8YV2 .img1 {
  color: #55b4d4;
}
.cid-sDTy4J8YV2 .img2 {
  color: #55b4d4;
}
.cid-sDTy4J8YV2 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTy4J8YV2 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sDTy4J8YV2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDTy4J8YV2 .item,
.cid-sDTy4J8YV2 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sDTy4J8YV2 .item h4,
.cid-sDTy4J8YV2 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTy4J8YV2 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sDTy4J8YV2 .item {
    justify-content: center;
  }
}
.cid-sDTy4J8YV2 .item-title {
  color: #c1c1c1;
}
.cid-sDTy4JDDHs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-sDTy4JDDHs .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sDTy4JDDHs section {
  position: relative;
}
.cid-sDTy4JDDHs h4 {
  margin: 0;
}
.cid-sDTy4JDDHs a {
  font-weight: 300;
}
.cid-sDTy4JDDHs .row {
  align-items: center;
}
.cid-sDTy4JDDHs .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sDTy4JDDHs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTy4JDDHs .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sDTy4JDDHs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTy4JDDHs .align-left {
    text-align: center;
  }
  .cid-sDTy4JDDHs .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDTy4JDDHs .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDTy4JDDHs .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sDTy4JDDHs .item-title {
  color: #c1c1c1;
}
.cid-sDTy4JDDHs H4 {
  color: #c1c1c1;
}
.cid-sDTyw2ZbB7 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDTyw2ZbB7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDTyw2ZbB7 a {
  font-style: normal;
}
.cid-sDTyw2ZbB7 .show {
  overflow: visible;
}
.cid-sDTyw2ZbB7 .dropdown-menu {
  max-height: 400px;
}
.cid-sDTyw2ZbB7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sDTyw2ZbB7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDTyw2ZbB7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sDTyw2ZbB7 .nav-item:focus,
.cid-sDTyw2ZbB7 .nav-link:focus {
  outline: none;
}
.cid-sDTyw2ZbB7 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDTyw2ZbB7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDTyw2ZbB7 .menu-logo {
  margin-right: auto;
}
.cid-sDTyw2ZbB7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDTyw2ZbB7 .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-sDTyw2ZbB7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDTyw2ZbB7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDTyw2ZbB7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDTyw2ZbB7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDTyw2ZbB7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDTyw2ZbB7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sDTyw2ZbB7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDTyw2ZbB7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDTyw2ZbB7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDTyw2ZbB7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sDTyw2ZbB7 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDTyw2ZbB7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDTyw2ZbB7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDTyw2ZbB7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDTyw2ZbB7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDTyw2ZbB7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDTyw2ZbB7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDTyw2ZbB7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDTyw2ZbB7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDTyw2ZbB7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDTyw2ZbB7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDTyw2ZbB7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDTyw2ZbB7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDTyw2ZbB7 button.navbar-toggler:focus {
  outline: none;
}
.cid-sDTyw2ZbB7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sDTyw2ZbB7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDTyw2ZbB7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTyw2ZbB7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTyw2ZbB7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDTyw2ZbB7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTyw2ZbB7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDTyw2ZbB7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDTyw2ZbB7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTyw2ZbB7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTyw2ZbB7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse.collapsing,
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDTyw2ZbB7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTyw2ZbB7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sDTyw2ZbB7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDTyw2ZbB7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDTyw2ZbB7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTyw2ZbB7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDTyw2ZbB7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDTyw2ZbB7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDTyw2ZbB7 .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: 991px) {
  .cid-sDTyw2ZbB7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTyw2ZbB7 img {
    height: 3.8rem !important;
  }
  .cid-sDTyw2ZbB7 .btn {
    display: -webkit-flex;
  }
  .cid-sDTyw2ZbB7 button.navbar-toggler {
    display: block;
  }
  .cid-sDTyw2ZbB7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDTyw2ZbB7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTyw2ZbB7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDTyw2ZbB7 .navbar-collapse.collapsing,
  .cid-sDTyw2ZbB7 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sDTyw2ZbB7 .navbar-collapse.collapsing .navbar-nav,
  .cid-sDTyw2ZbB7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDTyw2ZbB7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDTyw2ZbB7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDTyw2ZbB7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDTyw2ZbB7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDTyw2ZbB7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDTyw2ZbB7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDTyw2ZbB7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDTyw2ZbB7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDTyw2ZbB7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDTyw2ZbB7 .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: 767px) {
  .cid-sDTyw2ZbB7 .nav-link {
    justify-content: start!important;
  }
  .cid-sDTyw2ZbB7 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sDTyw2ZbB7 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sDTyw2ZbB7 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sDTyw2ZbB7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDTyw2ZbB7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDTyw2ZbB7 .nav-link:hover,
.cid-sDTyw2ZbB7 .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-sDTyw2ZbB7 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sDTyw2ZbB7 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sDTyw3CYFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/belizehead-1300x300.png");
}
.cid-sDTyw3CYFr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDTyw3CYFr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sDTyw3CYFr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDTyw3CYFr .container {
  min-height: 200px;
}
.cid-sDTyw41ERF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDTyw41ERF .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sDTyw41ERF .row {
  flex-direction: row-reverse;
}
.cid-sDTyw41ERF .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-sDTyw41ERF .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sDTyw41ERF .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sDTyw41ERF .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sDTyw41ERF .mbr-text,
.cid-sDTyw41ERF .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sDTyw41ERF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3zyqTsQzP {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3zyqTsQzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zyqTsQzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3zyqTsQzP .content-head {
  max-width: 800px;
}
.cid-v3zyqTsQzP .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zyqTsQzP .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v3zyqTsQzP .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zyqTsQzP .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v3zyqTsQzP .mbr-section-title {
  color: #000000;
}
.cid-sDTyw4kyv7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-sDTyw4kyv7 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTyw4kyv7 H2 {
  color: #36404c;
}
.cid-sDTyw4kyv7 H3 {
  color: #36404c;
}
.cid-sDTyw4kyv7 .mbr-text,
.cid-sDTyw4kyv7 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sDTyw4kyv7 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDTyw4kyv7 img {
  filter: invert(0.5);
}
.cid-v3zzhMWFTC {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zzhMWFTC img {
  width: 120px;
  margin: auto;
}
.cid-v3zzhMWFTC .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zzhMWFTC .card {
    max-width: 12.5%;
  }
}
.cid-v3zziClYrU {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zziClYrU img {
  width: 120px;
  margin: auto;
}
.cid-v3zziClYrU .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zziClYrU .card {
    max-width: 12.5%;
  }
}
.cid-v3zzjqzFVl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zzjqzFVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zzjqzFVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zzjqzFVl .row {
  justify-content: center;
}
.cid-v3zzjqzFVl .item-wrap {
  z-index: 1;
}
.cid-v3zzjqzFVl .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDTyw5o6vY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-sDTyw5o6vY section {
  position: relative;
}
.cid-sDTyw5o6vY h4 {
  margin: 0;
}
.cid-sDTyw5o6vY img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sDTyw5o6vY a {
  font-weight: 300;
}
.cid-sDTyw5o6vY .img1 {
  color: #55b4d4;
}
.cid-sDTyw5o6vY .img2 {
  color: #55b4d4;
}
.cid-sDTyw5o6vY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTyw5o6vY .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sDTyw5o6vY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDTyw5o6vY .item,
.cid-sDTyw5o6vY .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sDTyw5o6vY .item h4,
.cid-sDTyw5o6vY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTyw5o6vY .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sDTyw5o6vY .item {
    justify-content: center;
  }
}
.cid-sDTyw5o6vY .item-title {
  color: #c1c1c1;
}
.cid-sDTyw5XKwG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-sDTyw5XKwG .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sDTyw5XKwG section {
  position: relative;
}
.cid-sDTyw5XKwG h4 {
  margin: 0;
}
.cid-sDTyw5XKwG a {
  font-weight: 300;
}
.cid-sDTyw5XKwG .row {
  align-items: center;
}
.cid-sDTyw5XKwG .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sDTyw5XKwG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTyw5XKwG .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sDTyw5XKwG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTyw5XKwG .align-left {
    text-align: center;
  }
  .cid-sDTyw5XKwG .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDTyw5XKwG .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDTyw5XKwG .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sDTyw5XKwG .item-title {
  color: #c1c1c1;
}
.cid-sDTyw5XKwG H4 {
  color: #c1c1c1;
}
.cid-sDTzAgfbod .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDTzAgfbod .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDTzAgfbod a {
  font-style: normal;
}
.cid-sDTzAgfbod .show {
  overflow: visible;
}
.cid-sDTzAgfbod .dropdown-menu {
  max-height: 400px;
}
.cid-sDTzAgfbod .dropdown-item:active {
  background-color: transparent;
}
.cid-sDTzAgfbod .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDTzAgfbod .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sDTzAgfbod .nav-item:focus,
.cid-sDTzAgfbod .nav-link:focus {
  outline: none;
}
.cid-sDTzAgfbod .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDTzAgfbod .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDTzAgfbod .menu-logo {
  margin-right: auto;
}
.cid-sDTzAgfbod .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDTzAgfbod .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-sDTzAgfbod .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDTzAgfbod .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDTzAgfbod .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDTzAgfbod .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDTzAgfbod .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDTzAgfbod .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sDTzAgfbod .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDTzAgfbod .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDTzAgfbod .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDTzAgfbod .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sDTzAgfbod .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDTzAgfbod .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDTzAgfbod .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDTzAgfbod .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDTzAgfbod .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDTzAgfbod .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDTzAgfbod .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDTzAgfbod .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDTzAgfbod .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDTzAgfbod .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDTzAgfbod .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDTzAgfbod .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDTzAgfbod button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDTzAgfbod button.navbar-toggler:focus {
  outline: none;
}
.cid-sDTzAgfbod button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sDTzAgfbod button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDTzAgfbod button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTzAgfbod button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTzAgfbod button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDTzAgfbod nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTzAgfbod nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDTzAgfbod nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDTzAgfbod nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTzAgfbod .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTzAgfbod .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDTzAgfbod .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDTzAgfbod .collapsed .navbar-collapse.collapsing,
.cid-sDTzAgfbod .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sDTzAgfbod .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDTzAgfbod .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDTzAgfbod .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDTzAgfbod .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDTzAgfbod .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDTzAgfbod .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDTzAgfbod .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDTzAgfbod .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTzAgfbod .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sDTzAgfbod .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDTzAgfbod .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDTzAgfbod .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTzAgfbod .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDTzAgfbod .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDTzAgfbod .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDTzAgfbod .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: 991px) {
  .cid-sDTzAgfbod.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTzAgfbod img {
    height: 3.8rem !important;
  }
  .cid-sDTzAgfbod .btn {
    display: -webkit-flex;
  }
  .cid-sDTzAgfbod button.navbar-toggler {
    display: block;
  }
  .cid-sDTzAgfbod .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDTzAgfbod .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTzAgfbod .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDTzAgfbod .navbar-collapse.collapsing,
  .cid-sDTzAgfbod .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sDTzAgfbod .navbar-collapse.collapsing .navbar-nav,
  .cid-sDTzAgfbod .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDTzAgfbod .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDTzAgfbod .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDTzAgfbod .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDTzAgfbod .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDTzAgfbod .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDTzAgfbod .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDTzAgfbod .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDTzAgfbod .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDTzAgfbod .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDTzAgfbod .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: 767px) {
  .cid-sDTzAgfbod .nav-link {
    justify-content: start!important;
  }
  .cid-sDTzAgfbod .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sDTzAgfbod .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sDTzAgfbod .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sDTzAgfbod .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDTzAgfbod .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDTzAgfbod .nav-link:hover,
.cid-sDTzAgfbod .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-sDTzAgfbod .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sDTzAgfbod .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sDTzAgTQgw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/costaricahead-1300x300.png");
}
.cid-sDTzAgTQgw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDTzAgTQgw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sDTzAgTQgw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDTzAgTQgw .container {
  min-height: 200px;
}
.cid-sDTzAhim3M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDTzAhim3M .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sDTzAhim3M .row {
  flex-direction: row-reverse;
}
.cid-sDTzAhim3M .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-sDTzAhim3M .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sDTzAhim3M .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sDTzAhim3M .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sDTzAhim3M .mbr-text,
.cid-sDTzAhim3M .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sDTzAhim3M .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3zzwdBX6f {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3zzwdBX6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zzwdBX6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3zzwdBX6f .content-head {
  max-width: 800px;
}
.cid-v3zzwdBX6f .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zzwdBX6f .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v3zzwdBX6f .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zzwdBX6f .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v3zzwdBX6f .mbr-section-title {
  color: #000000;
}
.cid-sDTzAhBKJu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-sDTzAhBKJu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTzAhBKJu H2 {
  color: #36404c;
}
.cid-sDTzAhBKJu H3 {
  color: #36404c;
}
.cid-sDTzAhBKJu .mbr-text,
.cid-sDTzAhBKJu .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sDTzAhBKJu .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDTzAhBKJu img {
  filter: invert(0.5);
}
.cid-v3zzGNAszU {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zzGNAszU img {
  width: 120px;
  margin: auto;
}
.cid-v3zzGNAszU .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zzGNAszU .card {
    max-width: 12.5%;
  }
}
.cid-v3zzHvO8Cf {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zzHvO8Cf img {
  width: 120px;
  margin: auto;
}
.cid-v3zzHvO8Cf .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zzHvO8Cf .card {
    max-width: 12.5%;
  }
}
.cid-v3zzI8kMsW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zzI8kMsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zzI8kMsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zzI8kMsW .row {
  justify-content: center;
}
.cid-v3zzI8kMsW .item-wrap {
  z-index: 1;
}
.cid-v3zzI8kMsW .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDTzAiBoXi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-sDTzAiBoXi section {
  position: relative;
}
.cid-sDTzAiBoXi h4 {
  margin: 0;
}
.cid-sDTzAiBoXi img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sDTzAiBoXi a {
  font-weight: 300;
}
.cid-sDTzAiBoXi .img1 {
  color: #55b4d4;
}
.cid-sDTzAiBoXi .img2 {
  color: #55b4d4;
}
.cid-sDTzAiBoXi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTzAiBoXi .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sDTzAiBoXi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDTzAiBoXi .item,
.cid-sDTzAiBoXi .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sDTzAiBoXi .item h4,
.cid-sDTzAiBoXi .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTzAiBoXi .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sDTzAiBoXi .item {
    justify-content: center;
  }
}
.cid-sDTzAiBoXi .item-title {
  color: #c1c1c1;
}
.cid-sDTzAj84E7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-sDTzAj84E7 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sDTzAj84E7 section {
  position: relative;
}
.cid-sDTzAj84E7 h4 {
  margin: 0;
}
.cid-sDTzAj84E7 a {
  font-weight: 300;
}
.cid-sDTzAj84E7 .row {
  align-items: center;
}
.cid-sDTzAj84E7 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sDTzAj84E7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTzAj84E7 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sDTzAj84E7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTzAj84E7 .align-left {
    text-align: center;
  }
  .cid-sDTzAj84E7 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDTzAj84E7 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDTzAj84E7 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sDTzAj84E7 .item-title {
  color: #c1c1c1;
}
.cid-sDTzAj84E7 H4 {
  color: #c1c1c1;
}
.cid-sDTA1A3H5A .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDTA1A3H5A .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDTA1A3H5A a {
  font-style: normal;
}
.cid-sDTA1A3H5A .show {
  overflow: visible;
}
.cid-sDTA1A3H5A .dropdown-menu {
  max-height: 400px;
}
.cid-sDTA1A3H5A .dropdown-item:active {
  background-color: transparent;
}
.cid-sDTA1A3H5A .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDTA1A3H5A .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sDTA1A3H5A .nav-item:focus,
.cid-sDTA1A3H5A .nav-link:focus {
  outline: none;
}
.cid-sDTA1A3H5A .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDTA1A3H5A .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDTA1A3H5A .menu-logo {
  margin-right: auto;
}
.cid-sDTA1A3H5A .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDTA1A3H5A .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-sDTA1A3H5A .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDTA1A3H5A .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDTA1A3H5A .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDTA1A3H5A .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDTA1A3H5A .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDTA1A3H5A .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sDTA1A3H5A .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDTA1A3H5A .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDTA1A3H5A .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDTA1A3H5A .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sDTA1A3H5A .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDTA1A3H5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDTA1A3H5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDTA1A3H5A .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDTA1A3H5A .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDTA1A3H5A .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDTA1A3H5A .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDTA1A3H5A .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDTA1A3H5A .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDTA1A3H5A .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDTA1A3H5A .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDTA1A3H5A .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDTA1A3H5A button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDTA1A3H5A button.navbar-toggler:focus {
  outline: none;
}
.cid-sDTA1A3H5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sDTA1A3H5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDTA1A3H5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTA1A3H5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTA1A3H5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDTA1A3H5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTA1A3H5A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDTA1A3H5A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDTA1A3H5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTA1A3H5A .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTA1A3H5A .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDTA1A3H5A .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDTA1A3H5A .collapsed .navbar-collapse.collapsing,
.cid-sDTA1A3H5A .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sDTA1A3H5A .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDTA1A3H5A .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDTA1A3H5A .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDTA1A3H5A .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDTA1A3H5A .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDTA1A3H5A .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDTA1A3H5A .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDTA1A3H5A .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTA1A3H5A .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sDTA1A3H5A .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDTA1A3H5A .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDTA1A3H5A .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTA1A3H5A .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDTA1A3H5A .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDTA1A3H5A .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDTA1A3H5A .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: 991px) {
  .cid-sDTA1A3H5A.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTA1A3H5A img {
    height: 3.8rem !important;
  }
  .cid-sDTA1A3H5A .btn {
    display: -webkit-flex;
  }
  .cid-sDTA1A3H5A button.navbar-toggler {
    display: block;
  }
  .cid-sDTA1A3H5A .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDTA1A3H5A .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTA1A3H5A .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDTA1A3H5A .navbar-collapse.collapsing,
  .cid-sDTA1A3H5A .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sDTA1A3H5A .navbar-collapse.collapsing .navbar-nav,
  .cid-sDTA1A3H5A .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDTA1A3H5A .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDTA1A3H5A .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDTA1A3H5A .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDTA1A3H5A .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDTA1A3H5A .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDTA1A3H5A .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDTA1A3H5A .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDTA1A3H5A .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDTA1A3H5A .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDTA1A3H5A .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: 767px) {
  .cid-sDTA1A3H5A .nav-link {
    justify-content: start!important;
  }
  .cid-sDTA1A3H5A .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sDTA1A3H5A .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sDTA1A3H5A .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sDTA1A3H5A .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDTA1A3H5A .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDTA1A3H5A .nav-link:hover,
.cid-sDTA1A3H5A .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-sDTA1A3H5A .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sDTA1A3H5A .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sDTA1AtSSj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/panamahead-1300x300.png");
}
.cid-sDTA1AtSSj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDTA1AtSSj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sDTA1AtSSj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDTA1AtSSj .container {
  min-height: 200px;
}
.cid-sDTA1AKA6c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDTA1AKA6c .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sDTA1AKA6c .row {
  flex-direction: row-reverse;
}
.cid-sDTA1AKA6c .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-sDTA1AKA6c .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sDTA1AKA6c .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sDTA1AKA6c .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sDTA1AKA6c .mbr-text,
.cid-sDTA1AKA6c .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sDTA1AKA6c .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3zBoJ3cWC {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3zBoJ3cWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zBoJ3cWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-v3zBoJ3cWC .content-head {
  max-width: 800px;
}
.cid-v3zBoJ3cWC .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zBoJ3cWC .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v3zBoJ3cWC .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zBoJ3cWC .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v3zBoJ3cWC .mbr-section-title {
  color: #000000;
}
.cid-sDTA1B4ikU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-sDTA1B4ikU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTA1B4ikU H2 {
  color: #36404c;
}
.cid-sDTA1B4ikU H3 {
  color: #36404c;
}
.cid-sDTA1B4ikU .mbr-text,
.cid-sDTA1B4ikU .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sDTA1B4ikU .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDTA1B4ikU img {
  filter: invert(0.5);
}
.cid-v3zBmSzWbt {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zBmSzWbt img {
  width: 120px;
  margin: auto;
}
.cid-v3zBmSzWbt .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zBmSzWbt .card {
    max-width: 12.5%;
  }
}
.cid-v3zBnAxp1i {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zBnAxp1i img {
  width: 120px;
  margin: auto;
}
.cid-v3zBnAxp1i .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zBnAxp1i .card {
    max-width: 12.5%;
  }
}
.cid-v3zBo4zBDr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zBo4zBDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zBo4zBDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zBo4zBDr .row {
  justify-content: center;
}
.cid-v3zBo4zBDr .item-wrap {
  z-index: 1;
}
.cid-v3zBo4zBDr .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDTA1C3GVe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-sDTA1C3GVe section {
  position: relative;
}
.cid-sDTA1C3GVe h4 {
  margin: 0;
}
.cid-sDTA1C3GVe img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sDTA1C3GVe a {
  font-weight: 300;
}
.cid-sDTA1C3GVe .img1 {
  color: #55b4d4;
}
.cid-sDTA1C3GVe .img2 {
  color: #55b4d4;
}
.cid-sDTA1C3GVe .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTA1C3GVe .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sDTA1C3GVe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDTA1C3GVe .item,
.cid-sDTA1C3GVe .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sDTA1C3GVe .item h4,
.cid-sDTA1C3GVe .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTA1C3GVe .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sDTA1C3GVe .item {
    justify-content: center;
  }
}
.cid-sDTA1C3GVe .item-title {
  color: #c1c1c1;
}
.cid-sDTA1CyeXO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-sDTA1CyeXO .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sDTA1CyeXO section {
  position: relative;
}
.cid-sDTA1CyeXO h4 {
  margin: 0;
}
.cid-sDTA1CyeXO a {
  font-weight: 300;
}
.cid-sDTA1CyeXO .row {
  align-items: center;
}
.cid-sDTA1CyeXO .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sDTA1CyeXO .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTA1CyeXO .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sDTA1CyeXO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTA1CyeXO .align-left {
    text-align: center;
  }
  .cid-sDTA1CyeXO .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDTA1CyeXO .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDTA1CyeXO .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sDTA1CyeXO .item-title {
  color: #c1c1c1;
}
.cid-sDTA1CyeXO H4 {
  color: #c1c1c1;
}
.cid-sDTzZf94wK .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDTzZf94wK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDTzZf94wK a {
  font-style: normal;
}
.cid-sDTzZf94wK .show {
  overflow: visible;
}
.cid-sDTzZf94wK .dropdown-menu {
  max-height: 400px;
}
.cid-sDTzZf94wK .dropdown-item:active {
  background-color: transparent;
}
.cid-sDTzZf94wK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDTzZf94wK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sDTzZf94wK .nav-item:focus,
.cid-sDTzZf94wK .nav-link:focus {
  outline: none;
}
.cid-sDTzZf94wK .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDTzZf94wK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDTzZf94wK .menu-logo {
  margin-right: auto;
}
.cid-sDTzZf94wK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDTzZf94wK .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-sDTzZf94wK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDTzZf94wK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDTzZf94wK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDTzZf94wK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDTzZf94wK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDTzZf94wK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sDTzZf94wK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDTzZf94wK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDTzZf94wK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDTzZf94wK .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sDTzZf94wK .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDTzZf94wK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDTzZf94wK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDTzZf94wK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDTzZf94wK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDTzZf94wK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDTzZf94wK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDTzZf94wK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDTzZf94wK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDTzZf94wK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDTzZf94wK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDTzZf94wK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDTzZf94wK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDTzZf94wK button.navbar-toggler:focus {
  outline: none;
}
.cid-sDTzZf94wK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sDTzZf94wK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDTzZf94wK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTzZf94wK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTzZf94wK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDTzZf94wK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTzZf94wK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDTzZf94wK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDTzZf94wK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTzZf94wK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTzZf94wK .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDTzZf94wK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDTzZf94wK .collapsed .navbar-collapse.collapsing,
.cid-sDTzZf94wK .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sDTzZf94wK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDTzZf94wK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDTzZf94wK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDTzZf94wK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDTzZf94wK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDTzZf94wK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDTzZf94wK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDTzZf94wK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTzZf94wK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sDTzZf94wK .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDTzZf94wK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDTzZf94wK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTzZf94wK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDTzZf94wK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDTzZf94wK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDTzZf94wK .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: 991px) {
  .cid-sDTzZf94wK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTzZf94wK img {
    height: 3.8rem !important;
  }
  .cid-sDTzZf94wK .btn {
    display: -webkit-flex;
  }
  .cid-sDTzZf94wK button.navbar-toggler {
    display: block;
  }
  .cid-sDTzZf94wK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDTzZf94wK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTzZf94wK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDTzZf94wK .navbar-collapse.collapsing,
  .cid-sDTzZf94wK .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sDTzZf94wK .navbar-collapse.collapsing .navbar-nav,
  .cid-sDTzZf94wK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDTzZf94wK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDTzZf94wK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDTzZf94wK .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDTzZf94wK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDTzZf94wK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDTzZf94wK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDTzZf94wK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDTzZf94wK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDTzZf94wK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDTzZf94wK .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: 767px) {
  .cid-sDTzZf94wK .nav-link {
    justify-content: start!important;
  }
  .cid-sDTzZf94wK .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sDTzZf94wK .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sDTzZf94wK .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sDTzZf94wK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDTzZf94wK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDTzZf94wK .nav-link:hover,
.cid-sDTzZf94wK .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-sDTzZf94wK .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sDTzZf94wK .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sDTzZfMu68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dominicanrepublichead-1300x300.png");
}
.cid-sDTzZfMu68 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDTzZfMu68 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sDTzZfMu68 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDTzZfMu68 .container {
  min-height: 200px;
}
.cid-sDTzZgbusv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDTzZgbusv .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sDTzZgbusv .row {
  flex-direction: row-reverse;
}
.cid-sDTzZgbusv .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-sDTzZgbusv .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sDTzZgbusv .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sDTzZgbusv .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sDTzZgbusv .mbr-text,
.cid-sDTzZgbusv .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sDTzZgbusv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3zAbKIUVa {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3zAbKIUVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zAbKIUVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3zAbKIUVa .content-head {
  max-width: 800px;
}
.cid-v3zAbKIUVa .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zAbKIUVa .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v3zAbKIUVa .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zAbKIUVa .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v3zAbKIUVa .mbr-section-title {
  color: #000000;
}
.cid-sDTzZguCCZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-sDTzZguCCZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTzZguCCZ H2 {
  color: #36404c;
}
.cid-sDTzZguCCZ H3 {
  color: #36404c;
}
.cid-sDTzZguCCZ .mbr-text,
.cid-sDTzZguCCZ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sDTzZguCCZ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDTzZguCCZ img {
  filter: invert(0.5);
}
.cid-v3zAjHiv3K {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAjHiv3K img {
  width: 120px;
  margin: auto;
}
.cid-v3zAjHiv3K .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zAjHiv3K .card {
    max-width: 12.5%;
  }
}
.cid-v3zAknorlP {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAknorlP img {
  width: 120px;
  margin: auto;
}
.cid-v3zAknorlP .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zAknorlP .card {
    max-width: 12.5%;
  }
}
.cid-v3zAkUPWvs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAkUPWvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zAkUPWvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zAkUPWvs .row {
  justify-content: center;
}
.cid-v3zAkUPWvs .item-wrap {
  z-index: 1;
}
.cid-v3zAkUPWvs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDTzZhupCv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-sDTzZhupCv section {
  position: relative;
}
.cid-sDTzZhupCv h4 {
  margin: 0;
}
.cid-sDTzZhupCv img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sDTzZhupCv a {
  font-weight: 300;
}
.cid-sDTzZhupCv .img1 {
  color: #55b4d4;
}
.cid-sDTzZhupCv .img2 {
  color: #55b4d4;
}
.cid-sDTzZhupCv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTzZhupCv .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sDTzZhupCv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDTzZhupCv .item,
.cid-sDTzZhupCv .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sDTzZhupCv .item h4,
.cid-sDTzZhupCv .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTzZhupCv .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sDTzZhupCv .item {
    justify-content: center;
  }
}
.cid-sDTzZhupCv .item-title {
  color: #c1c1c1;
}
.cid-sDTzZi0QVl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-sDTzZi0QVl .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sDTzZi0QVl section {
  position: relative;
}
.cid-sDTzZi0QVl h4 {
  margin: 0;
}
.cid-sDTzZi0QVl a {
  font-weight: 300;
}
.cid-sDTzZi0QVl .row {
  align-items: center;
}
.cid-sDTzZi0QVl .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sDTzZi0QVl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTzZi0QVl .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sDTzZi0QVl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTzZi0QVl .align-left {
    text-align: center;
  }
  .cid-sDTzZi0QVl .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDTzZi0QVl .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDTzZi0QVl .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sDTzZi0QVl .item-title {
  color: #c1c1c1;
}
.cid-sDTzZi0QVl H4 {
  color: #c1c1c1;
}
.cid-sDTAPNLqwb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDTAPNLqwb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDTAPNLqwb a {
  font-style: normal;
}
.cid-sDTAPNLqwb .show {
  overflow: visible;
}
.cid-sDTAPNLqwb .dropdown-menu {
  max-height: 400px;
}
.cid-sDTAPNLqwb .dropdown-item:active {
  background-color: transparent;
}
.cid-sDTAPNLqwb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDTAPNLqwb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sDTAPNLqwb .nav-item:focus,
.cid-sDTAPNLqwb .nav-link:focus {
  outline: none;
}
.cid-sDTAPNLqwb .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDTAPNLqwb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDTAPNLqwb .menu-logo {
  margin-right: auto;
}
.cid-sDTAPNLqwb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDTAPNLqwb .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-sDTAPNLqwb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDTAPNLqwb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDTAPNLqwb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDTAPNLqwb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDTAPNLqwb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDTAPNLqwb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sDTAPNLqwb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDTAPNLqwb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDTAPNLqwb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDTAPNLqwb .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sDTAPNLqwb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDTAPNLqwb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDTAPNLqwb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDTAPNLqwb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDTAPNLqwb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDTAPNLqwb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDTAPNLqwb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDTAPNLqwb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDTAPNLqwb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDTAPNLqwb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDTAPNLqwb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDTAPNLqwb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDTAPNLqwb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDTAPNLqwb button.navbar-toggler:focus {
  outline: none;
}
.cid-sDTAPNLqwb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sDTAPNLqwb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDTAPNLqwb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTAPNLqwb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTAPNLqwb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDTAPNLqwb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTAPNLqwb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDTAPNLqwb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDTAPNLqwb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTAPNLqwb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTAPNLqwb .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDTAPNLqwb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDTAPNLqwb .collapsed .navbar-collapse.collapsing,
.cid-sDTAPNLqwb .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sDTAPNLqwb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDTAPNLqwb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDTAPNLqwb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDTAPNLqwb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDTAPNLqwb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDTAPNLqwb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDTAPNLqwb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDTAPNLqwb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTAPNLqwb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sDTAPNLqwb .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDTAPNLqwb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDTAPNLqwb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTAPNLqwb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDTAPNLqwb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDTAPNLqwb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDTAPNLqwb .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: 991px) {
  .cid-sDTAPNLqwb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTAPNLqwb img {
    height: 3.8rem !important;
  }
  .cid-sDTAPNLqwb .btn {
    display: -webkit-flex;
  }
  .cid-sDTAPNLqwb button.navbar-toggler {
    display: block;
  }
  .cid-sDTAPNLqwb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDTAPNLqwb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTAPNLqwb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDTAPNLqwb .navbar-collapse.collapsing,
  .cid-sDTAPNLqwb .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sDTAPNLqwb .navbar-collapse.collapsing .navbar-nav,
  .cid-sDTAPNLqwb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDTAPNLqwb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDTAPNLqwb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDTAPNLqwb .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDTAPNLqwb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDTAPNLqwb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDTAPNLqwb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDTAPNLqwb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDTAPNLqwb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDTAPNLqwb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDTAPNLqwb .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: 767px) {
  .cid-sDTAPNLqwb .nav-link {
    justify-content: start!important;
  }
  .cid-sDTAPNLqwb .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sDTAPNLqwb .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sDTAPNLqwb .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sDTAPNLqwb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDTAPNLqwb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDTAPNLqwb .nav-link:hover,
.cid-sDTAPNLqwb .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-sDTAPNLqwb .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sDTAPNLqwb .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sDTAPOqtMs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elsalvadorhead-1300x300.png");
}
.cid-sDTAPOqtMs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDTAPOqtMs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sDTAPOqtMs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDTAPOqtMs .container {
  min-height: 200px;
}
.cid-sDTAPOPEiI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDTAPOPEiI .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sDTAPOPEiI .row {
  flex-direction: row-reverse;
}
.cid-sDTAPOPEiI .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-sDTAPOPEiI .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sDTAPOPEiI .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sDTAPOPEiI .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sDTAPOPEiI .mbr-text,
.cid-sDTAPOPEiI .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sDTAPOPEiI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3zAsSDNu9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3zAsSDNu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zAsSDNu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-v3zAsSDNu9 .content-head {
  max-width: 800px;
}
.cid-v3zAsSDNu9 .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zAsSDNu9 .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v3zAsSDNu9 .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v3zAsSDNu9 .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v3zAsSDNu9 .mbr-section-title {
  color: #000000;
}
.cid-sDTAPP7otp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-sDTAPP7otp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTAPP7otp H2 {
  color: #36404c;
}
.cid-sDTAPP7otp H3 {
  color: #36404c;
}
.cid-sDTAPP7otp .mbr-text,
.cid-sDTAPP7otp .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sDTAPP7otp .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDTAPP7otp img {
  filter: invert(0.5);
}
.cid-v3zAu1Rpxg {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAu1Rpxg img {
  width: 120px;
  margin: auto;
}
.cid-v3zAu1Rpxg .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zAu1Rpxg .card {
    max-width: 12.5%;
  }
}
.cid-v3zAuCfveV {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAuCfveV img {
  width: 120px;
  margin: auto;
}
.cid-v3zAuCfveV .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3zAuCfveV .card {
    max-width: 12.5%;
  }
}
.cid-v3zAvlIG3j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zAvlIG3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zAvlIG3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zAvlIG3j .row {
  justify-content: center;
}
.cid-v3zAvlIG3j .item-wrap {
  z-index: 1;
}
.cid-v3zAvlIG3j .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDTAPQ50Y4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-sDTAPQ50Y4 section {
  position: relative;
}
.cid-sDTAPQ50Y4 h4 {
  margin: 0;
}
.cid-sDTAPQ50Y4 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sDTAPQ50Y4 a {
  font-weight: 300;
}
.cid-sDTAPQ50Y4 .img1 {
  color: #55b4d4;
}
.cid-sDTAPQ50Y4 .img2 {
  color: #55b4d4;
}
.cid-sDTAPQ50Y4 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTAPQ50Y4 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sDTAPQ50Y4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDTAPQ50Y4 .item,
.cid-sDTAPQ50Y4 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sDTAPQ50Y4 .item h4,
.cid-sDTAPQ50Y4 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTAPQ50Y4 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sDTAPQ50Y4 .item {
    justify-content: center;
  }
}
.cid-sDTAPQ50Y4 .item-title {
  color: #c1c1c1;
}
.cid-sDTAPQA9cN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-sDTAPQA9cN .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sDTAPQA9cN section {
  position: relative;
}
.cid-sDTAPQA9cN h4 {
  margin: 0;
}
.cid-sDTAPQA9cN a {
  font-weight: 300;
}
.cid-sDTAPQA9cN .row {
  align-items: center;
}
.cid-sDTAPQA9cN .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sDTAPQA9cN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTAPQA9cN .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sDTAPQA9cN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTAPQA9cN .align-left {
    text-align: center;
  }
  .cid-sDTAPQA9cN .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDTAPQA9cN .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDTAPQA9cN .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sDTAPQA9cN .item-title {
  color: #c1c1c1;
}
.cid-sDTAPQA9cN H4 {
  color: #c1c1c1;
}
.cid-sDTNxBf42T .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDTNxBf42T .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDTNxBf42T a {
  font-style: normal;
}
.cid-sDTNxBf42T .show {
  overflow: visible;
}
.cid-sDTNxBf42T .dropdown-menu {
  max-height: 400px;
}
.cid-sDTNxBf42T .dropdown-item:active {
  background-color: transparent;
}
.cid-sDTNxBf42T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDTNxBf42T .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sDTNxBf42T .nav-item:focus,
.cid-sDTNxBf42T .nav-link:focus {
  outline: none;
}
.cid-sDTNxBf42T .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDTNxBf42T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDTNxBf42T .menu-logo {
  margin-right: auto;
}
.cid-sDTNxBf42T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDTNxBf42T .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-sDTNxBf42T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDTNxBf42T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDTNxBf42T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDTNxBf42T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDTNxBf42T .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sDTNxBf42T .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDTNxBf42T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDTNxBf42T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDTNxBf42T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDTNxBf42T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDTNxBf42T .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDTNxBf42T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDTNxBf42T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDTNxBf42T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDTNxBf42T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDTNxBf42T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDTNxBf42T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDTNxBf42T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDTNxBf42T button.navbar-toggler:focus {
  outline: none;
}
.cid-sDTNxBf42T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sDTNxBf42T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDTNxBf42T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTNxBf42T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTNxBf42T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDTNxBf42T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTNxBf42T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDTNxBf42T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDTNxBf42T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTNxBf42T .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTNxBf42T .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse.collapsing,
.cid-sDTNxBf42T .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDTNxBf42T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDTNxBf42T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDTNxBf42T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDTNxBf42T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTNxBf42T .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sDTNxBf42T .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDTNxBf42T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDTNxBf42T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTNxBf42T .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDTNxBf42T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDTNxBf42T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDTNxBf42T .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: 991px) {
  .cid-sDTNxBf42T.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTNxBf42T img {
    height: 3.8rem !important;
  }
  .cid-sDTNxBf42T .btn {
    display: -webkit-flex;
  }
  .cid-sDTNxBf42T button.navbar-toggler {
    display: block;
  }
  .cid-sDTNxBf42T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDTNxBf42T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTNxBf42T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDTNxBf42T .navbar-collapse.collapsing,
  .cid-sDTNxBf42T .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sDTNxBf42T .navbar-collapse.collapsing .navbar-nav,
  .cid-sDTNxBf42T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDTNxBf42T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDTNxBf42T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDTNxBf42T .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDTNxBf42T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDTNxBf42T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDTNxBf42T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDTNxBf42T .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDTNxBf42T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDTNxBf42T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDTNxBf42T .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: 767px) {
  .cid-sDTNxBf42T .nav-link {
    justify-content: start!important;
  }
  .cid-sDTNxBf42T .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sDTNxBf42T .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sDTNxBf42T .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sDTNxBf42T .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDTNxBf42T .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDTNxBf42T .nav-link:hover,
.cid-sDTNxBf42T .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sDTNxBf42T .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-t3wL13BQF2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t3wL13BQF2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-t3wL13BQF2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t3wL13BQF2 .nav-link.active {
  background: #0f7699;
}
.cid-t3wL13BQF2 .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-t3wL13BQF2 .nav-link:hover {
  background: #0f7699;
}
.cid-t3wL13BQF2 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-t3wL13BQF2 .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-t3wL13BQF2 p {
  padding-left: 2rem;
}
.cid-t3wL13BQF2 .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-t3wL13BQF2 .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-t3wL13BQF2 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-t3wL13BQF2 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-t3wL13BQF2 P {
  color: #0f7699;
}
.cid-t3wL13BQF2 H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-t3wL13BQF2 .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-t3wL13BQF2 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t3wL13BQF2 p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t3wL13BQF2 .mbr-text,
  .cid-t3wL13BQF2 .nav-link {
    text-align: center;
  }
  .cid-t3wL13BQF2 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t3wL13BQF2 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-t3wL13BQF2 p {
    padding-left: 0rem;
  }
}
.cid-sDTNxCGs4U {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDTNxCGs4U img {
  width: 120px;
  margin: auto;
}
.cid-sDTNxCGs4U .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTNxCGs4U .card {
    max-width: 12.5%;
  }
}
.cid-sDTNxCZ7Ik {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDTNxCZ7Ik img {
  width: 120px;
  margin: auto;
}
.cid-sDTNxCZ7Ik .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTNxCZ7Ik .card {
    max-width: 12.5%;
  }
}
.cid-tu7JOWwXhY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tu7JOWwXhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu7JOWwXhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu7JOWwXhY .row {
  justify-content: center;
}
.cid-tu7JOWwXhY .item-wrap {
  z-index: 1;
}
.cid-tu7JOWwXhY .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDTNxDjxY0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-sDTNxDjxY0 section {
  position: relative;
}
.cid-sDTNxDjxY0 h4 {
  margin: 0;
}
.cid-sDTNxDjxY0 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sDTNxDjxY0 a {
  font-weight: 300;
}
.cid-sDTNxDjxY0 .img1 {
  color: #55b4d4;
}
.cid-sDTNxDjxY0 .img2 {
  color: #55b4d4;
}
.cid-sDTNxDjxY0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sDTNxDjxY0 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sDTNxDjxY0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDTNxDjxY0 .item,
.cid-sDTNxDjxY0 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sDTNxDjxY0 .item h4,
.cid-sDTNxDjxY0 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTNxDjxY0 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sDTNxDjxY0 .item {
    justify-content: center;
  }
}
.cid-sDTNxDjxY0 .item-title {
  color: #c1c1c1;
}
.cid-sDTNxDR8pE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-sDTNxDR8pE .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sDTNxDR8pE section {
  position: relative;
}
.cid-sDTNxDR8pE h4 {
  margin: 0;
}
.cid-sDTNxDR8pE a {
  font-weight: 300;
}
.cid-sDTNxDR8pE .row {
  align-items: center;
}
.cid-sDTNxDR8pE .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sDTNxDR8pE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTNxDR8pE .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sDTNxDR8pE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTNxDR8pE .align-left {
    text-align: center;
  }
  .cid-sDTNxDR8pE .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDTNxDR8pE .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDTNxDR8pE .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sDTNxDR8pE .item-title {
  color: #c1c1c1;
}
.cid-sDTNxDR8pE H4 {
  color: #c1c1c1;
}
.cid-rwXm5Y46vC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rwXm5Y46vC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXm5Y46vC a {
  font-style: normal;
}
.cid-rwXm5Y46vC .show {
  overflow: visible;
}
.cid-rwXm5Y46vC .dropdown-menu {
  max-height: 400px;
}
.cid-rwXm5Y46vC .dropdown-item:active {
  background-color: transparent;
}
.cid-rwXm5Y46vC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXm5Y46vC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rwXm5Y46vC .nav-item:focus,
.cid-rwXm5Y46vC .nav-link:focus {
  outline: none;
}
.cid-rwXm5Y46vC .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXm5Y46vC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXm5Y46vC .menu-logo {
  margin-right: auto;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXm5Y46vC .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-rwXm5Y46vC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXm5Y46vC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXm5Y46vC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXm5Y46vC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXm5Y46vC button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXm5Y46vC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXm5Y46vC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXm5Y46vC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-rwXm5Y46vC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXm5Y46vC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwXm5Y46vC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXm5Y46vC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwXm5Y46vC .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: 991px) {
  .cid-rwXm5Y46vC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXm5Y46vC img {
    height: 3.8rem !important;
  }
  .cid-rwXm5Y46vC .btn {
    display: -webkit-flex;
  }
  .cid-rwXm5Y46vC button.navbar-toggler {
    display: block;
  }
  .cid-rwXm5Y46vC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwXm5Y46vC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXm5Y46vC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing,
  .cid-rwXm5Y46vC .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXm5Y46vC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwXm5Y46vC .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: 767px) {
  .cid-rwXm5Y46vC .nav-link {
    justify-content: start!important;
  }
  .cid-rwXm5Y46vC .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwXm5Y46vC .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwXm5Y46vC .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwXm5Y46vC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwXm5Y46vC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXm5Y46vC .nav-link:hover,
.cid-rwXm5Y46vC .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwXm5Y46vC .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ro4GMcl2gl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-ro4GMcl2gl .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro4GMcl2gl section {
  position: relative;
}
.cid-ro4GMcl2gl h4 {
  margin: 0;
}
.cid-ro4GMcl2gl a {
  font-weight: 300;
}
.cid-ro4GMcl2gl .row {
  align-items: center;
}
.cid-ro4GMcl2gl .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro4GMcl2gl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GMcl2gl .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .align-left {
    text-align: center;
  }
  .cid-ro4GMcl2gl .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro4GMcl2gl .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro4GMcl2gl .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro4GMcl2gl .item-title {
  color: #c1c1c1;
}
.cid-ro4GMcl2gl H4 {
  color: #c1c1c1;
}
#custom-html-2y {
  /* Type valid CSS here */
}
#custom-html-2y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2y p {
  font-size: 60px;
  color: #777;
}
.cid-sDTNxBf42T .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDTNxBf42T .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDTNxBf42T a {
  font-style: normal;
}
.cid-sDTNxBf42T .show {
  overflow: visible;
}
.cid-sDTNxBf42T .dropdown-menu {
  max-height: 400px;
}
.cid-sDTNxBf42T .dropdown-item:active {
  background-color: transparent;
}
.cid-sDTNxBf42T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDTNxBf42T .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sDTNxBf42T .nav-item:focus,
.cid-sDTNxBf42T .nav-link:focus {
  outline: none;
}
.cid-sDTNxBf42T .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDTNxBf42T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDTNxBf42T .menu-logo {
  margin-right: auto;
}
.cid-sDTNxBf42T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDTNxBf42T .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-sDTNxBf42T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDTNxBf42T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDTNxBf42T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDTNxBf42T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDTNxBf42T .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sDTNxBf42T .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDTNxBf42T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDTNxBf42T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDTNxBf42T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDTNxBf42T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDTNxBf42T .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDTNxBf42T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDTNxBf42T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDTNxBf42T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDTNxBf42T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDTNxBf42T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDTNxBf42T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDTNxBf42T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDTNxBf42T button.navbar-toggler:focus {
  outline: none;
}
.cid-sDTNxBf42T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sDTNxBf42T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDTNxBf42T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTNxBf42T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDTNxBf42T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDTNxBf42T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTNxBf42T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDTNxBf42T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDTNxBf42T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDTNxBf42T .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTNxBf42T .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse.collapsing,
.cid-sDTNxBf42T .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDTNxBf42T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDTNxBf42T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDTNxBf42T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDTNxBf42T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDTNxBf42T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDTNxBf42T .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sDTNxBf42T .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDTNxBf42T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDTNxBf42T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDTNxBf42T .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDTNxBf42T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDTNxBf42T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDTNxBf42T .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: 991px) {
  .cid-sDTNxBf42T.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTNxBf42T img {
    height: 3.8rem !important;
  }
  .cid-sDTNxBf42T .btn {
    display: -webkit-flex;
  }
  .cid-sDTNxBf42T button.navbar-toggler {
    display: block;
  }
  .cid-sDTNxBf42T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDTNxBf42T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDTNxBf42T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDTNxBf42T .navbar-collapse.collapsing,
  .cid-sDTNxBf42T .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sDTNxBf42T .navbar-collapse.collapsing .navbar-nav,
  .cid-sDTNxBf42T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDTNxBf42T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDTNxBf42T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDTNxBf42T .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDTNxBf42T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDTNxBf42T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDTNxBf42T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDTNxBf42T .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDTNxBf42T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDTNxBf42T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDTNxBf42T .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: 767px) {
  .cid-sDTNxBf42T .nav-link {
    justify-content: start!important;
  }
  .cid-sDTNxBf42T .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sDTNxBf42T .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sDTNxBf42T .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sDTNxBf42T .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDTNxBf42T .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDTNxBf42T .nav-link:hover,
.cid-sDTNxBf42T .dropdown-item:hover {
  color: #0f7699 !important;
}
@media (min-width: 1500px) {
  .cid-sDTNxBf42T .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sDTNxBf42T .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sL8Mx7RX53 {
  background-color: #ffffff;
}
.cid-sL8Mx7RX53 a {
  border: 0px;
  transition: all 0.2s ease-out;
  word-break: normal;
  justify-content: center;
}
.cid-sL8Mx7RX53 .btn {
  white-space: nowrap;
  padding: 14px 21px;
}
.cid-sL8Mx7RX53 .mbr-section-title {
  padding-bottom: 0;
  color: #000000;
  font-weight: 600;
  margin-bottom: 6px;
}
.cid-sL8Mx7RX53 .right {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  margin: auto;
}
.cid-sL8Mx7RX53 .container {
  max-width: initial;
}
.cid-sL8Mx7RX53 .mbr-section-subtitle {
  width: 100%;
  padding: 25px 25px;
  color: #ffffff;
}
.cid-sL8Mx7RX53 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20%;
}
.cid-sL8Mx7RX53 .c {
  text-align: center;
}
.cid-sL8Mx7RX53 .color {
  background-color: #255085;
}
@media (max-width: 690px) {
  .cid-sL8Mx7RX53 .container {
    display: block;
  }
  .cid-sL8Mx7RX53 .mbr-section-subtitle {
    padding-top: 25px;
  }
  .cid-sL8Mx7RX53 .row {
    margin-bottom: 25px;
  }
  .cid-sL8Mx7RX53 .left {
    position: initial;
    padding: 0 5%;
  }
  .cid-sL8Mx7RX53 .center {
    margin: auto;
  }
}
.cid-sL8Mx7RX53 .top {
  margin-top: 30px;
}
.cid-sL8Mx7RX53 span {
  padding-top: 7px;
}
.cid-sL8Mx7RX53 textarea,
.cid-sL8Mx7RX53 input {
  padding: 16px;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9  !important;
  box-shadow: none;
  background-color: rgba(214, 214, 214, 0.15);
  border-radius: 2px;
}
.cid-sL8Mx7RX53 .form-control:hover {
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
}
.cid-sL8Mx7RX53 .form-control:focus {
  border: 1px solid #e9e9e9 !important;
  background-color: rgba(214, 214, 214, 0.15);
  box-shadow: none;
}
.cid-sL8Mx7RX53 .subtitle {
  margin-bottom: 20px;
}
.cid-sL8Mx7RX53 .form-group {
  margin-bottom: 20px;
}
.cid-sL8Mx7RX53 .form-control {
  margin-bottom: 0;
}
.cid-sL8Mx7RX53 .subt {
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 0;
  color: #ffffff;
  font-weight: 500;
}
.cid-sL8Mx7RX53 .phone {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}
.cid-sL8Mx7RX53 .address {
  margin-top: 30px;
  padding: 0;
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sL8Mx7RX53 .left {
    padding: 10% 0;
  }
}
.cid-sL8Mx7RX53 .row {
  align-items: center;
}
.cid-sDTNxDR8pE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-sDTNxDR8pE .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sDTNxDR8pE section {
  position: relative;
}
.cid-sDTNxDR8pE h4 {
  margin: 0;
}
.cid-sDTNxDR8pE a {
  font-weight: 300;
}
.cid-sDTNxDR8pE .row {
  align-items: center;
}
.cid-sDTNxDR8pE .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sDTNxDR8pE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sDTNxDR8pE .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sDTNxDR8pE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDTNxDR8pE .align-left {
    text-align: center;
  }
  .cid-sDTNxDR8pE .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDTNxDR8pE .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDTNxDR8pE .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sDTNxDR8pE .item-title {
  color: #c1c1c1;
}
.cid-sDTNxDR8pE H4 {
  color: #c1c1c1;
}
