body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #9f0000 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9f0000 !important;
  border-color: #9f0000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #530000 !important;
  border-color: #530000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #530000 !important;
  border-color: #530000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #390000;
  color: #390000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9f0000;
  border-color: #9f0000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9f0000 !important;
  border-color: #9f0000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #149dcc !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #9f0000 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #390000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ff2020;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #232323 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rKsVp5RPAQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #55b4d4;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKsVp5RPAQ .nav-item,
.cid-rKsVp5RPAQ .nav-link,
.cid-rKsVp5RPAQ .navbar-caption {
  font-weight: normal;
}
.cid-rKsVp5RPAQ .nav-item:focus,
.cid-rKsVp5RPAQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rKsVp5RPAQ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rKsVp5RPAQ .nav-item .nav-link {
    position: relative;
  }
  .cid-rKsVp5RPAQ .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #55b4d4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rKsVp5RPAQ .nav-item:hover .nav-link:before,
  .cid-rKsVp5RPAQ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rKsVp5RPAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rKsVp5RPAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKsVp5RPAQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rKsVp5RPAQ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rKsVp5RPAQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKsVp5RPAQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKsVp5RPAQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rKsVp5RPAQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rKsVp5RPAQ .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rKsVp5RPAQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rKsVp5RPAQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rKsVp5RPAQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKsVp5RPAQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKsVp5RPAQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKsVp5RPAQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKsVp5RPAQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rKsVp5RPAQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKsVp5RPAQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKsVp5RPAQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKsVp5RPAQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKsVp5RPAQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKsVp5RPAQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKsVp5RPAQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rKsVp5RPAQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKsVp5RPAQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKsVp5RPAQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKsVp5RPAQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKsVp5RPAQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKsVp5RPAQ .dropdown-item.active,
.cid-rKsVp5RPAQ .dropdown-item:active {
  background-color: transparent;
}
.cid-rKsVp5RPAQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKsVp5RPAQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKsVp5RPAQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKsVp5RPAQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-rKsVp5RPAQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKsVp5RPAQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKsVp5RPAQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKsVp5RPAQ .navbar-buttons {
  text-align: center;
}
.cid-rKsVp5RPAQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKsVp5RPAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-rKsVp5RPAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKsVp5RPAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKsVp5RPAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKsVp5RPAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKsVp5RPAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKsVp5RPAQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKsVp5RPAQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKsVp5RPAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKsVp5RPAQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKsVp5RPAQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKsVp5RPAQ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #232323;
  display: inline-flex;
}
.cid-rKsVp5RPAQ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rKsVp5RPAQ .soc-item {
  margin: .5rem .3rem;
}
.cid-rKsVp5RPAQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKsVp5RPAQ a.nav-link .mbr-iconfont-btn,
.cid-rKsVp5RPAQ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rKsVp5RPAQ a.nav-link:hover .mbr-iconfont-btn,
.cid-rKsVp5RPAQ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rKsVp5RPAQ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKsVp5RPAQ .navbar {
    height: 77px;
  }
  .cid-rKsVp5RPAQ .navbar.opened {
    height: auto;
  }
  .cid-rKsVp5RPAQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rKt1OhyuKa {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-7.jpg");
  overflow: hidden;
}
.cid-rKt1OhyuKa H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rKt1OhyuKa .mbr-text,
.cid-rKt1OhyuKa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rKt1OhyuKa .img1 {
  box-shadow: 0 10px 55px 5px rgba(61, 61, 61, 0.35);
  border-radius: 10px;
}
.cid-rKt1OhyuKa .relative {
  position: relative;
}
.cid-rKt1OhyuKa .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rKt1OhyuKa .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-rKt1OhyuKa .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-rKt1OhyuKa .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-rKt1OhyuKa .card-img1 .img1 {
  width: 180%;
}
.cid-rKt1OhyuKa .img2 {
  box-shadow: 0 10px 55px 5px rgba(61, 61, 61, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-tDHErhR63z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-tDHErhR63z .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDHErhR63z .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-tDHErhR63z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tDHErhR63z .inner-container {
    width: 100% !important;
  }
}
.cid-rKtc6U6XoP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-5.jpeg");
}
.cid-rKtc6U6XoP .text-content .btn-bgr {
  z-index: 0;
}
.cid-rKtc6U6XoP .mbr-overlay {
  background: #000000;
}
.cid-rKtc6U6XoP .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-rKtc6U6XoP .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rKtc6U6XoP .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rKtc6U6XoP .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-rKtc6U6XoP .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rKtc6U6XoP P {
  text-align: center;
}
.cid-rKtc6U6XoP .mbr-section-btn,
.cid-rKtc6U6XoP .mbr-section-title {
  text-align: center;
  color: #9f0000;
}
.cid-rLvXiLVdOh {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-2.jpeg");
}
.cid-srhOOadExt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rR9wDkb9gx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rR9wDkb9gx P {
  color: #767676;
}
.cid-rR9wDkb9gx .mbr-text,
.cid-rR9wDkb9gx .mbr-section-btn {
  color: #073b4c;
}
.cid-rR9wDkb9gx H1 {
  color: #9f0000;
}
.cid-tDHFMOsguq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/58772273-634099520371576-6645826793745940480-n-1.jpg");
}
.cid-tDHHa5UwAc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDHHa5UwAc .mbr-section-subtitle {
  color: #767676;
}
.cid-rNFLRX6Dfb {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rNFLRX6Dfb .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-rNFLRX6Dfb .social-list a:focus {
  text-decoration: none;
}
.cid-rKX1O4nYXb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-rKX1O4nYXb .mbr-section-subtitle {
  color: #073b4c;
}
.cid-rKX1O4nYXb ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKX1O4nYXb ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rKX1O4nYXb ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rKX1O4nYXb ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rKX1O4nYXb .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rKtxHg0uqI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rKtxHg0uqI .content {
    text-align: center;
  }
  .cid-rKtxHg0uqI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rKtxHg0uqI .img-logo img {
  height: 6rem;
}
.cid-rKtxHg0uqI .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rKtxHg0uqI .form-control:focus,
.cid-rKtxHg0uqI .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rKtxHg0uqI .form-group {
  margin-bottom: 1rem;
}
.cid-rKtxHg0uqI input::-webkit-input-placeholder,
.cid-rKtxHg0uqI textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rKtxHg0uqI input:-moz-placeholder,
.cid-rKtxHg0uqI textarea:-moz-placeholder {
  color: #656565;
}
.cid-rKtxHg0uqI .jq-selectbox li,
.cid-rKtxHg0uqI .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rKtxHg0uqI .jq-selectbox li:hover,
.cid-rKtxHg0uqI .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rKtxHg0uqI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rKtxHg0uqI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rKtxHg0uqI textarea.form-control {
  resize: none;
}
.cid-rKtxHg0uqI .input-group-btn {
  display: inline-block;
}
.cid-rKtxHg0uqI .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-rKtxHg0uqI .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKtxHg0uqI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKtxHg0uqI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rKtxHg0uqI .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rKtxHg0uqI .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rKtxHg0uqI .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rKtxHg0uqI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rKtxHg0uqI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rKtxHg0uqI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rKtxHg0uqI .form-control,
.cid-rKtxHg0uqI .input-group-btn .btn {
  border-radius: 3px;
}
.cid-rKtxHg0uqI P {
  color: #000000;
}
.cid-tBmAVtkQ6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rKtViA6iGu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #55b4d4;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKtViA6iGu .nav-item,
.cid-rKtViA6iGu .nav-link,
.cid-rKtViA6iGu .navbar-caption {
  font-weight: normal;
}
.cid-rKtViA6iGu .nav-item:focus,
.cid-rKtViA6iGu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rKtViA6iGu .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rKtViA6iGu .nav-item .nav-link {
    position: relative;
  }
  .cid-rKtViA6iGu .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #55b4d4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rKtViA6iGu .nav-item:hover .nav-link:before,
  .cid-rKtViA6iGu .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rKtViA6iGu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rKtViA6iGu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKtViA6iGu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rKtViA6iGu .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rKtViA6iGu .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKtViA6iGu .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKtViA6iGu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rKtViA6iGu .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rKtViA6iGu .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rKtViA6iGu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rKtViA6iGu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rKtViA6iGu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKtViA6iGu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKtViA6iGu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKtViA6iGu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKtViA6iGu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rKtViA6iGu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKtViA6iGu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKtViA6iGu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKtViA6iGu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKtViA6iGu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKtViA6iGu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKtViA6iGu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rKtViA6iGu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKtViA6iGu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKtViA6iGu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKtViA6iGu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKtViA6iGu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKtViA6iGu .dropdown-item.active,
.cid-rKtViA6iGu .dropdown-item:active {
  background-color: transparent;
}
.cid-rKtViA6iGu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKtViA6iGu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKtViA6iGu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKtViA6iGu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-rKtViA6iGu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKtViA6iGu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKtViA6iGu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKtViA6iGu .navbar-buttons {
  text-align: center;
}
.cid-rKtViA6iGu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKtViA6iGu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-rKtViA6iGu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKtViA6iGu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKtViA6iGu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKtViA6iGu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKtViA6iGu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKtViA6iGu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKtViA6iGu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKtViA6iGu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKtViA6iGu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKtViA6iGu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKtViA6iGu .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #232323;
  display: inline-flex;
}
.cid-rKtViA6iGu .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rKtViA6iGu .soc-item {
  margin: .5rem .3rem;
}
.cid-rKtViA6iGu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKtViA6iGu a.nav-link .mbr-iconfont-btn,
.cid-rKtViA6iGu a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rKtViA6iGu a.nav-link:hover .mbr-iconfont-btn,
.cid-rKtViA6iGu a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rKtViA6iGu a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKtViA6iGu .navbar {
    height: 77px;
  }
  .cid-rKtViA6iGu .navbar.opened {
    height: auto;
  }
  .cid-rKtViA6iGu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNAyDQ56Sj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNAyDQ56Sj .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rNAyDQ56Sj .text-block {
  position: relative;
  z-index: 0;
}
.cid-rNAyDQ56Sj .box {
  width: 25%;
  height: 40%;
  background: #55b4d4;
  position: absolute;
  top: 4%;
}
.cid-rNAyDQ56Sj .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rNAyDQ56Sj .box {
  right: 20%;
}
.cid-rNAyDQ56Sj .text-box {
  right: 0;
}
.cid-rNAyDQ56Sj .mbr-section-title,
.cid-rNAyDQ56Sj .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-rNAyDQ56Sj .text-box {
    display: none;
  }
  .cid-rNAyDQ56Sj .mbr-section-title,
  .cid-rNAyDQ56Sj .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rNAyDQ56Sj .box {
    display: none;
  }
  .cid-rNAyDQ56Sj .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rNAyDQ56Sj .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNAyDQ56Sj .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rNAyDQ56Sj .mbr-section-text {
  color: #000000;
}
.cid-rNAAufyKwA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rNAAufyKwA .mbr-section-title,
.cid-rNAAufyKwA .mbr-section-subtitle {
  color: #000000;
}
.cid-rNAAufyKwA .mbr-section-text {
  color: #232323;
}
.cid-rNAAufyKwA .mbr-text,
.cid-rNAAufyKwA .typed-text,
.cid-rNAAufyKwA .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rNAAufyKwA .btn {
  margin-left: 4px !important;
}
.cid-rNAAufyKwA .animated-element {
  color: #ff3366;
}
.cid-rNAAufyKwA .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rNAAufyKwA .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rNAAufyKwA .typed-text,
  .cid-rNAAufyKwA .mbr-section-subtitle,
  .cid-rNAAufyKwA .mbr-section-text,
  .cid-rNAAufyKwA .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rNAAufyKwA .mbr-section-subtitle,
.cid-rNAAufyKwA .typed-text {
  color: #ffffff;
}
.cid-rNAAufyKwA .mbr-section-text,
.cid-rNAAufyKwA .mbr-section-btn {
  color: #ffffff;
}
.cid-rNFNla4ovW {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rNFNla4ovW .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-rNFNla4ovW .social-list a:focus {
  text-decoration: none;
}
.cid-rKX1UuiTAg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/58721806-634099610371567-4746907952730865664-n-960x639.jpg");
}
.cid-rKX1UuiTAg .mbr-section-subtitle {
  color: #073b4c;
}
.cid-rKX1UuiTAg ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKX1UuiTAg ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rKX1UuiTAg ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rKX1UuiTAg ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rKX1UuiTAg .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rKtViKXIcA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rKtViKXIcA .content {
    text-align: center;
  }
  .cid-rKtViKXIcA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rKtViKXIcA .img-logo img {
  height: 6rem;
}
.cid-rKtViKXIcA .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rKtViKXIcA .form-control:focus,
.cid-rKtViKXIcA .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rKtViKXIcA .form-group {
  margin-bottom: 1rem;
}
.cid-rKtViKXIcA input::-webkit-input-placeholder,
.cid-rKtViKXIcA textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rKtViKXIcA input:-moz-placeholder,
.cid-rKtViKXIcA textarea:-moz-placeholder {
  color: #656565;
}
.cid-rKtViKXIcA .jq-selectbox li,
.cid-rKtViKXIcA .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rKtViKXIcA .jq-selectbox li:hover,
.cid-rKtViKXIcA .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rKtViKXIcA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rKtViKXIcA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rKtViKXIcA textarea.form-control {
  resize: none;
}
.cid-rKtViKXIcA .input-group-btn {
  display: inline-block;
}
.cid-rKtViKXIcA .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-rKtViKXIcA .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKtViKXIcA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKtViKXIcA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rKtViKXIcA .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rKtViKXIcA .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rKtViKXIcA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rKtViKXIcA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rKtViKXIcA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rKtViKXIcA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rKtViKXIcA .form-control,
.cid-rKtViKXIcA .input-group-btn .btn {
  border-radius: 3px;
}
.cid-rKtViKXIcA P {
  color: #000000;
}
.cid-tBmAVtkQ6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rKzhmEDPP7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #55b4d4;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKzhmEDPP7 .nav-item,
.cid-rKzhmEDPP7 .nav-link,
.cid-rKzhmEDPP7 .navbar-caption {
  font-weight: normal;
}
.cid-rKzhmEDPP7 .nav-item:focus,
.cid-rKzhmEDPP7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rKzhmEDPP7 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rKzhmEDPP7 .nav-item .nav-link {
    position: relative;
  }
  .cid-rKzhmEDPP7 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #55b4d4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rKzhmEDPP7 .nav-item:hover .nav-link:before,
  .cid-rKzhmEDPP7 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rKzhmEDPP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rKzhmEDPP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKzhmEDPP7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rKzhmEDPP7 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rKzhmEDPP7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKzhmEDPP7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKzhmEDPP7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rKzhmEDPP7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rKzhmEDPP7 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rKzhmEDPP7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rKzhmEDPP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rKzhmEDPP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKzhmEDPP7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKzhmEDPP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKzhmEDPP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKzhmEDPP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rKzhmEDPP7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKzhmEDPP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKzhmEDPP7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKzhmEDPP7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKzhmEDPP7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKzhmEDPP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKzhmEDPP7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rKzhmEDPP7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKzhmEDPP7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKzhmEDPP7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKzhmEDPP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKzhmEDPP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKzhmEDPP7 .dropdown-item.active,
.cid-rKzhmEDPP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKzhmEDPP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKzhmEDPP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKzhmEDPP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKzhmEDPP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-rKzhmEDPP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKzhmEDPP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKzhmEDPP7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKzhmEDPP7 .navbar-buttons {
  text-align: center;
}
.cid-rKzhmEDPP7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKzhmEDPP7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-rKzhmEDPP7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKzhmEDPP7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKzhmEDPP7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKzhmEDPP7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKzhmEDPP7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKzhmEDPP7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKzhmEDPP7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKzhmEDPP7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKzhmEDPP7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKzhmEDPP7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKzhmEDPP7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #232323;
  display: inline-flex;
}
.cid-rKzhmEDPP7 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rKzhmEDPP7 .soc-item {
  margin: .5rem .3rem;
}
.cid-rKzhmEDPP7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKzhmEDPP7 a.nav-link .mbr-iconfont-btn,
.cid-rKzhmEDPP7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rKzhmEDPP7 a.nav-link:hover .mbr-iconfont-btn,
.cid-rKzhmEDPP7 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rKzhmEDPP7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKzhmEDPP7 .navbar {
    height: 77px;
  }
  .cid-rKzhmEDPP7 .navbar.opened {
    height: auto;
  }
  .cid-rKzhmEDPP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rKzhmG9gm1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/56842704-626356571145871-6690634860400214016-o.jpg");
}
.cid-rKzjaHkm7j {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKzjaHkm7j .mbr-section-subtitle {
  color: #767676;
}
.cid-rKzjaHkm7j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rKzjaHkm7j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rKzjaHkm7j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rKzjaHkm7j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rKzjaHkm7j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #073b4c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #073b4c, #073b4c);
}
.cid-rKzjaHkm7j .icon-focus,
.cid-rKzjaHkm7j .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rKzjaHkm7j .icon-focus:before,
.cid-rKzjaHkm7j .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKzjaHkm7j .icon-video {
  font-size: 1.5rem !important;
}
.cid-rKzjaHkm7j .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rKzjaHkm7j ul {
  font-size: 0;
}
.cid-rKzjaHkm7j .mbr-gallery-filter ul {
  text-align: left;
}
.cid-rKzjaHkm7j .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rKzjaHkm7j .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #073b4c !important;
}
.cid-rKzjaHkm7j .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-rKzjaHkm7j .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-rKzjaHkm7j .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-rKzjaHkm7j .mbr-gallery-filter ul li.active .btn.active:after,
.cid-rKzjaHkm7j .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #073b4c;
}
.cid-rKzjaHkm7j .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-rKzjaHkm7j .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-rKzjaHkm7j .mbr-gallery-filter ul li:first-child,
.cid-rKzjaHkm7j .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rKzjaHkm7j .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #073b4c;
}
.cid-rKzjaHkm7j .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rKzjaHkm7j .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-rNGhPMilY0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rNGhPMilY0 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-rNGhPMilY0 .social-list a:focus {
  text-decoration: none;
}
.cid-rKX2RE0k5x {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/58721806-634099610371567-4746907952730865664-n-960x639.jpg");
}
.cid-rKX2RE0k5x .mbr-section-subtitle {
  color: #073b4c;
}
.cid-rKX2RE0k5x ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKX2RE0k5x ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rKX2RE0k5x ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rKX2RE0k5x ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rKX2RE0k5x .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rKzhmMzq5p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rKzhmMzq5p .content {
    text-align: center;
  }
  .cid-rKzhmMzq5p .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rKzhmMzq5p .img-logo img {
  height: 6rem;
}
.cid-rKzhmMzq5p .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rKzhmMzq5p .form-control:focus,
.cid-rKzhmMzq5p .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rKzhmMzq5p .form-group {
  margin-bottom: 1rem;
}
.cid-rKzhmMzq5p input::-webkit-input-placeholder,
.cid-rKzhmMzq5p textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rKzhmMzq5p input:-moz-placeholder,
.cid-rKzhmMzq5p textarea:-moz-placeholder {
  color: #656565;
}
.cid-rKzhmMzq5p .jq-selectbox li,
.cid-rKzhmMzq5p .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rKzhmMzq5p .jq-selectbox li:hover,
.cid-rKzhmMzq5p .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rKzhmMzq5p .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rKzhmMzq5p .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rKzhmMzq5p textarea.form-control {
  resize: none;
}
.cid-rKzhmMzq5p .input-group-btn {
  display: inline-block;
}
.cid-rKzhmMzq5p .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-rKzhmMzq5p .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKzhmMzq5p .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKzhmMzq5p .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rKzhmMzq5p .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rKzhmMzq5p .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rKzhmMzq5p .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rKzhmMzq5p .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rKzhmMzq5p .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rKzhmMzq5p .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rKzhmMzq5p .form-control,
.cid-rKzhmMzq5p .input-group-btn .btn {
  border-radius: 3px;
}
.cid-rKzhmMzq5p P {
  color: #000000;
}
.cid-tBmAVtkQ6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNAtSYF1oF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #55b4d4;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNAtSYF1oF .nav-item,
.cid-rNAtSYF1oF .nav-link,
.cid-rNAtSYF1oF .navbar-caption {
  font-weight: normal;
}
.cid-rNAtSYF1oF .nav-item:focus,
.cid-rNAtSYF1oF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rNAtSYF1oF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rNAtSYF1oF .nav-item .nav-link {
    position: relative;
  }
  .cid-rNAtSYF1oF .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #55b4d4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rNAtSYF1oF .nav-item:hover .nav-link:before,
  .cid-rNAtSYF1oF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rNAtSYF1oF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rNAtSYF1oF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNAtSYF1oF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rNAtSYF1oF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rNAtSYF1oF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNAtSYF1oF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNAtSYF1oF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNAtSYF1oF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNAtSYF1oF .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rNAtSYF1oF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rNAtSYF1oF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNAtSYF1oF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNAtSYF1oF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNAtSYF1oF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNAtSYF1oF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNAtSYF1oF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNAtSYF1oF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNAtSYF1oF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNAtSYF1oF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNAtSYF1oF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNAtSYF1oF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNAtSYF1oF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNAtSYF1oF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNAtSYF1oF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNAtSYF1oF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNAtSYF1oF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNAtSYF1oF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNAtSYF1oF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNAtSYF1oF .dropdown-item.active,
.cid-rNAtSYF1oF .dropdown-item:active {
  background-color: transparent;
}
.cid-rNAtSYF1oF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNAtSYF1oF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNAtSYF1oF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNAtSYF1oF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-rNAtSYF1oF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNAtSYF1oF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNAtSYF1oF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNAtSYF1oF .navbar-buttons {
  text-align: center;
}
.cid-rNAtSYF1oF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNAtSYF1oF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-rNAtSYF1oF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNAtSYF1oF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNAtSYF1oF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNAtSYF1oF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNAtSYF1oF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNAtSYF1oF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNAtSYF1oF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNAtSYF1oF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNAtSYF1oF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNAtSYF1oF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNAtSYF1oF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #232323;
  display: inline-flex;
}
.cid-rNAtSYF1oF .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rNAtSYF1oF .soc-item {
  margin: .5rem .3rem;
}
.cid-rNAtSYF1oF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNAtSYF1oF a.nav-link .mbr-iconfont-btn,
.cid-rNAtSYF1oF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rNAtSYF1oF a.nav-link:hover .mbr-iconfont-btn,
.cid-rNAtSYF1oF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rNAtSYF1oF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNAtSYF1oF .navbar {
    height: 77px;
  }
  .cid-rNAtSYF1oF .navbar.opened {
    height: auto;
  }
  .cid-rNAtSYF1oF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNAtT0f6qD {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-rNAtT14urV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNAtT14urV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-rNAtT14urV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rNAtT3jbcc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/58721806-634099610371567-4746907952730865664-n-960x639.jpg");
}
.cid-rNAtT3jbcc .mbr-section-subtitle {
  color: #073b4c;
}
.cid-rNAtT3jbcc ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNAtT3jbcc ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rNAtT3jbcc ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rNAtT3jbcc ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rNAtT3jbcc .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rNAtT5EDGL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rNAtT5EDGL .content {
    text-align: center;
  }
  .cid-rNAtT5EDGL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rNAtT5EDGL .img-logo img {
  height: 6rem;
}
.cid-rNAtT5EDGL .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rNAtT5EDGL .form-control:focus,
.cid-rNAtT5EDGL .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rNAtT5EDGL .form-group {
  margin-bottom: 1rem;
}
.cid-rNAtT5EDGL input::-webkit-input-placeholder,
.cid-rNAtT5EDGL textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rNAtT5EDGL input:-moz-placeholder,
.cid-rNAtT5EDGL textarea:-moz-placeholder {
  color: #656565;
}
.cid-rNAtT5EDGL .jq-selectbox li,
.cid-rNAtT5EDGL .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rNAtT5EDGL .jq-selectbox li:hover,
.cid-rNAtT5EDGL .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rNAtT5EDGL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rNAtT5EDGL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rNAtT5EDGL textarea.form-control {
  resize: none;
}
.cid-rNAtT5EDGL .input-group-btn {
  display: inline-block;
}
.cid-rNAtT5EDGL .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-rNAtT5EDGL .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNAtT5EDGL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNAtT5EDGL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rNAtT5EDGL .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNAtT5EDGL .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNAtT5EDGL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNAtT5EDGL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rNAtT5EDGL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rNAtT5EDGL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rNAtT5EDGL .form-control,
.cid-rNAtT5EDGL .input-group-btn .btn {
  border-radius: 3px;
}
.cid-rNAtT5EDGL P {
  color: #000000;
}
.cid-tBmAVtkQ6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-twOZri2kul .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #55b4d4;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twOZri2kul .nav-item,
.cid-twOZri2kul .nav-link,
.cid-twOZri2kul .navbar-caption {
  font-weight: normal;
}
.cid-twOZri2kul .nav-item:focus,
.cid-twOZri2kul .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-twOZri2kul .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-twOZri2kul .nav-item .nav-link {
    position: relative;
  }
  .cid-twOZri2kul .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #55b4d4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-twOZri2kul .nav-item:hover .nav-link:before,
  .cid-twOZri2kul .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-twOZri2kul .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-twOZri2kul .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twOZri2kul .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-twOZri2kul .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-twOZri2kul .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-twOZri2kul .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twOZri2kul .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-twOZri2kul .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-twOZri2kul .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-twOZri2kul .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-twOZri2kul .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twOZri2kul .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twOZri2kul .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-twOZri2kul .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twOZri2kul .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twOZri2kul .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-twOZri2kul .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-twOZri2kul .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twOZri2kul .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twOZri2kul .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-twOZri2kul .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-twOZri2kul .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-twOZri2kul .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-twOZri2kul .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-twOZri2kul .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-twOZri2kul .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twOZri2kul .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twOZri2kul .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twOZri2kul .dropdown-item.active,
.cid-twOZri2kul .dropdown-item:active {
  background-color: transparent;
}
.cid-twOZri2kul .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twOZri2kul .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twOZri2kul .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twOZri2kul .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-twOZri2kul .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twOZri2kul .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twOZri2kul ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-twOZri2kul .navbar-buttons {
  text-align: center;
}
.cid-twOZri2kul button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twOZri2kul button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-twOZri2kul button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twOZri2kul button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twOZri2kul button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twOZri2kul button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twOZri2kul nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOZri2kul nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twOZri2kul nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twOZri2kul nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOZri2kul .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-twOZri2kul a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twOZri2kul .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #232323;
  display: inline-flex;
}
.cid-twOZri2kul .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-twOZri2kul .soc-item {
  margin: .5rem .3rem;
}
.cid-twOZri2kul .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twOZri2kul a.nav-link .mbr-iconfont-btn,
.cid-twOZri2kul a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-twOZri2kul a.nav-link:hover .mbr-iconfont-btn,
.cid-twOZri2kul a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-twOZri2kul a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twOZri2kul .navbar {
    height: 77px;
  }
  .cid-twOZri2kul .navbar.opened {
    height: auto;
  }
  .cid-twOZri2kul .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGK4g4inqg {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tGK4g4inqg .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tGK4g4inqg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGK4g4inqg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tGK4g4inqg .mbr-text {
    text-align: center;
  }
}
.cid-twP9HnPqjg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twP9HnPqjg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-twOZrjfxTa {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/58721806-634099610371567-4746907952730865664-n-1-960x639.jpg");
}
.cid-twOZrjfxTa .mbr-section-subtitle {
  color: #073b4c;
}
.cid-twOZrjfxTa ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twOZrjfxTa ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-twOZrjfxTa ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-twOZrjfxTa ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-twOZrjfxTa .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-twOZrjYi49 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOZrjYi49 .content {
    text-align: center;
  }
  .cid-twOZrjYi49 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-twOZrjYi49 .img-logo img {
  height: 6rem;
}
.cid-twOZrjYi49 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-twOZrjYi49 .form-control:focus,
.cid-twOZrjYi49 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-twOZrjYi49 .form-group {
  margin-bottom: 1rem;
}
.cid-twOZrjYi49 input::-webkit-input-placeholder,
.cid-twOZrjYi49 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-twOZrjYi49 input:-moz-placeholder,
.cid-twOZrjYi49 textarea:-moz-placeholder {
  color: #656565;
}
.cid-twOZrjYi49 .jq-selectbox li,
.cid-twOZrjYi49 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-twOZrjYi49 .jq-selectbox li:hover,
.cid-twOZrjYi49 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-twOZrjYi49 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-twOZrjYi49 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-twOZrjYi49 textarea.form-control {
  resize: none;
}
.cid-twOZrjYi49 .input-group-btn {
  display: inline-block;
}
.cid-twOZrjYi49 .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-twOZrjYi49 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twOZrjYi49 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-twOZrjYi49 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-twOZrjYi49 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-twOZrjYi49 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-twOZrjYi49 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twOZrjYi49 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-twOZrjYi49 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-twOZrjYi49 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-twOZrjYi49 .form-control,
.cid-twOZrjYi49 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-twOZrjYi49 P {
  color: #000000;
}
.cid-tBmAVtkQ6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-twOIJfgsDP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #55b4d4;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twOIJfgsDP .nav-item,
.cid-twOIJfgsDP .nav-link,
.cid-twOIJfgsDP .navbar-caption {
  font-weight: normal;
}
.cid-twOIJfgsDP .nav-item:focus,
.cid-twOIJfgsDP .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-twOIJfgsDP .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-twOIJfgsDP .nav-item .nav-link {
    position: relative;
  }
  .cid-twOIJfgsDP .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #55b4d4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-twOIJfgsDP .nav-item:hover .nav-link:before,
  .cid-twOIJfgsDP .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-twOIJfgsDP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-twOIJfgsDP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twOIJfgsDP .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-twOIJfgsDP .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-twOIJfgsDP .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-twOIJfgsDP .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twOIJfgsDP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-twOIJfgsDP .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-twOIJfgsDP .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-twOIJfgsDP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-twOIJfgsDP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twOIJfgsDP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twOIJfgsDP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-twOIJfgsDP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twOIJfgsDP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twOIJfgsDP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-twOIJfgsDP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-twOIJfgsDP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twOIJfgsDP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twOIJfgsDP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-twOIJfgsDP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-twOIJfgsDP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-twOIJfgsDP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-twOIJfgsDP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-twOIJfgsDP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-twOIJfgsDP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twOIJfgsDP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twOIJfgsDP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twOIJfgsDP .dropdown-item.active,
.cid-twOIJfgsDP .dropdown-item:active {
  background-color: transparent;
}
.cid-twOIJfgsDP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twOIJfgsDP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twOIJfgsDP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twOIJfgsDP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-twOIJfgsDP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twOIJfgsDP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twOIJfgsDP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-twOIJfgsDP .navbar-buttons {
  text-align: center;
}
.cid-twOIJfgsDP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twOIJfgsDP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-twOIJfgsDP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twOIJfgsDP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twOIJfgsDP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twOIJfgsDP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twOIJfgsDP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOIJfgsDP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twOIJfgsDP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twOIJfgsDP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOIJfgsDP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-twOIJfgsDP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twOIJfgsDP .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #232323;
  display: inline-flex;
}
.cid-twOIJfgsDP .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-twOIJfgsDP .soc-item {
  margin: .5rem .3rem;
}
.cid-twOIJfgsDP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twOIJfgsDP a.nav-link .mbr-iconfont-btn,
.cid-twOIJfgsDP a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-twOIJfgsDP a.nav-link:hover .mbr-iconfont-btn,
.cid-twOIJfgsDP a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-twOIJfgsDP a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twOIJfgsDP .navbar {
    height: 77px;
  }
  .cid-twOIJfgsDP .navbar.opened {
    height: auto;
  }
  .cid-twOIJfgsDP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twOIJfSZXO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-15.jpg");
  overflow: hidden;
}
.cid-twOIJfSZXO H1 {
  color: #ffffff;
  text-align: center;
}
.cid-twOIJfSZXO .mbr-text,
.cid-twOIJfSZXO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-twOIJfSZXO .img1 {
  box-shadow: 0 10px 55px 5px rgba(61, 61, 61, 0.35);
  border-radius: 10px;
}
.cid-twOIJfSZXO .relative {
  position: relative;
}
.cid-twOIJfSZXO .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-twOIJfSZXO .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-twOIJfSZXO .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-twOIJfSZXO .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-twOIJfSZXO .card-img1 .img1 {
  width: 180%;
}
.cid-twOIJfSZXO .img2 {
  box-shadow: 0 10px 55px 5px rgba(61, 61, 61, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-twOUhi4KE1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-twOUhi4KE1 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-twOUhi4KE1 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-twOUhi4KE1 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-twOUhi4KE1 .time-line-date-content {
  margin-right: 2rem;
}
.cid-twOUhi4KE1 .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-twOUhi4KE1 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-twOUhi4KE1 .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-twOUhi4KE1 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-twOUhi4KE1 .mbr-timeline-date,
.cid-twOUhi4KE1 .timeline-text-content {
  transition: all .4s;
}
.cid-twOUhi4KE1 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-twOUhi4KE1 .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-twOUhi4KE1 .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-twOUhi4KE1 .reverse .time-line-date-content p {
  float: left;
}
.cid-twOUhi4KE1 .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-twOUhi4KE1 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-twOUhi4KE1 .iconBackground {
    left: 0 !important;
  }
  .cid-twOUhi4KE1 .separline:before {
    left: 0 !important;
  }
  .cid-twOUhi4KE1 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-twOUhi4KE1 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-twOUhi4KE1 .time-line-date-content p {
    float: left !important;
  }
  .cid-twOUhi4KE1 .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-twOUhi4KE1 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-twOUhi4KE1 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-twOIJgWZUA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-twOIJhmVop {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-twOIJhmVop .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-twOIJhmVop .social-list a:focus {
  text-decoration: none;
}
.cid-twOIJhHPrO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-twOIJhHPrO .mbr-section-subtitle {
  color: #073b4c;
}
.cid-twOIJhHPrO ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twOIJhHPrO ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-twOIJhHPrO ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-twOIJhHPrO ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-twOIJhHPrO .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-twOIJieE9J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOIJieE9J .content {
    text-align: center;
  }
  .cid-twOIJieE9J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-twOIJieE9J .img-logo img {
  height: 6rem;
}
.cid-twOIJieE9J .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-twOIJieE9J .form-control:focus,
.cid-twOIJieE9J .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-twOIJieE9J .form-group {
  margin-bottom: 1rem;
}
.cid-twOIJieE9J input::-webkit-input-placeholder,
.cid-twOIJieE9J textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-twOIJieE9J input:-moz-placeholder,
.cid-twOIJieE9J textarea:-moz-placeholder {
  color: #656565;
}
.cid-twOIJieE9J .jq-selectbox li,
.cid-twOIJieE9J .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-twOIJieE9J .jq-selectbox li:hover,
.cid-twOIJieE9J .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-twOIJieE9J .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-twOIJieE9J .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-twOIJieE9J textarea.form-control {
  resize: none;
}
.cid-twOIJieE9J .input-group-btn {
  display: inline-block;
}
.cid-twOIJieE9J .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-twOIJieE9J .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twOIJieE9J .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-twOIJieE9J .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-twOIJieE9J .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-twOIJieE9J .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-twOIJieE9J .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twOIJieE9J .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-twOIJieE9J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-twOIJieE9J .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-twOIJieE9J .form-control,
.cid-twOIJieE9J .input-group-btn .btn {
  border-radius: 3px;
}
.cid-twOIJieE9J P {
  color: #000000;
}
.cid-tBmAVtkQ6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-twOLusqVqN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #55b4d4;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twOLusqVqN .nav-item,
.cid-twOLusqVqN .nav-link,
.cid-twOLusqVqN .navbar-caption {
  font-weight: normal;
}
.cid-twOLusqVqN .nav-item:focus,
.cid-twOLusqVqN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-twOLusqVqN .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-twOLusqVqN .nav-item .nav-link {
    position: relative;
  }
  .cid-twOLusqVqN .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #55b4d4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-twOLusqVqN .nav-item:hover .nav-link:before,
  .cid-twOLusqVqN .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-twOLusqVqN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-twOLusqVqN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twOLusqVqN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-twOLusqVqN .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-twOLusqVqN .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-twOLusqVqN .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twOLusqVqN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-twOLusqVqN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-twOLusqVqN .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-twOLusqVqN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-twOLusqVqN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twOLusqVqN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twOLusqVqN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-twOLusqVqN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twOLusqVqN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twOLusqVqN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-twOLusqVqN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-twOLusqVqN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twOLusqVqN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twOLusqVqN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-twOLusqVqN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-twOLusqVqN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-twOLusqVqN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-twOLusqVqN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-twOLusqVqN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-twOLusqVqN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twOLusqVqN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twOLusqVqN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twOLusqVqN .dropdown-item.active,
.cid-twOLusqVqN .dropdown-item:active {
  background-color: transparent;
}
.cid-twOLusqVqN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twOLusqVqN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twOLusqVqN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twOLusqVqN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-twOLusqVqN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twOLusqVqN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twOLusqVqN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-twOLusqVqN .navbar-buttons {
  text-align: center;
}
.cid-twOLusqVqN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twOLusqVqN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-twOLusqVqN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twOLusqVqN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twOLusqVqN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twOLusqVqN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twOLusqVqN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOLusqVqN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twOLusqVqN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twOLusqVqN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOLusqVqN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-twOLusqVqN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twOLusqVqN .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #232323;
  display: inline-flex;
}
.cid-twOLusqVqN .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-twOLusqVqN .soc-item {
  margin: .5rem .3rem;
}
.cid-twOLusqVqN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twOLusqVqN a.nav-link .mbr-iconfont-btn,
.cid-twOLusqVqN a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-twOLusqVqN a.nav-link:hover .mbr-iconfont-btn,
.cid-twOLusqVqN a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-twOLusqVqN a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twOLusqVqN .navbar {
    height: 77px;
  }
  .cid-twOLusqVqN .navbar.opened {
    height: auto;
  }
  .cid-twOLusqVqN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twOLusWslf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-twOLSmNwIc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twOLSmNwIc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-twOLutma33 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/58721806-634099610371567-4746907952730865664-n-1-960x639.jpg");
}
.cid-twOLutma33 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-twOLutma33 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twOLutma33 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-twOLutma33 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-twOLutma33 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-twOLutma33 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-twOLutV9bw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOLutV9bw .content {
    text-align: center;
  }
  .cid-twOLutV9bw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-twOLutV9bw .img-logo img {
  height: 6rem;
}
.cid-twOLutV9bw .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-twOLutV9bw .form-control:focus,
.cid-twOLutV9bw .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-twOLutV9bw .form-group {
  margin-bottom: 1rem;
}
.cid-twOLutV9bw input::-webkit-input-placeholder,
.cid-twOLutV9bw textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-twOLutV9bw input:-moz-placeholder,
.cid-twOLutV9bw textarea:-moz-placeholder {
  color: #656565;
}
.cid-twOLutV9bw .jq-selectbox li,
.cid-twOLutV9bw .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-twOLutV9bw .jq-selectbox li:hover,
.cid-twOLutV9bw .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-twOLutV9bw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-twOLutV9bw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-twOLutV9bw textarea.form-control {
  resize: none;
}
.cid-twOLutV9bw .input-group-btn {
  display: inline-block;
}
.cid-twOLutV9bw .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-twOLutV9bw .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twOLutV9bw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-twOLutV9bw .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-twOLutV9bw .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-twOLutV9bw .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-twOLutV9bw .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twOLutV9bw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-twOLutV9bw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-twOLutV9bw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-twOLutV9bw .form-control,
.cid-twOLutV9bw .input-group-btn .btn {
  border-radius: 3px;
}
.cid-twOLutV9bw P {
  color: #000000;
}
.cid-tBmAVtkQ6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tBmfRiO9K7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #55b4d4;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tBmfRiO9K7 .nav-item,
.cid-tBmfRiO9K7 .nav-link,
.cid-tBmfRiO9K7 .navbar-caption {
  font-weight: normal;
}
.cid-tBmfRiO9K7 .nav-item:focus,
.cid-tBmfRiO9K7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBmfRiO9K7 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tBmfRiO9K7 .nav-item .nav-link {
    position: relative;
  }
  .cid-tBmfRiO9K7 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #55b4d4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tBmfRiO9K7 .nav-item:hover .nav-link:before,
  .cid-tBmfRiO9K7 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tBmfRiO9K7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tBmfRiO9K7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBmfRiO9K7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tBmfRiO9K7 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tBmfRiO9K7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBmfRiO9K7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tBmfRiO9K7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tBmfRiO9K7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tBmfRiO9K7 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tBmfRiO9K7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tBmfRiO9K7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBmfRiO9K7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBmfRiO9K7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBmfRiO9K7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBmfRiO9K7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBmfRiO9K7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBmfRiO9K7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBmfRiO9K7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBmfRiO9K7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBmfRiO9K7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBmfRiO9K7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBmfRiO9K7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tBmfRiO9K7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tBmfRiO9K7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBmfRiO9K7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBmfRiO9K7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBmfRiO9K7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBmfRiO9K7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBmfRiO9K7 .dropdown-item.active,
.cid-tBmfRiO9K7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tBmfRiO9K7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBmfRiO9K7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBmfRiO9K7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBmfRiO9K7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tBmfRiO9K7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBmfRiO9K7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBmfRiO9K7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBmfRiO9K7 .navbar-buttons {
  text-align: center;
}
.cid-tBmfRiO9K7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBmfRiO9K7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-tBmfRiO9K7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBmfRiO9K7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBmfRiO9K7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBmfRiO9K7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBmfRiO9K7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBmfRiO9K7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBmfRiO9K7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBmfRiO9K7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBmfRiO9K7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tBmfRiO9K7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBmfRiO9K7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #232323;
  display: inline-flex;
}
.cid-tBmfRiO9K7 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tBmfRiO9K7 .soc-item {
  margin: .5rem .3rem;
}
.cid-tBmfRiO9K7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBmfRiO9K7 a.nav-link .mbr-iconfont-btn,
.cid-tBmfRiO9K7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tBmfRiO9K7 a.nav-link:hover .mbr-iconfont-btn,
.cid-tBmfRiO9K7 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tBmfRiO9K7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBmfRiO9K7 .navbar {
    height: 77px;
  }
  .cid-tBmfRiO9K7 .navbar.opened {
    height: auto;
  }
  .cid-tBmfRiO9K7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBmk5qJ8N7 {
  padding-top: 300px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tBmk5qJ8N7 svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-tBmk5qJ8N7 .mbr-text,
.cid-tBmk5qJ8N7 .mbr-section-btn {
  color: #716c80;
}
.cid-tBmk5qJ8N7 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tBmk5qJ8N7 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tBmk5qJ8N7 H1 {
  color: #57468b;
}
.cid-tBmk5qJ8N7 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBmk5qJ8N7 .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tBmk5qJ8N7 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tBmk5qJ8N7 img {
    width: 100%;
  }
}
.cid-tBmnRBD7t2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/338325-314400481915623-116499712-o.jpg");
}
.cid-tBmnRBD7t2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBmnRBD7t2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBmnRBD7t2 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tBmnRBD7t2 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBmnRBD7t2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBmnRBD7t2 .container {
    padding: 0 20px;
  }
}
.cid-tBmnRBD7t2 .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tBmnRBD7t2 .card {
  padding: 0;
  border-radius: 0;
}
.cid-tBmnRBD7t2 .card:first-child {
  border-right: 2px solid #d7d7d7;
}
.cid-tBmnRBD7t2 .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tBmnRBD7t2 .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tBmnRBD7t2 .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBmnRBD7t2 .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tBmnRBD7t2 .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tBmnRBD7t2 .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tBmnRBD7t2 .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBmnRBD7t2 .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tBmnRBD7t2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBmnRBD7t2 .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tBmnRBD7t2 .mbr-text {
  color: #ffffff;
}
.cid-tBmnRBD7t2 .mbr-section-title,
.cid-tBmnRBD7t2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tBmqBXovyv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #55b4d4;
}
.cid-tBmqBXovyv .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tBmqBXovyv H4 {
  color: #ffffff;
}
.cid-tBmqBXovyv LABEL {
  color: #ffffff;
}
.cid-tBmAVtkQ6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tBrxkyUhTF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #55b4d4;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tBrxkyUhTF .nav-item,
.cid-tBrxkyUhTF .nav-link,
.cid-tBrxkyUhTF .navbar-caption {
  font-weight: normal;
}
.cid-tBrxkyUhTF .nav-item:focus,
.cid-tBrxkyUhTF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBrxkyUhTF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tBrxkyUhTF .nav-item .nav-link {
    position: relative;
  }
  .cid-tBrxkyUhTF .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #55b4d4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tBrxkyUhTF .nav-item:hover .nav-link:before,
  .cid-tBrxkyUhTF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tBrxkyUhTF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tBrxkyUhTF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBrxkyUhTF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tBrxkyUhTF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tBrxkyUhTF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBrxkyUhTF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tBrxkyUhTF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tBrxkyUhTF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tBrxkyUhTF .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tBrxkyUhTF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tBrxkyUhTF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBrxkyUhTF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBrxkyUhTF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBrxkyUhTF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBrxkyUhTF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBrxkyUhTF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBrxkyUhTF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBrxkyUhTF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBrxkyUhTF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBrxkyUhTF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBrxkyUhTF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBrxkyUhTF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tBrxkyUhTF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tBrxkyUhTF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBrxkyUhTF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBrxkyUhTF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBrxkyUhTF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBrxkyUhTF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBrxkyUhTF .dropdown-item.active,
.cid-tBrxkyUhTF .dropdown-item:active {
  background-color: transparent;
}
.cid-tBrxkyUhTF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBrxkyUhTF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBrxkyUhTF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBrxkyUhTF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tBrxkyUhTF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBrxkyUhTF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBrxkyUhTF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBrxkyUhTF .navbar-buttons {
  text-align: center;
}
.cid-tBrxkyUhTF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBrxkyUhTF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-tBrxkyUhTF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBrxkyUhTF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBrxkyUhTF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBrxkyUhTF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBrxkyUhTF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBrxkyUhTF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBrxkyUhTF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBrxkyUhTF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBrxkyUhTF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tBrxkyUhTF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBrxkyUhTF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #232323;
  display: inline-flex;
}
.cid-tBrxkyUhTF .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tBrxkyUhTF .soc-item {
  margin: .5rem .3rem;
}
.cid-tBrxkyUhTF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBrxkyUhTF a.nav-link .mbr-iconfont-btn,
.cid-tBrxkyUhTF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tBrxkyUhTF a.nav-link:hover .mbr-iconfont-btn,
.cid-tBrxkyUhTF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tBrxkyUhTF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBrxkyUhTF .navbar {
    height: 77px;
  }
  .cid-tBrxkyUhTF .navbar.opened {
    height: auto;
  }
  .cid-tBrxkyUhTF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBrCa5DmVS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (max-width: 1400px) {
  .cid-tBrCa5DmVS .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 575px) {
  .cid-tBrCa5DmVS .row {
    text-align: center!important;
  }
}
.cid-tBrCa5DmVS .content-container {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #cc2952;
  background: linear-gradient(180deg, #cc2952, #7f1933);
  background: linear-gradient(90deg, #cc2952, #7f1933) !important;
}
@media (max-width: 767px) {
  .cid-tBrCa5DmVS .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.cid-tBrCa5DmVS img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.cid-tBrCa5DmVS .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBrCa5DmVS .mbr-section-title {
    text-align: center;
  }
}
.cid-tBrCa5DmVS .mbr-text {
  color: #ffffff;
}
.cid-tBrCa5DmVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBrCa5DmVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBrDzXsy3c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tBrDzXsy3c .content {
    text-align: center;
  }
  .cid-tBrDzXsy3c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tBrDzXsy3c .img-logo img {
  height: 6rem;
}
.cid-tBrDzXsy3c .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tBrDzXsy3c .form-control:focus,
.cid-tBrDzXsy3c .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tBrDzXsy3c .form-group {
  margin-bottom: 1rem;
}
.cid-tBrDzXsy3c input::-webkit-input-placeholder,
.cid-tBrDzXsy3c textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tBrDzXsy3c input:-moz-placeholder,
.cid-tBrDzXsy3c textarea:-moz-placeholder {
  color: #656565;
}
.cid-tBrDzXsy3c .jq-selectbox li,
.cid-tBrDzXsy3c .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tBrDzXsy3c .jq-selectbox li:hover,
.cid-tBrDzXsy3c .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tBrDzXsy3c .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tBrDzXsy3c .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tBrDzXsy3c textarea.form-control {
  resize: none;
}
.cid-tBrDzXsy3c .input-group-btn {
  display: inline-block;
}
.cid-tBrDzXsy3c .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tBrDzXsy3c .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBrDzXsy3c .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBrDzXsy3c .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tBrDzXsy3c .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tBrDzXsy3c .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBrDzXsy3c .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBrDzXsy3c .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tBrDzXsy3c .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tBrDzXsy3c .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tBrDzXsy3c .form-control,
.cid-tBrDzXsy3c .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tBrDzXsy3c P {
  color: #000000;
}
.cid-tBrxkAUd6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
