body {
  font-family: Muli;
}
.display-1 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #98dee8 !important;
}
.bg-success {
  background-color: #008ea2 !important;
}
.bg-info {
  background-color: #ffbc47 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #8e8e8e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
  color: #185f69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #51c7d8 !important;
  border-color: #51c7d8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #185f69 !important;
  background-color: #51c7d8 !important;
  border-color: #51c7d8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #42d6eb !important;
  border-color: #42d6eb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #15acc2 !important;
  border-color: #15acc2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #15acc2 !important;
  border-color: #15acc2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffbc47 !important;
  border-color: #ffbc47 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ef9800 !important;
  border-color: #ef9800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ef9800 !important;
  border-color: #ef9800 !important;
}
.btn-success,
.btn-success:active {
  background-color: #008ea2 !important;
  border-color: #008ea2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #00424b !important;
  border-color: #00424b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00424b !important;
  border-color: #00424b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8e8e8e !important;
  border-color: #8e8e8e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #98dee8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #51c7d8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #185f69 !important;
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #42d6eb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #15acc2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #42d6eb !important;
  border-color: #42d6eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffbc47;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ef9800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc47 !important;
  border-color: #ffbc47 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #008ea2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00424b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #008ea2 !important;
  border-color: #008ea2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8e8e8e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #636363 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8e8e8e !important;
  border-color: #8e8e8e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #98dee8 !important;
}
.text-secondary {
  color: #42d6eb !important;
}
.text-success {
  color: #008ea2 !important;
}
.text-info {
  color: #ffbc47 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #8e8e8e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #45c3d5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #13a0b4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00353c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e08e00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5b5b5b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #98dee8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffbc47;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #8e8e8e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #98dee8;
  border-color: #98dee8;
  color: #1c727e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #98dee8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #22e4ff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cecece;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #98dee8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #98dee8;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #98dee8;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #98dee8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #98dee8;
  border-bottom-color: #98dee8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #98dee8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #42d6eb !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2398dee8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sE7FCjBfW2 .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-sE7FCjBfW2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sE7FCjBfW2 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sE7FCjBfW2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sE7FCjBfW2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sE7FCjBfW2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sE7FCjBfW2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sE7FCjBfW2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sE7FCjBfW2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sE7FCjBfW2 .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sE7FCjBfW2 .dropdown-item {
  padding: 0;
}
.cid-sE7FCjBfW2 .dropdown-item,
.cid-sE7FCjBfW2 .nav-link,
.cid-sE7FCjBfW2 .brand-name {
  font-style: normal;
}
.cid-sE7FCjBfW2 .dropdown-item:hover,
.cid-sE7FCjBfW2 .nav-link:hover,
.cid-sE7FCjBfW2 .brand-name:hover {
  color: #98dee8 !important;
}
.cid-sE7FCjBfW2 .dropdown-menu {
  background-color: #353535;
}
.cid-sE7FCjBfW2 .dropdown-item:active {
  background-color: #353535;
}
.cid-sE7FCjBfW2 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sE7FCjBfW2 .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-sE7FCjBfW2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sE7FCjBfW2 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sE7FCjBfW2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sE7FCjBfW2 .content-text {
  margin-bottom: 0;
}
.cid-sE7FCjBfW2 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sE7FCjBfW2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sE7FCjBfW2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sE7FCjBfW2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sE7FCjBfW2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sE7FCjBfW2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sE7FCjBfW2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sE7FCjBfW2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sE7FCjBfW2 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sE7FCjBfW2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sE7FCjBfW2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sE7FCjBfW2 .content-right-side {
  text-align: center;
}
.cid-sE7FCjBfW2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sE7FCjBfW2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sE7FCjBfW2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sE7FCjBfW2 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sE7FCjBfW2 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sE7FCjBfW2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sE7FCjBfW2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sE7FCjBfW2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sE7FCjBfW2 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sE7FCjBfW2 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sE7FCjBfW2 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sE7FCjBfW2 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sE7FCjBfW2 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sE7FCjBfW2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sE7FCjBfW2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sE7FCjBfW2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sE7FCjBfW2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sE7FCjBfW2 .navbar-toggler {
    display: none;
  }
  .cid-sE7FCjBfW2 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sE7FCjBfW2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sE7FCjBfW2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sE7FCjBfW2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sE7FCjBfW2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sE7FCjBfW2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sE7FCjBfW2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sE7FCjBfW2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sE7FCjBfW2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sE7FCjBfW2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sE7FCjBfW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sE7FCjBfW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sE7FCjBfW2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sE7FCjBfW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sE7FCjBfW2 .dropdown .dropdown-menu .dropdown-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-sE7FCjBfW2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sE7FCjBfW2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sE7FCjBfW2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sE7FCjBfW2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sE7FCjBfW2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sE7FCjBfW2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sE7FCjBfW2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sE7FCjBfW2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sE7FCjBfW2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sE7FCjBfW2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sE7FCjBfW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-sE7FCjBfW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sE7FCjBfW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sE7FCjBfW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sE7FCjBfW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sE7FCjBfW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sE7FCjBfW2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sE7FCjBfW2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sE7FCjBfW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sE7FCjBfW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sE7FCjBfW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sE7FCjBfW2 .collapsed .btn {
  display: flex;
}
.cid-sE7FCjBfW2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.collapsing,
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sE7FCjBfW2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sE7FCjBfW2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sE7FCjBfW2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sE7FCjBfW2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sE7FCjBfW2 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sE7FCjBfW2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sE7FCjBfW2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sE7FCjBfW2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sE7FCjBfW2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sE7FCjBfW2 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sE7FCjBfW2 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-sE7FCjBfW2 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-sE7FCjBfW2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sE7FCjBfW2 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sE7FCjBfW2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sE7FCjBfW2 .navbar-collapse.collapsing,
  .cid-sE7FCjBfW2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sE7FCjBfW2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sE7FCjBfW2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sE7FCjBfW2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sE7FCjBfW2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sE7FCjBfW2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sE7FCjBfW2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sE7FCjBfW2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sE7FCjBfW2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sE7FCjBfW2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sE7FCjBfW2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sE7FCjBfW2 img {
    height: 3.8rem !important;
  }
  .cid-sE7FCjBfW2 .btn {
    display: flex;
  }
  .cid-sE7FCjBfW2 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sE7FCjBfW2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sE7FCjBfW2 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sE7FCjBfW2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sE7FCjBfW2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sE7FCjBfW2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sE7FCjBfW2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sE7FCjBfW2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sE7FCjBfW2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sE7FCjBfW2 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sE7FCjBfW2 .nav-link:focus {
  outline: none;
}
.cid-sE7FCjBfW2 .navbar-toggler {
  position: relative;
}
.cid-sE7FCjBfW2 .dropdown-item.active,
.cid-sE7FCjBfW2 .dropdown-item:active {
  color: initial;
}
.cid-sE7FCjBfW2 .widget-title,
.cid-sE7FCjBfW2 .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-sE7FCjBfW2 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sE7FCjBfW2 .menu-logo {
    display: none;
  }
  .cid-sE7FCjBfW2 .navbar {
    padding: 0;
  }
  .cid-sE7FCjBfW2 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sE7FCjBfW2 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sE7pOnCIg5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sE7pOnCIg5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sE7pOnCIg5 .row {
  flex-direction: row-reverse;
}
.cid-sE7pOnCIg5 img {
  width: 100%;
}
.cid-uxSS86EIGD {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-38.jpg");
}
.cid-uxSS86EIGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSS86EIGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxSS86EIGD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxSS86EIGD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uxSS86EIGD .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uxSS86EIGD .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxSS86EIGD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxSS86EIGD .mbr-text,
.cid-uxSS86EIGD .mbr-section-btn {
  color: #ebe2b8;
  text-align: left;
}
.cid-uxSS86EIGD .mbr-section-title DIV {
  text-align: left;
}
.cid-uxSLxHlLNA {
  background-image: url("../../../assets/images/untitled-design-2.jpg");
}
.cid-uxSLxHlLNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSLxHlLNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSLxHlLNA .mbr-section-title {
  text-align: left;
}
.cid-uxSLxHlLNA .mbr-text,
.cid-uxSLxHlLNA .mbr-section-btn {
  text-align: left;
}
.cid-sE72nM6CYw {
  position: relative;
  overflow: hidden;
}
.cid-sE72nM6CYw svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-sE72nM6CYw #e2_shape {
  fill: #c1dde1 !important;
}
.cid-sE72nM6CYw .main-text {
  color: #606060;
}
.cid-sE72nM6CYw .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 32rem;
}
.cid-sE72nM6CYw .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(55%);
}
.cid-sE72nM6CYw .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-sE72nM6CYw .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sE72nM6CYw .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-sE72nM6CYw .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sE72nM6CYw .carousel-item.active,
.cid-sE72nM6CYw .carousel-item-next,
.cid-sE72nM6CYw .carousel-item-prev {
  display: flex;
}
.cid-sE72nM6CYw .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-sE72nM6CYw .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sE72nM6CYw .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-sE72nM6CYw .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sE72nM6CYw .carousel-controls {
    display: block;
  }
  .cid-sE72nM6CYw .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-sE72nM6CYw .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-sE72nM6CYw .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sE72nM6CYw .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sE72nM6CYw .text-element {
    padding: 1rem;
  }
  .cid-sE72nM6CYw .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sE72nM6CYw .image-element {
    min-width: 50%;
  }
  .cid-sE72nM6CYw .media-container-row {
    width: 100%;
  }
}
.cid-u2Pppcqfhh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg.png");
}
.cid-u2Pppcqfhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Pppcqfhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2Pppcqfhh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2Pppcqfhh .row {
  flex-direction: row-reverse;
}
.cid-u2Pppcqfhh img {
  width: 100%;
}
.cid-u2Pppcqfhh .mbr-description {
  color: #232323;
}
.cid-sE7BtYnHLT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sE7BtYnHLT img {
  width: 100%;
}
.cid-sE7BtYnHLT .text-wrapper {
  z-index: 11;
}
.cid-sE7BtYnHLT .wrapper {
  display: flex;
}
.cid-sE7BtYnHLT .row {
  align-items: center;
}
.cid-sE7BtYnHLT .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sE7BtYnHLT .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #98dee8;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sE7BtYnHLT .wrapper {
    flex-direction: column;
  }
  .cid-sE7BtYnHLT .iconfont-wrapper {
    margin: auto;
  }
  .cid-sE7BtYnHLT .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sE7BtYnHLT .mbr-section-title {
  color: #1d94a5;
  text-align: right;
}
.cid-sE7BtYnHLT .mbr-text,
.cid-sE7BtYnHLT .mbr-section-btn {
  color: #161734;
  text-align: right;
}
.cid-sE7BtYnHLT .main-content {
  direction: rtl;
}
.cid-ueLVYykZLs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueLVYykZLs .card-wrapper {
  background: #f0f2f5;
}
.cid-ueLVYykZLs .card {
  padding: 0.5rem;
}
.cid-ueLVYykZLs .main-row {
  padding: 0 0.5rem;
}
.cid-ueLVYykZLs .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueLVYykZLs .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueLVYykZLs .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueLVYykZLs .img-wrapper,
.cid-ueLVYykZLs img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueLVYykZLs .img-wrapper,
  .cid-ueLVYykZLs img {
    height: auto;
  }
}
.cid-ueLVYykZLs .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueLVYykZLs .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueLVYykZLs .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueLVYykZLs .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLVYykZLs .card-subtitle {
  color: #0095ff;
}
.cid-ueLVYykZLs .mbr-text {
  color: #555555;
}
.cid-ueLVYykZLs .card-title {
  color: #103178;
}
.cid-ueLVYykZLs .mbr-section-title {
  color: #00606d;
}
.cid-ueLVYykZLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLVYykZLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLVYykZLs .card-title,
.cid-ueLVYykZLs .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueLVZveDkZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueLVZveDkZ .card-wrapper {
  background: #f0f2f5;
}
.cid-ueLVZveDkZ .card {
  padding: 0.5rem;
}
.cid-ueLVZveDkZ .main-row {
  padding: 0 0.5rem;
}
.cid-ueLVZveDkZ .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueLVZveDkZ .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueLVZveDkZ .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueLVZveDkZ .img-wrapper,
.cid-ueLVZveDkZ img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueLVZveDkZ .img-wrapper,
  .cid-ueLVZveDkZ img {
    height: auto;
  }
}
.cid-ueLVZveDkZ .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueLVZveDkZ .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueLVZveDkZ .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueLVZveDkZ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLVZveDkZ .card-subtitle {
  color: #0095ff;
}
.cid-ueLVZveDkZ .mbr-text {
  color: #555555;
}
.cid-ueLVZveDkZ .card-title {
  color: #103178;
}
.cid-ueLVZveDkZ .mbr-section-title {
  color: #008ea2;
}
.cid-ueLVZveDkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLVZveDkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLVZveDkZ .card-title,
.cid-ueLVZveDkZ .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueLX6NKhqe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a6cbd0;
}
.cid-ueLX6NKhqe .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98dee8;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-ueLX6NKhqe .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ueLX6NKhqe .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ueLX6NKhqe .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueLX6NKhqe a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-ueLX6NKhqe .col + .mbr-section-btn .btn,
  .cid-ueLX6NKhqe .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-ueLX6NKhqe .dragArea > *:nth-last-child(2).col,
  .cid-ueLX6NKhqe .dragArea > *:nth-last-child(2).col-auto,
  .cid-ueLX6NKhqe .col + .mbr-section-btn,
  .cid-ueLX6NKhqe .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-ueLX6NKhqe .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ueLX6NKhqe .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-ueLX6NKhqe .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-ueLX6NKhqe .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueLX6NKhqe .form-group {
  max-width: 400px;
}
.cid-ueLX6NKhqe .mbr-section-btn {
  padding: 5px;
}
.cid-ueLX6NKhqe .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-ueLX6NKhqe .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ueLX6NKhqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLX6NKhqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sEnc7gVhxx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sEnc7gVhxx .row {
  flex-direction: row-reverse;
}
.cid-sEnc7gVhxx img {
  width: 100%;
}
.cid-sEnc7gVhxx .text-wrapper {
  z-index: 11;
}
.cid-sEnc7gVhxx .wrapper {
  display: flex;
}
.cid-sEnc7gVhxx .row {
  align-items: center;
}
.cid-sEnc7gVhxx .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sEnc7gVhxx .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #98dee8;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sEnc7gVhxx .wrapper {
    flex-direction: column;
  }
  .cid-sEnc7gVhxx .iconfont-wrapper {
    margin: auto;
  }
  .cid-sEnc7gVhxx .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sEnc7gVhxx .mbr-section-title {
  color: #1d94a5;
  text-align: right;
}
.cid-sEnc7gVhxx .mbr-text,
.cid-sEnc7gVhxx .mbr-section-btn {
  color: #161734;
  text-align: right;
}
.cid-sEnc7gVhxx .main-content {
  direction: rtl;
}
.cid-sE86MbK4a9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f2f5;
}
@media (max-width: 767px) {
  .cid-sE86MbK4a9 .content {
    text-align: center;
  }
  .cid-sE86MbK4a9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sE86MbK4a9 .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-sE86MbK4a9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sE86MbK4a9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sE86MbK4a9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sE86MbK4a9 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-sE86MbK4a9 .google-map {
    width: 100%;
  }
}
.cid-sE86MbK4a9 P {
  text-align: right;
}
.cid-sE86MbK4a9 H3 {
  text-align: right;
}
.cid-rSbexMwIuF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-rSbexMwIuF .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSbexMwIuF p {
  margin: 0;
}
.cid-rSbexMwIuF a {
  color: #008ea2;
}
.cid-rSbexMwIuF a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u2QZsd0sQT .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-u2QZsd0sQT .navbar-fixed-top {
  padding-top: 0;
}
.cid-u2QZsd0sQT .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u2QZsd0sQT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2QZsd0sQT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u2QZsd0sQT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2QZsd0sQT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2QZsd0sQT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u2QZsd0sQT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2QZsd0sQT .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u2QZsd0sQT .dropdown-item {
  padding: 0;
}
.cid-u2QZsd0sQT .dropdown-item,
.cid-u2QZsd0sQT .nav-link,
.cid-u2QZsd0sQT .brand-name {
  font-style: normal;
}
.cid-u2QZsd0sQT .dropdown-item:hover,
.cid-u2QZsd0sQT .nav-link:hover,
.cid-u2QZsd0sQT .brand-name:hover {
  color: #98dee8 !important;
}
.cid-u2QZsd0sQT .dropdown-menu {
  background-color: #353535;
}
.cid-u2QZsd0sQT .dropdown-item:active {
  background-color: #353535;
}
.cid-u2QZsd0sQT .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2QZsd0sQT .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-u2QZsd0sQT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u2QZsd0sQT .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u2QZsd0sQT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2QZsd0sQT .content-text {
  margin-bottom: 0;
}
.cid-u2QZsd0sQT .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u2QZsd0sQT .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u2QZsd0sQT .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u2QZsd0sQT .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u2QZsd0sQT .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u2QZsd0sQT .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2QZsd0sQT .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2QZsd0sQT .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u2QZsd0sQT .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2QZsd0sQT .nav-dropdown .link {
  font-weight: 400;
}
.cid-u2QZsd0sQT .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u2QZsd0sQT .content-right-side {
  text-align: center;
}
.cid-u2QZsd0sQT .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u2QZsd0sQT .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u2QZsd0sQT .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u2QZsd0sQT .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2QZsd0sQT .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2QZsd0sQT .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u2QZsd0sQT .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u2QZsd0sQT .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u2QZsd0sQT .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u2QZsd0sQT .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u2QZsd0sQT .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u2QZsd0sQT .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2QZsd0sQT .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u2QZsd0sQT .navbar {
    display: block;
    padding: 0;
  }
  .cid-u2QZsd0sQT .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2QZsd0sQT .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u2QZsd0sQT .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u2QZsd0sQT .navbar-toggler {
    display: none;
  }
  .cid-u2QZsd0sQT .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u2QZsd0sQT .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u2QZsd0sQT .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u2QZsd0sQT .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u2QZsd0sQT .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u2QZsd0sQT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2QZsd0sQT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2QZsd0sQT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2QZsd0sQT .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2QZsd0sQT .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2QZsd0sQT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2QZsd0sQT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2QZsd0sQT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2QZsd0sQT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2QZsd0sQT .dropdown .dropdown-menu .dropdown-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-u2QZsd0sQT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2QZsd0sQT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2QZsd0sQT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u2QZsd0sQT .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u2QZsd0sQT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2QZsd0sQT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2QZsd0sQT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u2QZsd0sQT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2QZsd0sQT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u2QZsd0sQT button.navbar-toggler:focus {
  outline: none;
}
.cid-u2QZsd0sQT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-u2QZsd0sQT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2QZsd0sQT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2QZsd0sQT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2QZsd0sQT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2QZsd0sQT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2QZsd0sQT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2QZsd0sQT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2QZsd0sQT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2QZsd0sQT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2QZsd0sQT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2QZsd0sQT .collapsed .btn {
  display: flex;
}
.cid-u2QZsd0sQT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2QZsd0sQT .collapsed .navbar-collapse.collapsing,
.cid-u2QZsd0sQT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2QZsd0sQT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2QZsd0sQT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2QZsd0sQT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2QZsd0sQT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2QZsd0sQT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u2QZsd0sQT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u2QZsd0sQT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2QZsd0sQT .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u2QZsd0sQT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2QZsd0sQT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2QZsd0sQT .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2QZsd0sQT .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2QZsd0sQT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u2QZsd0sQT .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2QZsd0sQT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u2QZsd0sQT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2QZsd0sQT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2QZsd0sQT .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u2QZsd0sQT .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u2QZsd0sQT .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u2QZsd0sQT .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u2QZsd0sQT .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u2QZsd0sQT .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u2QZsd0sQT .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2QZsd0sQT .navbar-collapse.collapsing,
  .cid-u2QZsd0sQT .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2QZsd0sQT .navbar-collapse.collapsing .navbar-nav,
  .cid-u2QZsd0sQT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2QZsd0sQT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2QZsd0sQT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2QZsd0sQT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u2QZsd0sQT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2QZsd0sQT .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2QZsd0sQT .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u2QZsd0sQT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2QZsd0sQT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2QZsd0sQT img {
    height: 3.8rem !important;
  }
  .cid-u2QZsd0sQT .btn {
    display: flex;
  }
  .cid-u2QZsd0sQT button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u2QZsd0sQT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u2QZsd0sQT .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2QZsd0sQT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u2QZsd0sQT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u2QZsd0sQT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2QZsd0sQT .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u2QZsd0sQT .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u2QZsd0sQT .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u2QZsd0sQT .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u2QZsd0sQT .nav-link:focus {
  outline: none;
}
.cid-u2QZsd0sQT .navbar-toggler {
  position: relative;
}
.cid-u2QZsd0sQT .dropdown-item.active,
.cid-u2QZsd0sQT .dropdown-item:active {
  color: initial;
}
.cid-u2QZsd0sQT .widget-title,
.cid-u2QZsd0sQT .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-u2QZsd0sQT .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u2QZsd0sQT .menu-logo {
    display: none;
  }
  .cid-u2QZsd0sQT .navbar {
    padding: 0;
  }
  .cid-u2QZsd0sQT .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2QZsd0sQT button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u2QZse5jEL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u2QZse5jEL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2QZse5jEL .row {
  flex-direction: row-reverse;
}
.cid-u2QZse5jEL img {
  width: 100%;
}
.cid-u2Rbn92A2M {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-u2Rbn92A2M .row {
  position: relative;
}
.cid-u2Rbn92A2M .container {
  max-width: 1500px;
}
.cid-u2Rbn92A2M h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u2Rbn92A2M .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u2Rbn92A2M .container {
    padding: 0 4rem;
  }
}
.cid-u2Rbn92A2M H1 {
  text-align: right;
}
.cid-u2Rari8ejQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/prenatal-header002.jpg");
}
.cid-u2Rari8ejQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Rari8ejQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Rari8ejQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u2Rari8ejQ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-u2Rari8ejQ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-u2Rari8ejQ .mbr-section-title {
  text-align: right;
}
.cid-u2Rari8ejQ .mbr-section-subtitle {
  text-align: right;
}
.cid-u2Rari8ejQ .mbr-text,
.cid-u2Rari8ejQ .mbr-section-btn,
.cid-u2Rari8ejQ .social-row {
  text-align: right;
}
.cid-u2R3wRfpD6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2R3wRfpD6 .container-fluid {
  padding: 0 3rem;
}
.cid-u2R3wRfpD6 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-u2R3wRfpD6 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-u2R3wRfpD6 .signature > span {
  color: #98dee8;
}
@media (max-width: 767px) {
  .cid-u2R3wRfpD6 .blockquote-quote {
    text-align: left;
  }
  .cid-u2R3wRfpD6 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u2R3wRfpD6 .mbr-section-title {
  text-align: right;
}
.cid-u2R3wRfpD6 .mbr-text,
.cid-u2R3wRfpD6 .blockquote-quote {
  text-align: right;
}
.cid-u2RkXYpyI6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2RkXYpyI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RkXYpyI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2RkXYpyI6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2RkXYpyI6 .row {
  flex-direction: row-reverse;
}
.cid-u2RkXYpyI6 img {
  width: 100%;
}
.cid-u2RldPp7Oy {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2RldPp7Oy .container-fluid {
  padding: 0 3rem;
}
.cid-u2RldPp7Oy .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-u2RldPp7Oy svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-u2RldPp7Oy .signature > span {
  color: #98dee8;
}
@media (max-width: 767px) {
  .cid-u2RldPp7Oy .blockquote-quote {
    text-align: left;
  }
  .cid-u2RldPp7Oy .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u2RldPp7Oy .mbr-section-title {
  text-align: right;
}
.cid-u2RldPp7Oy .mbr-text,
.cid-u2RldPp7Oy .blockquote-quote {
  text-align: right;
}
.cid-u3oDhhnO8E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3oDhhnO8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3oDhhnO8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3oDhhnO8E .video-wrapper iframe {
  width: 100%;
}
.cid-u3oDhhnO8E .mbr-section-title,
.cid-u3oDhhnO8E .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3oDhhnO8E .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3oDhhnO8E .mbr-section-subtitle {
  text-align: right;
}
.cid-u3oDhhnO8E .mbr-text {
  text-align: right;
}
.cid-u3oEA093J3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0f2f5;
}
.cid-u3oEA093J3 img,
.cid-u3oEA093J3 .item-img {
  width: 100%;
}
.cid-u3oEA093J3 .item:focus,
.cid-u3oEA093J3 span:focus {
  outline: none;
}
.cid-u3oEA093J3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3oEA093J3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #c1dde1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3oEA093J3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3oEA093J3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3oEA093J3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3oEA093J3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3oEA093J3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3oEA093J3 .mbr-section-title {
  color: #232323;
}
.cid-u3oEA093J3 .mbr-text,
.cid-u3oEA093J3 .mbr-section-btn {
  text-align: right;
}
.cid-u3oEA093J3 .item-title {
  text-align: right;
}
.cid-u3oEA093J3 .item-subtitle {
  text-align: center;
}
.cid-u3oNnSLYNq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-u3oNnSLYNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3oNnSLYNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3oNnSLYNq .mbr-section-title {
  color: #000000;
}
.cid-u3oPA31ZS8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1dde1;
}
.cid-u3oPA31ZS8 .fb-page,
.cid-u3oPA31ZS8 span,
.cid-u3oPA31ZS8 iframe {
  width: 500px;
  height: 470px;
}
.cid-u3oPA31ZS8 blockquote {
  display: none;
}
.cid-u3oPA31ZS8 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-u3oPA31ZS8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2QZsiFdf8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-u2QZsiFdf8 .links {
  text-align: center;
  color: #ffffff;
}
.cid-u2QZsiFdf8 p {
  margin: 0;
}
.cid-u2QZsiFdf8 a {
  color: #008ea2;
}
.cid-u2QZsiFdf8 a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u3p0sLMHdh .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-u3p0sLMHdh .navbar-fixed-top {
  padding-top: 0;
}
.cid-u3p0sLMHdh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u3p0sLMHdh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3p0sLMHdh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u3p0sLMHdh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3p0sLMHdh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3p0sLMHdh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3p0sLMHdh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3p0sLMHdh .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u3p0sLMHdh .dropdown-item {
  padding: 0;
}
.cid-u3p0sLMHdh .dropdown-item,
.cid-u3p0sLMHdh .nav-link,
.cid-u3p0sLMHdh .brand-name {
  font-style: normal;
}
.cid-u3p0sLMHdh .dropdown-item:hover,
.cid-u3p0sLMHdh .nav-link:hover,
.cid-u3p0sLMHdh .brand-name:hover {
  color: #98dee8 !important;
}
.cid-u3p0sLMHdh .dropdown-menu {
  background-color: #353535;
}
.cid-u3p0sLMHdh .dropdown-item:active {
  background-color: #353535;
}
.cid-u3p0sLMHdh .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3p0sLMHdh .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-u3p0sLMHdh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u3p0sLMHdh .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u3p0sLMHdh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3p0sLMHdh .content-text {
  margin-bottom: 0;
}
.cid-u3p0sLMHdh .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u3p0sLMHdh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u3p0sLMHdh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u3p0sLMHdh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u3p0sLMHdh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u3p0sLMHdh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3p0sLMHdh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3p0sLMHdh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3p0sLMHdh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3p0sLMHdh .nav-dropdown .link {
  font-weight: 400;
}
.cid-u3p0sLMHdh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3p0sLMHdh .content-right-side {
  text-align: center;
}
.cid-u3p0sLMHdh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u3p0sLMHdh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u3p0sLMHdh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u3p0sLMHdh .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3p0sLMHdh .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3p0sLMHdh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3p0sLMHdh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u3p0sLMHdh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u3p0sLMHdh .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u3p0sLMHdh .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u3p0sLMHdh .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u3p0sLMHdh .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3p0sLMHdh .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u3p0sLMHdh .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3p0sLMHdh .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3p0sLMHdh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u3p0sLMHdh .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u3p0sLMHdh .navbar-toggler {
    display: none;
  }
  .cid-u3p0sLMHdh .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u3p0sLMHdh .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u3p0sLMHdh .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u3p0sLMHdh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3p0sLMHdh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u3p0sLMHdh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3p0sLMHdh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3p0sLMHdh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3p0sLMHdh .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u3p0sLMHdh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3p0sLMHdh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3p0sLMHdh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3p0sLMHdh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u3p0sLMHdh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3p0sLMHdh .dropdown .dropdown-menu .dropdown-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-u3p0sLMHdh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3p0sLMHdh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3p0sLMHdh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u3p0sLMHdh .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u3p0sLMHdh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3p0sLMHdh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3p0sLMHdh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u3p0sLMHdh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3p0sLMHdh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u3p0sLMHdh button.navbar-toggler:focus {
  outline: none;
}
.cid-u3p0sLMHdh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-u3p0sLMHdh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3p0sLMHdh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3p0sLMHdh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3p0sLMHdh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3p0sLMHdh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3p0sLMHdh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3p0sLMHdh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3p0sLMHdh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3p0sLMHdh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3p0sLMHdh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3p0sLMHdh .collapsed .btn {
  display: flex;
}
.cid-u3p0sLMHdh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3p0sLMHdh .collapsed .navbar-collapse.collapsing,
.cid-u3p0sLMHdh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3p0sLMHdh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3p0sLMHdh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3p0sLMHdh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3p0sLMHdh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3p0sLMHdh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u3p0sLMHdh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u3p0sLMHdh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3p0sLMHdh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u3p0sLMHdh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3p0sLMHdh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u3p0sLMHdh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3p0sLMHdh .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3p0sLMHdh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3p0sLMHdh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u3p0sLMHdh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u3p0sLMHdh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3p0sLMHdh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3p0sLMHdh .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u3p0sLMHdh .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u3p0sLMHdh .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u3p0sLMHdh .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u3p0sLMHdh .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u3p0sLMHdh .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u3p0sLMHdh .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3p0sLMHdh .navbar-collapse.collapsing,
  .cid-u3p0sLMHdh .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3p0sLMHdh .navbar-collapse.collapsing .navbar-nav,
  .cid-u3p0sLMHdh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3p0sLMHdh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3p0sLMHdh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3p0sLMHdh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u3p0sLMHdh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3p0sLMHdh .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3p0sLMHdh .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u3p0sLMHdh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3p0sLMHdh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3p0sLMHdh img {
    height: 3.8rem !important;
  }
  .cid-u3p0sLMHdh .btn {
    display: flex;
  }
  .cid-u3p0sLMHdh button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u3p0sLMHdh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3p0sLMHdh .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3p0sLMHdh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u3p0sLMHdh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3p0sLMHdh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3p0sLMHdh .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u3p0sLMHdh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u3p0sLMHdh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u3p0sLMHdh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u3p0sLMHdh .nav-link:focus {
  outline: none;
}
.cid-u3p0sLMHdh .navbar-toggler {
  position: relative;
}
.cid-u3p0sLMHdh .dropdown-item.active,
.cid-u3p0sLMHdh .dropdown-item:active {
  color: initial;
}
.cid-u3p0sLMHdh .widget-title,
.cid-u3p0sLMHdh .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-u3p0sLMHdh .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u3p0sLMHdh .menu-logo {
    display: none;
  }
  .cid-u3p0sLMHdh .navbar {
    padding: 0;
  }
  .cid-u3p0sLMHdh .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3p0sLMHdh button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u3p0sMwPtf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3p0sMwPtf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3p0sMwPtf .row {
  flex-direction: row-reverse;
}
.cid-u3p0sMwPtf img {
  width: 100%;
}
.cid-u3p0sN18BS {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-u3p0sN18BS .row {
  position: relative;
}
.cid-u3p0sN18BS .container {
  max-width: 1500px;
}
.cid-u3p0sN18BS h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u3p0sN18BS .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u3p0sN18BS .container {
    padding: 0 4rem;
  }
}
.cid-u3p0sN18BS H1 {
  text-align: right;
}
.cid-u3p0sNoBZT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/550105276.webp");
}
.cid-u3p0sNoBZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3p0sNoBZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3p0sNoBZT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u3p0sNoBZT .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-u3p0sNoBZT .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-u3p0sNoBZT .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-u3p0sNoBZT .mbr-section-subtitle {
  text-align: right;
  color: #000000;
}
.cid-u3p0sNoBZT .mbr-text,
.cid-u3p0sNoBZT .mbr-section-btn,
.cid-u3p0sNoBZT .social-row {
  text-align: right;
  color: #66a7b0;
}
.cid-u3p0sNS2Fr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3p0sNS2Fr .container-fluid {
  padding: 0 3rem;
}
.cid-u3p0sNS2Fr .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-u3p0sNS2Fr svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-u3p0sNS2Fr .signature > span {
  color: #98dee8;
}
@media (max-width: 767px) {
  .cid-u3p0sNS2Fr .blockquote-quote {
    text-align: left;
  }
  .cid-u3p0sNS2Fr .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u3p0sNS2Fr .mbr-section-title {
  text-align: right;
  color: #00606d;
}
.cid-u3p0sNS2Fr .mbr-text,
.cid-u3p0sNS2Fr .blockquote-quote {
  text-align: right;
}
.cid-u3p0sOg7fs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3p0sOg7fs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3p0sOg7fs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3p0sOg7fs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3p0sOg7fs .row {
  flex-direction: row-reverse;
}
.cid-u3p0sOg7fs img {
  width: 100%;
}
.cid-u3p0sOEvCP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3p0sOEvCP .container-fluid {
  padding: 0 3rem;
}
.cid-u3p0sOEvCP .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-u3p0sOEvCP svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-u3p0sOEvCP .signature > span {
  color: #98dee8;
}
@media (max-width: 767px) {
  .cid-u3p0sOEvCP .blockquote-quote {
    text-align: left;
  }
  .cid-u3p0sOEvCP .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u3p0sOEvCP .mbr-section-title {
  text-align: right;
}
.cid-u3p0sOEvCP .mbr-text,
.cid-u3p0sOEvCP .blockquote-quote {
  text-align: right;
}
.cid-u3p0sP5F5H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u3p0sP5F5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3p0sP5F5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3p0sP5F5H .video-wrapper iframe {
  width: 100%;
}
.cid-u3p0sP5F5H .mbr-section-title,
.cid-u3p0sP5F5H .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3p0sP5F5H .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3p0sP5F5H .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u3p0sP5F5H .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u3p0sP5F5H .mbr-text P {
  text-align: left;
}
.cid-u3p0sP5F5H .mbr-section-title {
  color: #ffffff;
}
.cid-u3p0sP5F5H .mbr-description {
  color: #ffffff;
}
.cid-u3p0sPCC9T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0f2f5;
}
.cid-u3p0sPCC9T img,
.cid-u3p0sPCC9T .item-img {
  width: 100%;
}
.cid-u3p0sPCC9T .item:focus,
.cid-u3p0sPCC9T span:focus {
  outline: none;
}
.cid-u3p0sPCC9T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3p0sPCC9T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #c1dde1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3p0sPCC9T .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3p0sPCC9T .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3p0sPCC9T .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3p0sPCC9T .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3p0sPCC9T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3p0sPCC9T .mbr-section-title {
  color: #232323;
}
.cid-u3p0sPCC9T .mbr-text,
.cid-u3p0sPCC9T .mbr-section-btn {
  text-align: right;
}
.cid-u3p0sPCC9T .item-title {
  text-align: right;
}
.cid-u3p0sPCC9T .item-subtitle {
  text-align: center;
}
.cid-u3p0sQjDwN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-u3p0sQjDwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3p0sQjDwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3p0sQjDwN .mbr-section-title {
  color: #000000;
}
.cid-u3p0sQRi2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-u3p0sQRi2z .fb-page,
.cid-u3p0sQRi2z span,
.cid-u3p0sQRi2z iframe {
  width: 500px;
  height: 470px;
}
.cid-u3p0sQRi2z blockquote {
  display: none;
}
.cid-u3p0sQRi2z .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-u3p0sQRi2z .mbr-section-subtitle {
  color: #232323;
}
.cid-u3p0sRtBze {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-u3p0sRtBze .links {
  text-align: center;
  color: #ffffff;
}
.cid-u3p0sRtBze p {
  margin: 0;
}
.cid-u3p0sRtBze a {
  color: #008ea2;
}
.cid-u3p0sRtBze a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u3paGYCMAs .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-u3paGYCMAs .navbar-fixed-top {
  padding-top: 0;
}
.cid-u3paGYCMAs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u3paGYCMAs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3paGYCMAs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u3paGYCMAs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3paGYCMAs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3paGYCMAs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3paGYCMAs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3paGYCMAs .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u3paGYCMAs .dropdown-item {
  padding: 0;
}
.cid-u3paGYCMAs .dropdown-item,
.cid-u3paGYCMAs .nav-link,
.cid-u3paGYCMAs .brand-name {
  font-style: normal;
}
.cid-u3paGYCMAs .dropdown-item:hover,
.cid-u3paGYCMAs .nav-link:hover,
.cid-u3paGYCMAs .brand-name:hover {
  color: #98dee8 !important;
}
.cid-u3paGYCMAs .dropdown-menu {
  background-color: #353535;
}
.cid-u3paGYCMAs .dropdown-item:active {
  background-color: #353535;
}
.cid-u3paGYCMAs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3paGYCMAs .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-u3paGYCMAs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u3paGYCMAs .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u3paGYCMAs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3paGYCMAs .content-text {
  margin-bottom: 0;
}
.cid-u3paGYCMAs .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u3paGYCMAs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u3paGYCMAs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u3paGYCMAs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u3paGYCMAs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u3paGYCMAs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3paGYCMAs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3paGYCMAs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3paGYCMAs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3paGYCMAs .nav-dropdown .link {
  font-weight: 400;
}
.cid-u3paGYCMAs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3paGYCMAs .content-right-side {
  text-align: center;
}
.cid-u3paGYCMAs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u3paGYCMAs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u3paGYCMAs .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u3paGYCMAs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3paGYCMAs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3paGYCMAs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3paGYCMAs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u3paGYCMAs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u3paGYCMAs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u3paGYCMAs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u3paGYCMAs .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u3paGYCMAs .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3paGYCMAs .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u3paGYCMAs .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3paGYCMAs .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3paGYCMAs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u3paGYCMAs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u3paGYCMAs .navbar-toggler {
    display: none;
  }
  .cid-u3paGYCMAs .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u3paGYCMAs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u3paGYCMAs .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u3paGYCMAs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3paGYCMAs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u3paGYCMAs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3paGYCMAs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3paGYCMAs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3paGYCMAs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u3paGYCMAs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3paGYCMAs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3paGYCMAs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3paGYCMAs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u3paGYCMAs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3paGYCMAs .dropdown .dropdown-menu .dropdown-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-u3paGYCMAs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3paGYCMAs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3paGYCMAs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u3paGYCMAs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u3paGYCMAs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3paGYCMAs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3paGYCMAs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u3paGYCMAs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3paGYCMAs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u3paGYCMAs button.navbar-toggler:focus {
  outline: none;
}
.cid-u3paGYCMAs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-u3paGYCMAs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3paGYCMAs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3paGYCMAs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3paGYCMAs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3paGYCMAs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3paGYCMAs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3paGYCMAs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3paGYCMAs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3paGYCMAs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3paGYCMAs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3paGYCMAs .collapsed .btn {
  display: flex;
}
.cid-u3paGYCMAs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3paGYCMAs .collapsed .navbar-collapse.collapsing,
.cid-u3paGYCMAs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3paGYCMAs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3paGYCMAs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3paGYCMAs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3paGYCMAs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3paGYCMAs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u3paGYCMAs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u3paGYCMAs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3paGYCMAs .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u3paGYCMAs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3paGYCMAs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u3paGYCMAs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3paGYCMAs .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3paGYCMAs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3paGYCMAs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u3paGYCMAs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u3paGYCMAs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3paGYCMAs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3paGYCMAs .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u3paGYCMAs .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u3paGYCMAs .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u3paGYCMAs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u3paGYCMAs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u3paGYCMAs .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u3paGYCMAs .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3paGYCMAs .navbar-collapse.collapsing,
  .cid-u3paGYCMAs .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3paGYCMAs .navbar-collapse.collapsing .navbar-nav,
  .cid-u3paGYCMAs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3paGYCMAs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3paGYCMAs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3paGYCMAs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u3paGYCMAs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3paGYCMAs .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3paGYCMAs .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u3paGYCMAs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3paGYCMAs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3paGYCMAs img {
    height: 3.8rem !important;
  }
  .cid-u3paGYCMAs .btn {
    display: flex;
  }
  .cid-u3paGYCMAs button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u3paGYCMAs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3paGYCMAs .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3paGYCMAs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u3paGYCMAs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3paGYCMAs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3paGYCMAs .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u3paGYCMAs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u3paGYCMAs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u3paGYCMAs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u3paGYCMAs .nav-link:focus {
  outline: none;
}
.cid-u3paGYCMAs .navbar-toggler {
  position: relative;
}
.cid-u3paGYCMAs .dropdown-item.active,
.cid-u3paGYCMAs .dropdown-item:active {
  color: initial;
}
.cid-u3paGYCMAs .widget-title,
.cid-u3paGYCMAs .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-u3paGYCMAs .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u3paGYCMAs .menu-logo {
    display: none;
  }
  .cid-u3paGYCMAs .navbar {
    padding: 0;
  }
  .cid-u3paGYCMAs .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3paGYCMAs button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u3paGZpYvB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3paGZpYvB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3paGZpYvB .row {
  flex-direction: row-reverse;
}
.cid-u3paGZpYvB img {
  width: 100%;
}
.cid-u3paGZUHRI {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-u3paGZUHRI .row {
  position: relative;
}
.cid-u3paGZUHRI .container {
  max-width: 1500px;
}
.cid-u3paGZUHRI h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u3paGZUHRI .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u3paGZUHRI .container {
    padding: 0 4rem;
  }
}
.cid-u3paGZUHRI H1 {
  text-align: right;
}
.cid-u3paH0kpeS {
  background-image: url("../../../assets/images/about02-3.png");
}
.cid-u3paH0kpeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3paH0kpeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3paH0kpeS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u3paH0kpeS .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-u3paH0kpeS .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-u3paH0kpeS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3paH0kpeS .mbr-section-subtitle {
  text-align: right;
  color: #000000;
}
.cid-u3paH0kpeS .mbr-text,
.cid-u3paH0kpeS .mbr-section-btn,
.cid-u3paH0kpeS .social-row {
  text-align: right;
  color: #66a7b0;
}
.cid-u3pduZBrd4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u3pduZBrd4 img {
  width: 100%;
}
.cid-u3pduZBrd4 .text-wrapper {
  z-index: 11;
}
.cid-u3pduZBrd4 .wrapper {
  display: flex;
}
.cid-u3pduZBrd4 .row {
  align-items: center;
}
.cid-u3pduZBrd4 .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-u3pduZBrd4 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #98dee8;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u3pduZBrd4 .wrapper {
    flex-direction: column;
  }
  .cid-u3pduZBrd4 .iconfont-wrapper {
    margin: auto;
  }
  .cid-u3pduZBrd4 .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-u3pduZBrd4 .mbr-section-title {
  color: #1d94a5;
  text-align: right;
}
.cid-u3pduZBrd4 .mbr-text,
.cid-u3pduZBrd4 .mbr-section-btn {
  color: #161734;
  text-align: right;
}
.cid-u3pduZBrd4 .main-content {
  direction: rtl;
}
.cid-u3pg5hSASU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #66a7b0;
}
.cid-u3pg5hSASU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pg5hSASU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pg5hSASU .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-u3pg5hSASU .card-text a:hover {
  border: none;
}
.cid-u3pg5hSASU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3pg5hSASU .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3pg5hSASU .row {
  background: #00606d;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-u3pg5hSASU .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u3pg5hSASU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3pg5hSASU .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-u3pg5hSASU .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3pg5hSASU .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u3pg5hSASU .social-row {
  text-align: center;
}
.cid-u3pg5hSASU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-u3pg5hSASU .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-u3pg5hSASU .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-u3pg5hSASU .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-u3pg5hSASU .mbr-section-title {
  color: #ffffff;
}
.cid-u3pg5hSASU .mbr-role,
.cid-u3pg5hSASU .social-row {
  color: #ffffff;
}
.cid-u3pg5hSASU .card-text,
.cid-u3pg5hSASU .mbr-section-btn,
.cid-u3pg5hSASU .social-row {
  color: #ffffff;
}
.cid-u3pdvvAhGs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u3pdvvAhGs .row {
  flex-direction: row-reverse;
}
.cid-u3pdvvAhGs img {
  width: 100%;
}
.cid-u3pdvvAhGs .text-wrapper {
  z-index: 11;
}
.cid-u3pdvvAhGs .wrapper {
  display: flex;
}
.cid-u3pdvvAhGs .row {
  align-items: center;
}
.cid-u3pdvvAhGs .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-u3pdvvAhGs .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #98dee8;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u3pdvvAhGs .wrapper {
    flex-direction: column;
  }
  .cid-u3pdvvAhGs .iconfont-wrapper {
    margin: auto;
  }
  .cid-u3pdvvAhGs .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-u3pdvvAhGs .mbr-section-title {
  color: #1d94a5;
  text-align: right;
}
.cid-u3pdvvAhGs .mbr-text,
.cid-u3pdvvAhGs .mbr-section-btn {
  color: #161734;
  text-align: right;
}
.cid-u3pdvvAhGs .main-content {
  direction: rtl;
}
.cid-u3pdOu62x5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1dde1;
}
.cid-u3pdOu62x5 blockquote {
  border-color: #66a7b0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u3pdOu62x5 .mbr-text {
  text-align: right;
}
.cid-u3pdOu62x5 .mbr-section-title {
  text-align: right;
}
.cid-u3pj8xXCM1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-u3pj8xXCM1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3pj8xXCM1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3pj8xXCM1 .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-u3pj8xXCM1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3pj8xXCM1 .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-u3pj8xXCM1 .card-wrap .content-wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-u3pj8xXCM1 .card-wrap .content-wrap {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.cid-u3pj8xXCM1 .social-row {
  text-align: center;
  padding-top: 2rem;
}
.cid-u3pj8xXCM1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 30%;
  border-top-left-radius: 30%;
  margin-right: 0.6rem;
  padding: 0.8rem;
  background: #efefef;
  transition: all 0.3s;
}
.cid-u3pj8xXCM1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #14191e;
  font-size: 1rem;
}
.cid-u3pj8xXCM1 .social-row .soc-item:hover {
  background-color: #98dee8;
}
.cid-u3pj8xXCM1 .social-row .soc-item:hover .mbr-iconfont {
  color: white;
}
.cid-u3pj8xXCM1 .mbr-role,
.cid-u3pj8xXCM1 .social-row {
  color: #777777;
}
.cid-u3pj8xXCM1 .mbr-section-subtitle {
  color: #000000;
}
.cid-u3pj8xXCM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pj8xXCM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pklLPvmr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-u3pklLPvmr .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3pklLPvmr .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3pklLPvmr .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-u3pklLPvmr .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3pklLPvmr .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-u3pklLPvmr .card-wrap .content-wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-u3pklLPvmr .card-wrap .content-wrap {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.cid-u3pklLPvmr .social-row {
  text-align: center;
  padding-top: 2rem;
}
.cid-u3pklLPvmr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 30%;
  border-top-left-radius: 30%;
  margin-right: 0.6rem;
  padding: 0.8rem;
  background: #efefef;
  transition: all 0.3s;
}
.cid-u3pklLPvmr .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #14191e;
  font-size: 1rem;
}
.cid-u3pklLPvmr .social-row .soc-item:hover {
  background-color: #98dee8;
}
.cid-u3pklLPvmr .social-row .soc-item:hover .mbr-iconfont {
  color: white;
}
.cid-u3pklLPvmr .mbr-role,
.cid-u3pklLPvmr .social-row {
  color: #777777;
}
.cid-u3pklLPvmr .mbr-section-subtitle {
  color: #000000;
}
.cid-u3pklLPvmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pklLPvmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pkt5Pjp5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-u3pkt5Pjp5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3pkt5Pjp5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3pkt5Pjp5 .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-u3pkt5Pjp5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3pkt5Pjp5 .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-u3pkt5Pjp5 .card-wrap .content-wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-u3pkt5Pjp5 .card-wrap .content-wrap {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.cid-u3pkt5Pjp5 .social-row {
  text-align: center;
  padding-top: 2rem;
}
.cid-u3pkt5Pjp5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 30%;
  border-top-left-radius: 30%;
  margin-right: 0.6rem;
  padding: 0.8rem;
  background: #efefef;
  transition: all 0.3s;
}
.cid-u3pkt5Pjp5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #14191e;
  font-size: 1rem;
}
.cid-u3pkt5Pjp5 .social-row .soc-item:hover {
  background-color: #98dee8;
}
.cid-u3pkt5Pjp5 .social-row .soc-item:hover .mbr-iconfont {
  color: white;
}
.cid-u3pkt5Pjp5 .mbr-role,
.cid-u3pkt5Pjp5 .social-row {
  color: #777777;
}
.cid-u3pkt5Pjp5 .mbr-section-subtitle {
  color: #000000;
}
.cid-u3pkt5Pjp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pkt5Pjp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pK7kZv3K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3pK7kZv3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pK7kZv3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pK7kZv3K .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3pK7kZv3K .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-u3pK7kZv3K .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-ueLWiosQaQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueLWiosQaQ .card-wrapper {
  background: #f0f2f5;
}
.cid-ueLWiosQaQ .card {
  padding: 0.5rem;
}
.cid-ueLWiosQaQ .main-row {
  padding: 0 0.5rem;
}
.cid-ueLWiosQaQ .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueLWiosQaQ .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueLWiosQaQ .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueLWiosQaQ .img-wrapper,
.cid-ueLWiosQaQ img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueLWiosQaQ .img-wrapper,
  .cid-ueLWiosQaQ img {
    height: auto;
  }
}
.cid-ueLWiosQaQ .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueLWiosQaQ .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueLWiosQaQ .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueLWiosQaQ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLWiosQaQ .card-subtitle {
  color: #0095ff;
}
.cid-ueLWiosQaQ .mbr-text {
  color: #555555;
}
.cid-ueLWiosQaQ .card-title {
  color: #103178;
}
.cid-ueLWiosQaQ .mbr-section-title {
  color: #00606d;
}
.cid-ueLWiosQaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLWiosQaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLWiosQaQ .card-title,
.cid-ueLWiosQaQ .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueLWjdWIFq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueLWjdWIFq .card-wrapper {
  background: #f0f2f5;
}
.cid-ueLWjdWIFq .card {
  padding: 0.5rem;
}
.cid-ueLWjdWIFq .main-row {
  padding: 0 0.5rem;
}
.cid-ueLWjdWIFq .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueLWjdWIFq .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueLWjdWIFq .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueLWjdWIFq .img-wrapper,
.cid-ueLWjdWIFq img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueLWjdWIFq .img-wrapper,
  .cid-ueLWjdWIFq img {
    height: auto;
  }
}
.cid-ueLWjdWIFq .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueLWjdWIFq .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueLWjdWIFq .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueLWjdWIFq .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLWjdWIFq .card-subtitle {
  color: #0095ff;
}
.cid-ueLWjdWIFq .mbr-text {
  color: #555555;
}
.cid-ueLWjdWIFq .card-title {
  color: #103178;
}
.cid-ueLWjdWIFq .mbr-section-title {
  color: #008ea2;
}
.cid-ueLWjdWIFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLWjdWIFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLWjdWIFq .card-title,
.cid-ueLWjdWIFq .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-u3pl93JcdY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/022.jpg");
}
.cid-u3pl93JcdY .mbr-overlay {
  background: #ffffff;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-u3pl93JcdY .row {
    justify-content: center;
  }
}
.cid-u3pl93JcdY form .mbr-section-btn {
  width: 100%;
}
.cid-u3pl93JcdY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u3pl93JcdY form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-u3pl93JcdY .form-with-styler {
    padding: 30px;
  }
  .cid-u3pl93JcdY .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u3pl93JcdY input::-webkit-input-placeholder,
.cid-u3pl93JcdY textarea::-webkit-input-placeholder {
  color: #ffbc47 !important;
  opacity: 0.5;
}
.cid-u3pl93JcdY input:-moz-placeholder,
.cid-u3pl93JcdY textarea:-moz-placeholder {
  color: #ffbc47 !important;
  opacity: 0.5;
}
.cid-u3pl93JcdY .form-control {
  border-color: #66a7b0 !important;
  color: #00606d !important;
}
.cid-u3pl93JcdY input::-webkit-input-placeholder,
.cid-u3pl93JcdY textarea::-webkit-input-placeholder {
  color: #00606d !important;
}
.cid-u3pl93JcdY input:-moz-placeholder,
.cid-u3pl93JcdY textarea:-moz-placeholder {
  color: #00606d !important;
}
.cid-u3pl93JcdY .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-u3pl93JcdY .mbr-section-title {
  color: #00606d;
  text-align: center;
}
.cid-u3pl93JcdY .mbr-section-subtitle {
  color: #66a7b0;
  text-align: center;
}
.cid-u3pl93JcdY .mbr-section-text,
.cid-u3pl93JcdY .mbr-section-btn {
  text-align: center;
  color: #282727;
}
.cid-u3pldiL8zf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f2f5;
}
@media (max-width: 767px) {
  .cid-u3pldiL8zf .content {
    text-align: center;
  }
  .cid-u3pldiL8zf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3pldiL8zf .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-u3pldiL8zf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3pldiL8zf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u3pldiL8zf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3pldiL8zf .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-u3pldiL8zf .google-map {
    width: 100%;
  }
}
.cid-u3pldiL8zf P {
  text-align: right;
}
.cid-u3pldiL8zf H3 {
  text-align: right;
}
.cid-u3paH4gf8F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-u3paH4gf8F .links {
  text-align: center;
  color: #ffffff;
}
.cid-u3paH4gf8F p {
  margin: 0;
}
.cid-u3paH4gf8F a {
  color: #008ea2;
}
.cid-u3paH4gf8F a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u3plUWWWHP .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-u3plUWWWHP .navbar-fixed-top {
  padding-top: 0;
}
.cid-u3plUWWWHP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u3plUWWWHP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3plUWWWHP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u3plUWWWHP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3plUWWWHP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3plUWWWHP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3plUWWWHP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3plUWWWHP .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u3plUWWWHP .dropdown-item {
  padding: 0;
}
.cid-u3plUWWWHP .dropdown-item,
.cid-u3plUWWWHP .nav-link,
.cid-u3plUWWWHP .brand-name {
  font-style: normal;
}
.cid-u3plUWWWHP .dropdown-item:hover,
.cid-u3plUWWWHP .nav-link:hover,
.cid-u3plUWWWHP .brand-name:hover {
  color: #98dee8 !important;
}
.cid-u3plUWWWHP .dropdown-menu {
  background-color: #353535;
}
.cid-u3plUWWWHP .dropdown-item:active {
  background-color: #353535;
}
.cid-u3plUWWWHP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3plUWWWHP .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-u3plUWWWHP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u3plUWWWHP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u3plUWWWHP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3plUWWWHP .content-text {
  margin-bottom: 0;
}
.cid-u3plUWWWHP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u3plUWWWHP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u3plUWWWHP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u3plUWWWHP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u3plUWWWHP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u3plUWWWHP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3plUWWWHP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3plUWWWHP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3plUWWWHP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3plUWWWHP .nav-dropdown .link {
  font-weight: 400;
}
.cid-u3plUWWWHP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3plUWWWHP .content-right-side {
  text-align: center;
}
.cid-u3plUWWWHP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u3plUWWWHP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u3plUWWWHP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u3plUWWWHP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3plUWWWHP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3plUWWWHP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3plUWWWHP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u3plUWWWHP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u3plUWWWHP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u3plUWWWHP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u3plUWWWHP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u3plUWWWHP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3plUWWWHP .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u3plUWWWHP .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3plUWWWHP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3plUWWWHP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u3plUWWWHP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u3plUWWWHP .navbar-toggler {
    display: none;
  }
  .cid-u3plUWWWHP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u3plUWWWHP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u3plUWWWHP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u3plUWWWHP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3plUWWWHP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u3plUWWWHP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3plUWWWHP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3plUWWWHP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3plUWWWHP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u3plUWWWHP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3plUWWWHP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3plUWWWHP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3plUWWWHP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u3plUWWWHP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3plUWWWHP .dropdown .dropdown-menu .dropdown-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-u3plUWWWHP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3plUWWWHP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3plUWWWHP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u3plUWWWHP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u3plUWWWHP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3plUWWWHP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3plUWWWHP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u3plUWWWHP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3plUWWWHP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u3plUWWWHP button.navbar-toggler:focus {
  outline: none;
}
.cid-u3plUWWWHP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-u3plUWWWHP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3plUWWWHP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3plUWWWHP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3plUWWWHP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3plUWWWHP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3plUWWWHP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3plUWWWHP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3plUWWWHP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3plUWWWHP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3plUWWWHP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3plUWWWHP .collapsed .btn {
  display: flex;
}
.cid-u3plUWWWHP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3plUWWWHP .collapsed .navbar-collapse.collapsing,
.cid-u3plUWWWHP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3plUWWWHP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3plUWWWHP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3plUWWWHP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3plUWWWHP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3plUWWWHP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u3plUWWWHP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u3plUWWWHP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3plUWWWHP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u3plUWWWHP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3plUWWWHP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u3plUWWWHP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3plUWWWHP .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3plUWWWHP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3plUWWWHP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u3plUWWWHP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u3plUWWWHP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3plUWWWHP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3plUWWWHP .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u3plUWWWHP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u3plUWWWHP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u3plUWWWHP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u3plUWWWHP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u3plUWWWHP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u3plUWWWHP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3plUWWWHP .navbar-collapse.collapsing,
  .cid-u3plUWWWHP .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3plUWWWHP .navbar-collapse.collapsing .navbar-nav,
  .cid-u3plUWWWHP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3plUWWWHP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3plUWWWHP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3plUWWWHP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u3plUWWWHP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3plUWWWHP .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3plUWWWHP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u3plUWWWHP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3plUWWWHP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3plUWWWHP img {
    height: 3.8rem !important;
  }
  .cid-u3plUWWWHP .btn {
    display: flex;
  }
  .cid-u3plUWWWHP button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u3plUWWWHP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3plUWWWHP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3plUWWWHP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u3plUWWWHP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3plUWWWHP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3plUWWWHP .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u3plUWWWHP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u3plUWWWHP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u3plUWWWHP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u3plUWWWHP .nav-link:focus {
  outline: none;
}
.cid-u3plUWWWHP .navbar-toggler {
  position: relative;
}
.cid-u3plUWWWHP .dropdown-item.active,
.cid-u3plUWWWHP .dropdown-item:active {
  color: initial;
}
.cid-u3plUWWWHP .widget-title,
.cid-u3plUWWWHP .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-u3plUWWWHP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u3plUWWWHP .menu-logo {
    display: none;
  }
  .cid-u3plUWWWHP .navbar {
    padding: 0;
  }
  .cid-u3plUWWWHP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3plUWWWHP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u3plUXUgWZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3plUXUgWZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3plUXUgWZ .row {
  flex-direction: row-reverse;
}
.cid-u3plUXUgWZ img {
  width: 100%;
}
.cid-u3plUYtVcl {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-u3plUYtVcl .row {
  position: relative;
}
.cid-u3plUYtVcl .container {
  max-width: 1500px;
}
.cid-u3plUYtVcl h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u3plUYtVcl .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u3plUYtVcl .container {
    padding: 0 4rem;
  }
}
.cid-u3plUYtVcl H1 {
  text-align: right;
}
.cid-u3plUYX5Oc {
  background-image: url("../../../assets/images/about03.png");
}
.cid-u3plUYX5Oc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3plUYX5Oc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3plUYX5Oc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u3plUYX5Oc .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-u3plUYX5Oc .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-u3plUYX5Oc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3plUYX5Oc .mbr-section-subtitle {
  text-align: right;
  color: #000000;
}
.cid-u3plUYX5Oc .mbr-text,
.cid-u3plUYX5Oc .mbr-section-btn,
.cid-u3plUYX5Oc .social-row {
  text-align: right;
  color: #66a7b0;
}
.cid-u3px9lBlaK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3px9lBlaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3px9lBlaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3px9lBlaK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3px9lBlaK .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-u3px9lBlaK .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-u3plUZxv1Y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u3plUZxv1Y img {
  width: 100%;
}
.cid-u3plUZxv1Y .text-wrapper {
  z-index: 11;
}
.cid-u3plUZxv1Y .wrapper {
  display: flex;
}
.cid-u3plUZxv1Y .row {
  align-items: center;
}
.cid-u3plUZxv1Y .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-u3plUZxv1Y .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #98dee8;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u3plUZxv1Y .wrapper {
    flex-direction: column;
  }
  .cid-u3plUZxv1Y .iconfont-wrapper {
    margin: auto;
  }
  .cid-u3plUZxv1Y .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-u3plUZxv1Y .mbr-section-title {
  color: #1d94a5;
  text-align: right;
}
.cid-u3plUZxv1Y .mbr-text,
.cid-u3plUZxv1Y .mbr-section-btn {
  color: #161734;
  text-align: right;
}
.cid-u3plUZxv1Y .main-content {
  direction: rtl;
}
.cid-u3plV1ldAj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u3plV1ldAj .row {
  flex-direction: row-reverse;
}
.cid-u3plV1ldAj img {
  width: 100%;
}
.cid-u3plV1ldAj .text-wrapper {
  z-index: 11;
}
.cid-u3plV1ldAj .wrapper {
  display: flex;
}
.cid-u3plV1ldAj .row {
  align-items: center;
}
.cid-u3plV1ldAj .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-u3plV1ldAj .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #98dee8;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u3plV1ldAj .wrapper {
    flex-direction: column;
  }
  .cid-u3plV1ldAj .iconfont-wrapper {
    margin: auto;
  }
  .cid-u3plV1ldAj .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-u3plV1ldAj .mbr-section-title {
  color: #1d94a5;
  text-align: right;
}
.cid-u3plV1ldAj .mbr-text,
.cid-u3plV1ldAj .mbr-section-btn {
  color: #161734;
  text-align: right;
}
.cid-u3plV1ldAj .main-content {
  direction: rtl;
}
.cid-u3plV23SjC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1dde1;
}
.cid-u3plV23SjC blockquote {
  border-color: #66a7b0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u3plV23SjC .mbr-text {
  text-align: right;
}
.cid-u3plV23SjC .mbr-section-title {
  text-align: right;
}
.cid-u3plV6s5bE {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/022.jpg");
}
.cid-u3plV6s5bE .mbr-overlay {
  background: #ffffff;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-u3plV6s5bE .row {
    justify-content: center;
  }
}
.cid-u3plV6s5bE form .mbr-section-btn {
  width: 100%;
}
.cid-u3plV6s5bE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u3plV6s5bE form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-u3plV6s5bE .form-with-styler {
    padding: 30px;
  }
  .cid-u3plV6s5bE .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u3plV6s5bE input::-webkit-input-placeholder,
.cid-u3plV6s5bE textarea::-webkit-input-placeholder {
  color: #ffbc47 !important;
  opacity: 0.5;
}
.cid-u3plV6s5bE input:-moz-placeholder,
.cid-u3plV6s5bE textarea:-moz-placeholder {
  color: #ffbc47 !important;
  opacity: 0.5;
}
.cid-u3plV6s5bE .form-control {
  border-color: #66a7b0 !important;
  color: #00606d !important;
}
.cid-u3plV6s5bE input::-webkit-input-placeholder,
.cid-u3plV6s5bE textarea::-webkit-input-placeholder {
  color: #00606d !important;
}
.cid-u3plV6s5bE input:-moz-placeholder,
.cid-u3plV6s5bE textarea:-moz-placeholder {
  color: #00606d !important;
}
.cid-u3plV6s5bE .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-u3plV6s5bE .mbr-section-title {
  color: #00606d;
  text-align: center;
}
.cid-u3plV6s5bE .mbr-section-subtitle {
  color: #66a7b0;
  text-align: center;
}
.cid-u3plV6s5bE .mbr-section-text,
.cid-u3plV6s5bE .mbr-section-btn {
  text-align: center;
  color: #282727;
}
.cid-u3plV7jr0A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f2f5;
}
@media (max-width: 767px) {
  .cid-u3plV7jr0A .content {
    text-align: center;
  }
  .cid-u3plV7jr0A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3plV7jr0A .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-u3plV7jr0A .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3plV7jr0A .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u3plV7jr0A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3plV7jr0A .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-u3plV7jr0A .google-map {
    width: 100%;
  }
}
.cid-u3plV7jr0A P {
  text-align: right;
}
.cid-u3plV7jr0A H3 {
  text-align: right;
}
.cid-u3plV8ieXe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-u3plV8ieXe .links {
  text-align: center;
  color: #ffffff;
}
.cid-u3plV8ieXe p {
  margin: 0;
}
.cid-u3plV8ieXe a {
  color: #008ea2;
}
.cid-u3plV8ieXe a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u3pz9MHB4d .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-u3pz9MHB4d .navbar-fixed-top {
  padding-top: 0;
}
.cid-u3pz9MHB4d .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u3pz9MHB4d .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3pz9MHB4d .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u3pz9MHB4d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3pz9MHB4d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3pz9MHB4d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3pz9MHB4d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3pz9MHB4d .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u3pz9MHB4d .dropdown-item {
  padding: 0;
}
.cid-u3pz9MHB4d .dropdown-item,
.cid-u3pz9MHB4d .nav-link,
.cid-u3pz9MHB4d .brand-name {
  font-style: normal;
}
.cid-u3pz9MHB4d .dropdown-item:hover,
.cid-u3pz9MHB4d .nav-link:hover,
.cid-u3pz9MHB4d .brand-name:hover {
  color: #98dee8 !important;
}
.cid-u3pz9MHB4d .dropdown-menu {
  background-color: #353535;
}
.cid-u3pz9MHB4d .dropdown-item:active {
  background-color: #353535;
}
.cid-u3pz9MHB4d .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3pz9MHB4d .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-u3pz9MHB4d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u3pz9MHB4d .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u3pz9MHB4d .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3pz9MHB4d .content-text {
  margin-bottom: 0;
}
.cid-u3pz9MHB4d .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u3pz9MHB4d .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u3pz9MHB4d .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u3pz9MHB4d .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u3pz9MHB4d .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u3pz9MHB4d .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3pz9MHB4d .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3pz9MHB4d .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3pz9MHB4d .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3pz9MHB4d .nav-dropdown .link {
  font-weight: 400;
}
.cid-u3pz9MHB4d .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3pz9MHB4d .content-right-side {
  text-align: center;
}
.cid-u3pz9MHB4d .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u3pz9MHB4d .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u3pz9MHB4d .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u3pz9MHB4d .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3pz9MHB4d .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3pz9MHB4d .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3pz9MHB4d .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u3pz9MHB4d .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u3pz9MHB4d .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u3pz9MHB4d .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u3pz9MHB4d .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u3pz9MHB4d .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3pz9MHB4d .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u3pz9MHB4d .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3pz9MHB4d .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3pz9MHB4d .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u3pz9MHB4d .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u3pz9MHB4d .navbar-toggler {
    display: none;
  }
  .cid-u3pz9MHB4d .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u3pz9MHB4d .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u3pz9MHB4d .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u3pz9MHB4d .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3pz9MHB4d .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u3pz9MHB4d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3pz9MHB4d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3pz9MHB4d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3pz9MHB4d .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u3pz9MHB4d .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3pz9MHB4d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3pz9MHB4d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3pz9MHB4d .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u3pz9MHB4d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3pz9MHB4d .dropdown .dropdown-menu .dropdown-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-u3pz9MHB4d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3pz9MHB4d .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3pz9MHB4d .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u3pz9MHB4d .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u3pz9MHB4d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3pz9MHB4d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3pz9MHB4d .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u3pz9MHB4d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3pz9MHB4d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u3pz9MHB4d button.navbar-toggler:focus {
  outline: none;
}
.cid-u3pz9MHB4d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-u3pz9MHB4d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3pz9MHB4d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3pz9MHB4d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3pz9MHB4d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3pz9MHB4d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3pz9MHB4d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3pz9MHB4d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3pz9MHB4d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3pz9MHB4d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3pz9MHB4d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3pz9MHB4d .collapsed .btn {
  display: flex;
}
.cid-u3pz9MHB4d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3pz9MHB4d .collapsed .navbar-collapse.collapsing,
.cid-u3pz9MHB4d .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3pz9MHB4d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3pz9MHB4d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3pz9MHB4d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3pz9MHB4d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3pz9MHB4d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u3pz9MHB4d .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u3pz9MHB4d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3pz9MHB4d .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u3pz9MHB4d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3pz9MHB4d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u3pz9MHB4d .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3pz9MHB4d .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3pz9MHB4d .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3pz9MHB4d .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u3pz9MHB4d .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u3pz9MHB4d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3pz9MHB4d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3pz9MHB4d .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u3pz9MHB4d .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u3pz9MHB4d .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u3pz9MHB4d .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u3pz9MHB4d .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u3pz9MHB4d .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u3pz9MHB4d .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3pz9MHB4d .navbar-collapse.collapsing,
  .cid-u3pz9MHB4d .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3pz9MHB4d .navbar-collapse.collapsing .navbar-nav,
  .cid-u3pz9MHB4d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3pz9MHB4d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3pz9MHB4d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3pz9MHB4d .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u3pz9MHB4d .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3pz9MHB4d .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3pz9MHB4d .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u3pz9MHB4d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3pz9MHB4d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3pz9MHB4d img {
    height: 3.8rem !important;
  }
  .cid-u3pz9MHB4d .btn {
    display: flex;
  }
  .cid-u3pz9MHB4d button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u3pz9MHB4d .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3pz9MHB4d .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3pz9MHB4d .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u3pz9MHB4d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3pz9MHB4d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3pz9MHB4d .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u3pz9MHB4d .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u3pz9MHB4d .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u3pz9MHB4d .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u3pz9MHB4d .nav-link:focus {
  outline: none;
}
.cid-u3pz9MHB4d .navbar-toggler {
  position: relative;
}
.cid-u3pz9MHB4d .dropdown-item.active,
.cid-u3pz9MHB4d .dropdown-item:active {
  color: initial;
}
.cid-u3pz9MHB4d .widget-title,
.cid-u3pz9MHB4d .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-u3pz9MHB4d .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u3pz9MHB4d .menu-logo {
    display: none;
  }
  .cid-u3pz9MHB4d .navbar {
    padding: 0;
  }
  .cid-u3pz9MHB4d .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3pz9MHB4d button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u3pz9NdH4R {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3pz9NdH4R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3pz9NdH4R .row {
  flex-direction: row-reverse;
}
.cid-u3pz9NdH4R img {
  width: 100%;
}
.cid-u3pz9NxE76 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-u3pz9NxE76 .row {
  position: relative;
}
.cid-u3pz9NxE76 .container {
  max-width: 1500px;
}
.cid-u3pz9NxE76 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u3pz9NxE76 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u3pz9NxE76 .container {
    padding: 0 4rem;
  }
}
.cid-u3pz9NxE76 H1 {
  text-align: right;
}
.cid-ueLQBLnmg9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLQBLnmg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLQBLnmg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLQBLnmg9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLQBLnmg9 .row {
  flex-direction: row-reverse;
}
.cid-ueLQBLnmg9 img {
  width: 100%;
}
.cid-ueLS8leFkz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(53, 53, 53, 0.7);
}
.cid-ueLS8leFkz .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98dee8;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-ueLS8leFkz .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ueLS8leFkz .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ueLS8leFkz .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueLS8leFkz a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-ueLS8leFkz .col + .mbr-section-btn .btn,
  .cid-ueLS8leFkz .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-ueLS8leFkz .dragArea > *:nth-last-child(2).col,
  .cid-ueLS8leFkz .dragArea > *:nth-last-child(2).col-auto,
  .cid-ueLS8leFkz .col + .mbr-section-btn,
  .cid-ueLS8leFkz .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-ueLS8leFkz .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ueLS8leFkz .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-ueLS8leFkz .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-ueLS8leFkz .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueLS8leFkz .form-group {
  max-width: 400px;
}
.cid-ueLS8leFkz .mbr-section-btn {
  padding: 5px;
}
.cid-ueLS8leFkz .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-ueLS8leFkz .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ueLS8leFkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLS8leFkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pz9NUNcO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-14.jpg");
}
.cid-u3pz9NUNcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pz9NUNcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pz9NUNcO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u3pz9NUNcO .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-u3pz9NUNcO .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-u3pz9NUNcO .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-u3pz9NUNcO .mbr-section-subtitle {
  text-align: right;
  color: #000000;
}
.cid-u3pz9NUNcO .mbr-text,
.cid-u3pz9NUNcO .mbr-section-btn,
.cid-u3pz9NUNcO .social-row {
  text-align: right;
  color: #66a7b0;
}
.cid-u3pzSasPDl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-u3pzSasPDl .card-wrapper {
  background: #f0f2f5;
}
.cid-u3pzSasPDl .card {
  padding: 0.5rem;
}
.cid-u3pzSasPDl .main-row {
  padding: 0 0.5rem;
}
.cid-u3pzSasPDl .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u3pzSasPDl .row .row {
    flex-direction: column-reverse;
  }
  .cid-u3pzSasPDl .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u3pzSasPDl .img-wrapper,
.cid-u3pzSasPDl img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-u3pzSasPDl .img-wrapper,
  .cid-u3pzSasPDl img {
    height: auto;
  }
}
.cid-u3pzSasPDl .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-u3pzSasPDl .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-u3pzSasPDl .btn-md {
  padding: 0.2rem 1rem;
}
.cid-u3pzSasPDl .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3pzSasPDl .card-subtitle {
  color: #0095ff;
}
.cid-u3pzSasPDl .mbr-text {
  color: #555555;
}
.cid-u3pzSasPDl .card-title {
  color: #103178;
}
.cid-u3pzSasPDl .mbr-section-title {
  color: #00606d;
}
.cid-u3pzSasPDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pzSasPDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pzSasPDl .card-title,
.cid-u3pzSasPDl .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-u3pAxIZD4b {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-u3pAxIZD4b .card-wrapper {
  background: #f0f2f5;
}
.cid-u3pAxIZD4b .card {
  padding: 0.5rem;
}
.cid-u3pAxIZD4b .main-row {
  padding: 0 0.5rem;
}
.cid-u3pAxIZD4b .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u3pAxIZD4b .row .row {
    flex-direction: column-reverse;
  }
  .cid-u3pAxIZD4b .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u3pAxIZD4b .img-wrapper,
.cid-u3pAxIZD4b img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-u3pAxIZD4b .img-wrapper,
  .cid-u3pAxIZD4b img {
    height: auto;
  }
}
.cid-u3pAxIZD4b .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-u3pAxIZD4b .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-u3pAxIZD4b .btn-md {
  padding: 0.2rem 1rem;
}
.cid-u3pAxIZD4b .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3pAxIZD4b .card-subtitle {
  color: #0095ff;
}
.cid-u3pAxIZD4b .mbr-text {
  color: #555555;
}
.cid-u3pAxIZD4b .card-title {
  color: #103178;
}
.cid-u3pAxIZD4b .mbr-section-title {
  color: #008ea2;
}
.cid-u3pAxIZD4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pAxIZD4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pAxIZD4b .card-title,
.cid-u3pAxIZD4b .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueLQy4jduR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLQy4jduR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLQy4jduR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLQy4jduR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLQy4jduR .row {
  flex-direction: row-reverse;
}
.cid-ueLQy4jduR img {
  width: 100%;
}
.cid-u3pAClXuGp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c1dde1;
}
.cid-u3pAClXuGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pAClXuGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pAClXuGp .video-wrapper iframe {
  width: 100%;
}
.cid-u3pAClXuGp .mbr-section-title,
.cid-u3pAClXuGp .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3pAClXuGp .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3pAClXuGp .mbr-section-subtitle {
  text-align: right;
}
.cid-u3pAClXuGp .mbr-text {
  text-align: right;
}
.cid-u3pADyfyYD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u3pADyfyYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pADyfyYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pADyfyYD .video-wrapper iframe {
  width: 100%;
}
.cid-u3pADyfyYD .mbr-section-title,
.cid-u3pADyfyYD .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3pADyfyYD .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3pADyfyYD .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u3pADyfyYD .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u3pADyfyYD .mbr-text P {
  text-align: left;
}
.cid-u3pADyfyYD .mbr-section-title {
  color: #ffffff;
}
.cid-u3pADyfyYD .mbr-description {
  color: #ffffff;
}
.cid-ueLQO9MYMl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLQO9MYMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLQO9MYMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLQO9MYMl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLQO9MYMl .row {
  flex-direction: row-reverse;
}
.cid-ueLQO9MYMl img {
  width: 100%;
}
.cid-u3pAEv0xNf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-u3pAEv0xNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pAEv0xNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pAEv0xNf .video-wrapper iframe {
  width: 100%;
}
.cid-u3pAEv0xNf .mbr-section-title,
.cid-u3pAEv0xNf .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3pAEv0xNf .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3pAEv0xNf .mbr-section-subtitle {
  text-align: center;
  color: #00606d;
}
.cid-u3pAEv0xNf .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-u3pAEv0xNf .mbr-text P {
  text-align: left;
}
.cid-u3pAEv0xNf .mbr-section-title {
  color: #00606d;
}
.cid-u3pAEv0xNf .mbr-description {
  color: #ffffff;
}
.cid-u3pz9OMEF7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3pz9OMEF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pz9OMEF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3pz9OMEF7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3pz9OMEF7 .row {
  flex-direction: row-reverse;
}
.cid-u3pz9OMEF7 img {
  width: 100%;
}
.cid-u3pAoToSx5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3pAoToSx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pAoToSx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3pAoToSx5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3pAoToSx5 .row {
  flex-direction: row-reverse;
}
.cid-u3pAoToSx5 img {
  width: 100%;
}
.cid-u3pAqdEekm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3pAqdEekm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pAqdEekm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3pAqdEekm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3pAqdEekm .row {
  flex-direction: row-reverse;
}
.cid-u3pAqdEekm img {
  width: 100%;
}
.cid-ueLQPdgr9Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLQPdgr9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLQPdgr9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLQPdgr9Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLQPdgr9Q .row {
  flex-direction: row-reverse;
}
.cid-ueLQPdgr9Q img {
  width: 100%;
}
.cid-u3pz9Q419B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0f2f5;
}
.cid-u3pz9Q419B img,
.cid-u3pz9Q419B .item-img {
  width: 100%;
}
.cid-u3pz9Q419B .item:focus,
.cid-u3pz9Q419B span:focus {
  outline: none;
}
.cid-u3pz9Q419B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3pz9Q419B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #c1dde1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3pz9Q419B .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3pz9Q419B .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3pz9Q419B .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3pz9Q419B .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3pz9Q419B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3pz9Q419B .mbr-section-title {
  color: #232323;
}
.cid-u3pz9Q419B .mbr-text,
.cid-u3pz9Q419B .mbr-section-btn {
  text-align: right;
}
.cid-u3pz9Q419B .item-title {
  text-align: right;
}
.cid-u3pz9Q419B .item-subtitle {
  text-align: center;
}
.cid-u3pz9QGxEp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-u3pz9QGxEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3pz9QGxEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3pz9QGxEp .mbr-section-title {
  color: #000000;
}
.cid-u3pz9R8wC5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-u3pz9R8wC5 .fb-page,
.cid-u3pz9R8wC5 span,
.cid-u3pz9R8wC5 iframe {
  width: 500px;
  height: 470px;
}
.cid-u3pz9R8wC5 blockquote {
  display: none;
}
.cid-u3pz9R8wC5 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-u3pz9R8wC5 .mbr-section-subtitle {
  color: #232323;
}
.cid-u3pz9RFvmG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-u3pz9RFvmG .links {
  text-align: center;
  color: #ffffff;
}
.cid-u3pz9RFvmG p {
  margin: 0;
}
.cid-u3pz9RFvmG a {
  color: #008ea2;
}
.cid-u3pz9RFvmG a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u3oUwE85Tw .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-u3oUwE85Tw .navbar-fixed-top {
  padding-top: 0;
}
.cid-u3oUwE85Tw .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u3oUwE85Tw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3oUwE85Tw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u3oUwE85Tw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3oUwE85Tw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3oUwE85Tw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3oUwE85Tw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3oUwE85Tw .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u3oUwE85Tw .dropdown-item {
  padding: 0;
}
.cid-u3oUwE85Tw .dropdown-item,
.cid-u3oUwE85Tw .nav-link,
.cid-u3oUwE85Tw .brand-name {
  font-style: normal;
}
.cid-u3oUwE85Tw .dropdown-item:hover,
.cid-u3oUwE85Tw .nav-link:hover,
.cid-u3oUwE85Tw .brand-name:hover {
  color: #98dee8 !important;
}
.cid-u3oUwE85Tw .dropdown-menu {
  background-color: #353535;
}
.cid-u3oUwE85Tw .dropdown-item:active {
  background-color: #353535;
}
.cid-u3oUwE85Tw .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3oUwE85Tw .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-u3oUwE85Tw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u3oUwE85Tw .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u3oUwE85Tw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3oUwE85Tw .content-text {
  margin-bottom: 0;
}
.cid-u3oUwE85Tw .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u3oUwE85Tw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u3oUwE85Tw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u3oUwE85Tw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u3oUwE85Tw .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u3oUwE85Tw .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3oUwE85Tw .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3oUwE85Tw .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3oUwE85Tw .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3oUwE85Tw .nav-dropdown .link {
  font-weight: 400;
}
.cid-u3oUwE85Tw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3oUwE85Tw .content-right-side {
  text-align: center;
}
.cid-u3oUwE85Tw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u3oUwE85Tw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u3oUwE85Tw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u3oUwE85Tw .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3oUwE85Tw .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3oUwE85Tw .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3oUwE85Tw .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u3oUwE85Tw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u3oUwE85Tw .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u3oUwE85Tw .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u3oUwE85Tw .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u3oUwE85Tw .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3oUwE85Tw .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u3oUwE85Tw .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3oUwE85Tw .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3oUwE85Tw .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u3oUwE85Tw .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u3oUwE85Tw .navbar-toggler {
    display: none;
  }
  .cid-u3oUwE85Tw .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u3oUwE85Tw .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u3oUwE85Tw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u3oUwE85Tw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3oUwE85Tw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u3oUwE85Tw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3oUwE85Tw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3oUwE85Tw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3oUwE85Tw .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u3oUwE85Tw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3oUwE85Tw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3oUwE85Tw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3oUwE85Tw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u3oUwE85Tw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3oUwE85Tw .dropdown .dropdown-menu .dropdown-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-u3oUwE85Tw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3oUwE85Tw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3oUwE85Tw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u3oUwE85Tw .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u3oUwE85Tw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3oUwE85Tw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3oUwE85Tw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u3oUwE85Tw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3oUwE85Tw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u3oUwE85Tw button.navbar-toggler:focus {
  outline: none;
}
.cid-u3oUwE85Tw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-u3oUwE85Tw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3oUwE85Tw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3oUwE85Tw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3oUwE85Tw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3oUwE85Tw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3oUwE85Tw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3oUwE85Tw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3oUwE85Tw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3oUwE85Tw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3oUwE85Tw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3oUwE85Tw .collapsed .btn {
  display: flex;
}
.cid-u3oUwE85Tw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3oUwE85Tw .collapsed .navbar-collapse.collapsing,
.cid-u3oUwE85Tw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3oUwE85Tw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3oUwE85Tw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3oUwE85Tw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3oUwE85Tw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3oUwE85Tw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u3oUwE85Tw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u3oUwE85Tw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3oUwE85Tw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u3oUwE85Tw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3oUwE85Tw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u3oUwE85Tw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3oUwE85Tw .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3oUwE85Tw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3oUwE85Tw .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u3oUwE85Tw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u3oUwE85Tw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3oUwE85Tw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3oUwE85Tw .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u3oUwE85Tw .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u3oUwE85Tw .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u3oUwE85Tw .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u3oUwE85Tw .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u3oUwE85Tw .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u3oUwE85Tw .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3oUwE85Tw .navbar-collapse.collapsing,
  .cid-u3oUwE85Tw .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3oUwE85Tw .navbar-collapse.collapsing .navbar-nav,
  .cid-u3oUwE85Tw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3oUwE85Tw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3oUwE85Tw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3oUwE85Tw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u3oUwE85Tw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3oUwE85Tw .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3oUwE85Tw .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u3oUwE85Tw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3oUwE85Tw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3oUwE85Tw img {
    height: 3.8rem !important;
  }
  .cid-u3oUwE85Tw .btn {
    display: flex;
  }
  .cid-u3oUwE85Tw button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u3oUwE85Tw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3oUwE85Tw .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3oUwE85Tw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u3oUwE85Tw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3oUwE85Tw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3oUwE85Tw .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u3oUwE85Tw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u3oUwE85Tw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u3oUwE85Tw .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u3oUwE85Tw .nav-link:focus {
  outline: none;
}
.cid-u3oUwE85Tw .navbar-toggler {
  position: relative;
}
.cid-u3oUwE85Tw .dropdown-item.active,
.cid-u3oUwE85Tw .dropdown-item:active {
  color: initial;
}
.cid-u3oUwE85Tw .widget-title,
.cid-u3oUwE85Tw .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-u3oUwE85Tw .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u3oUwE85Tw .menu-logo {
    display: none;
  }
  .cid-u3oUwE85Tw .navbar {
    padding: 0;
  }
  .cid-u3oUwE85Tw .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3oUwE85Tw button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u3oUwEVcX2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3oUwEVcX2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3oUwEVcX2 .row {
  flex-direction: row-reverse;
}
.cid-u3oUwEVcX2 img {
  width: 100%;
}
.cid-u3oUwFqlb8 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-u3oUwFqlb8 .row {
  position: relative;
}
.cid-u3oUwFqlb8 .container {
  max-width: 1500px;
}
.cid-u3oUwFqlb8 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u3oUwFqlb8 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u3oUwFqlb8 .container {
    padding: 0 4rem;
  }
}
.cid-u3oUwFqlb8 H1 {
  text-align: right;
}
.cid-u3oUwFNnTl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-11.jpg");
}
.cid-u3oUwFNnTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3oUwFNnTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3oUwFNnTl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u3oUwFNnTl .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-u3oUwFNnTl .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-u3oUwFNnTl .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-u3oUwFNnTl .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-u3oUwFNnTl .mbr-text,
.cid-u3oUwFNnTl .mbr-section-btn,
.cid-u3oUwFNnTl .social-row {
  text-align: right;
  color: #bbbbbb;
}
.cid-ueLxQspw8P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueLxQspw8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLxQspw8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLxQspw8P .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueLxQspw8P .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLxQspw8P .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLxQspw8P .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLxQspw8P .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLxQspw8P .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLxQspw8P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLATh2NQ7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLATh2NQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLATh2NQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLATh2NQ7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLATh2NQ7 .row {
  flex-direction: row-reverse;
}
.cid-ueLATh2NQ7 img {
  width: 100%;
}
.cid-ueLzDwzIfl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLzDwzIfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLzDwzIfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLzDwzIfl .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueLzDwzIfl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLzDwzIfl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLzDwzIfl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLzDwzIfl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLzDwzIfl .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLzDwzIfl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMmWSGcjw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueMmWSGcjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMmWSGcjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMmWSGcjw .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueMmWSGcjw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMmWSGcjw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMmWSGcjw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMmWSGcjw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMmWSGcjw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMmWSGcjw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMnPxFaTJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMnPxFaTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMnPxFaTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMnPxFaTJ .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueMnPxFaTJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMnPxFaTJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMnPxFaTJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMnPxFaTJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMnPxFaTJ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMnPxFaTJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMofsNlso {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueMofsNlso .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMofsNlso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMofsNlso .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueMofsNlso .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMofsNlso .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMofsNlso .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMofsNlso .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMofsNlso .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMofsNlso .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMonT8dNS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMonT8dNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMonT8dNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMonT8dNS .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueMonT8dNS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMonT8dNS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMonT8dNS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMonT8dNS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMonT8dNS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMonT8dNS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMowxDCK1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueMowxDCK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMowxDCK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMowxDCK1 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueMowxDCK1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMowxDCK1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMowxDCK1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMowxDCK1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMowxDCK1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMowxDCK1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMoPnqqoJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMoPnqqoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMoPnqqoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMoPnqqoJ .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueMoPnqqoJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMoPnqqoJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMoPnqqoJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMoPnqqoJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMoPnqqoJ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMoPnqqoJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMpxjJoVt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueMpxjJoVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMpxjJoVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMpxjJoVt .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueMpxjJoVt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMpxjJoVt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMpxjJoVt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMpxjJoVt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMpxjJoVt .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMpxjJoVt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMpRhvvzs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMpRhvvzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMpRhvvzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMpRhvvzs .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueMpRhvvzs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMpRhvvzs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMpRhvvzs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMpRhvvzs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMpRhvvzs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMpRhvvzs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMtoVlI4o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueMtoVlI4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMtoVlI4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMtoVlI4o .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueMtoVlI4o .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMtoVlI4o .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMtoVlI4o .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMtoVlI4o .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMtoVlI4o .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMtoVlI4o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMu1pKjqq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMu1pKjqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMu1pKjqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMu1pKjqq .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueMu1pKjqq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMu1pKjqq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMu1pKjqq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMu1pKjqq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMu1pKjqq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMu1pKjqq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMv9lFVVj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueMv9lFVVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMv9lFVVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMv9lFVVj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueMv9lFVVj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueMv9lFVVj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueMv9lFVVj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueMv9lFVVj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueMv9lFVVj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueMv9lFVVj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMvOgS1OJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueMvOgS1OJ .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMvOgS1OJ .card {
  padding: 0.5rem;
}
.cid-ueMvOgS1OJ .main-row {
  padding: 0 0.5rem;
}
.cid-ueMvOgS1OJ .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMvOgS1OJ .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMvOgS1OJ .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMvOgS1OJ .img-wrapper,
.cid-ueMvOgS1OJ img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMvOgS1OJ .img-wrapper,
  .cid-ueMvOgS1OJ img {
    height: auto;
  }
}
.cid-ueMvOgS1OJ .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMvOgS1OJ .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMvOgS1OJ .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMvOgS1OJ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMvOgS1OJ .card-subtitle {
  color: #0095ff;
}
.cid-ueMvOgS1OJ .mbr-text {
  color: #555555;
}
.cid-ueMvOgS1OJ .card-title {
  color: #103178;
}
.cid-ueMvOgS1OJ .mbr-section-title {
  color: #00606d;
}
.cid-ueMvOgS1OJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMvOgS1OJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMvOgS1OJ .card-title,
.cid-ueMvOgS1OJ .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMvOZsfKE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueMvOZsfKE .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMvOZsfKE .card {
  padding: 0.5rem;
}
.cid-ueMvOZsfKE .main-row {
  padding: 0 0.5rem;
}
.cid-ueMvOZsfKE .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMvOZsfKE .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMvOZsfKE .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMvOZsfKE .img-wrapper,
.cid-ueMvOZsfKE img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMvOZsfKE .img-wrapper,
  .cid-ueMvOZsfKE img {
    height: auto;
  }
}
.cid-ueMvOZsfKE .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMvOZsfKE .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMvOZsfKE .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMvOZsfKE .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMvOZsfKE .card-subtitle {
  color: #0095ff;
}
.cid-ueMvOZsfKE .mbr-text {
  color: #555555;
}
.cid-ueMvOZsfKE .card-title {
  color: #103178;
}
.cid-ueMvOZsfKE .mbr-section-title {
  color: #008ea2;
}
.cid-ueMvOZsfKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMvOZsfKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMvOZsfKE .card-title,
.cid-ueMvOZsfKE .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMvPIbkfy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(53, 53, 53, 0.7);
}
.cid-ueMvPIbkfy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98dee8;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-ueMvPIbkfy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ueMvPIbkfy .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ueMvPIbkfy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueMvPIbkfy a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-ueMvPIbkfy .col + .mbr-section-btn .btn,
  .cid-ueMvPIbkfy .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-ueMvPIbkfy .dragArea > *:nth-last-child(2).col,
  .cid-ueMvPIbkfy .dragArea > *:nth-last-child(2).col-auto,
  .cid-ueMvPIbkfy .col + .mbr-section-btn,
  .cid-ueMvPIbkfy .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-ueMvPIbkfy .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ueMvPIbkfy .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-ueMvPIbkfy .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-ueMvPIbkfy .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueMvPIbkfy .form-group {
  max-width: 400px;
}
.cid-ueMvPIbkfy .mbr-section-btn {
  padding: 5px;
}
.cid-ueMvPIbkfy .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-ueMvPIbkfy .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ueMvPIbkfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMvPIbkfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3oUwHyQA2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u3oUwHyQA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3oUwHyQA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3oUwHyQA2 .video-wrapper iframe {
  width: 100%;
}
.cid-u3oUwHyQA2 .mbr-section-title,
.cid-u3oUwHyQA2 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3oUwHyQA2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3oUwHyQA2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u3oUwHyQA2 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u3oUwHyQA2 .mbr-text P {
  text-align: left;
}
.cid-u3oUwHyQA2 .mbr-section-title {
  color: #ffffff;
}
.cid-u3oUwHyQA2 .mbr-description {
  color: #ffffff;
}
.cid-u3oUwJFWNB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-u3oUwJFWNB .fb-page,
.cid-u3oUwJFWNB span,
.cid-u3oUwJFWNB iframe {
  width: 500px;
  height: 470px;
}
.cid-u3oUwJFWNB blockquote {
  display: none;
}
.cid-u3oUwJFWNB .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-u3oUwJFWNB .mbr-section-subtitle {
  color: #232323;
}
.cid-u3oUwKqcZs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-u3oUwKqcZs .links {
  text-align: center;
  color: #ffffff;
}
.cid-u3oUwKqcZs p {
  margin: 0;
}
.cid-u3oUwKqcZs a {
  color: #008ea2;
}
.cid-u3oUwKqcZs a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-udja7VRdAS .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-udja7VRdAS .navbar-fixed-top {
  padding-top: 0;
}
.cid-udja7VRdAS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-udja7VRdAS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udja7VRdAS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-udja7VRdAS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-udja7VRdAS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-udja7VRdAS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-udja7VRdAS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-udja7VRdAS .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-udja7VRdAS .dropdown-item {
  padding: 0;
}
.cid-udja7VRdAS .dropdown-item,
.cid-udja7VRdAS .nav-link,
.cid-udja7VRdAS .brand-name {
  font-style: normal;
}
.cid-udja7VRdAS .dropdown-item:hover,
.cid-udja7VRdAS .nav-link:hover,
.cid-udja7VRdAS .brand-name:hover {
  color: #98dee8 !important;
}
.cid-udja7VRdAS .dropdown-menu {
  background-color: #353535;
}
.cid-udja7VRdAS .dropdown-item:active {
  background-color: #353535;
}
.cid-udja7VRdAS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-udja7VRdAS .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-udja7VRdAS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-udja7VRdAS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-udja7VRdAS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-udja7VRdAS .content-text {
  margin-bottom: 0;
}
.cid-udja7VRdAS .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-udja7VRdAS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-udja7VRdAS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-udja7VRdAS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-udja7VRdAS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-udja7VRdAS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-udja7VRdAS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-udja7VRdAS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-udja7VRdAS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udja7VRdAS .nav-dropdown .link {
  font-weight: 400;
}
.cid-udja7VRdAS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-udja7VRdAS .content-right-side {
  text-align: center;
}
.cid-udja7VRdAS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-udja7VRdAS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-udja7VRdAS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-udja7VRdAS .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udja7VRdAS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udja7VRdAS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-udja7VRdAS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-udja7VRdAS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-udja7VRdAS .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-udja7VRdAS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-udja7VRdAS .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-udja7VRdAS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udja7VRdAS .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-udja7VRdAS .navbar {
    display: block;
    padding: 0;
  }
  .cid-udja7VRdAS .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udja7VRdAS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-udja7VRdAS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-udja7VRdAS .navbar-toggler {
    display: none;
  }
  .cid-udja7VRdAS .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-udja7VRdAS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-udja7VRdAS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-udja7VRdAS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-udja7VRdAS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-udja7VRdAS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-udja7VRdAS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-udja7VRdAS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-udja7VRdAS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-udja7VRdAS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-udja7VRdAS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-udja7VRdAS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udja7VRdAS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-udja7VRdAS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-udja7VRdAS .dropdown .dropdown-menu .dropdown-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-udja7VRdAS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-udja7VRdAS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udja7VRdAS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-udja7VRdAS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-udja7VRdAS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-udja7VRdAS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-udja7VRdAS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-udja7VRdAS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-udja7VRdAS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-udja7VRdAS button.navbar-toggler:focus {
  outline: none;
}
.cid-udja7VRdAS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-udja7VRdAS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udja7VRdAS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udja7VRdAS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udja7VRdAS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udja7VRdAS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udja7VRdAS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udja7VRdAS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udja7VRdAS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udja7VRdAS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udja7VRdAS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udja7VRdAS .collapsed .btn {
  display: flex;
}
.cid-udja7VRdAS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-udja7VRdAS .collapsed .navbar-collapse.collapsing,
.cid-udja7VRdAS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-udja7VRdAS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-udja7VRdAS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-udja7VRdAS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-udja7VRdAS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-udja7VRdAS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-udja7VRdAS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-udja7VRdAS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-udja7VRdAS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-udja7VRdAS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-udja7VRdAS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udja7VRdAS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-udja7VRdAS .collapsed button.navbar-toggler {
  display: block;
}
.cid-udja7VRdAS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-udja7VRdAS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-udja7VRdAS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-udja7VRdAS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-udja7VRdAS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-udja7VRdAS .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-udja7VRdAS .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-udja7VRdAS .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-udja7VRdAS .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-udja7VRdAS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-udja7VRdAS .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-udja7VRdAS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-udja7VRdAS .navbar-collapse.collapsing,
  .cid-udja7VRdAS .navbar-collapse.show {
    display: block !important;
  }
  .cid-udja7VRdAS .navbar-collapse.collapsing .navbar-nav,
  .cid-udja7VRdAS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-udja7VRdAS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-udja7VRdAS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-udja7VRdAS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-udja7VRdAS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-udja7VRdAS .navbar-collapse.collapsing .navbar-buttons,
  .cid-udja7VRdAS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-udja7VRdAS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-udja7VRdAS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-udja7VRdAS img {
    height: 3.8rem !important;
  }
  .cid-udja7VRdAS .btn {
    display: flex;
  }
  .cid-udja7VRdAS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-udja7VRdAS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-udja7VRdAS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-udja7VRdAS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-udja7VRdAS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-udja7VRdAS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-udja7VRdAS .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-udja7VRdAS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-udja7VRdAS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-udja7VRdAS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-udja7VRdAS .nav-link:focus {
  outline: none;
}
.cid-udja7VRdAS .navbar-toggler {
  position: relative;
}
.cid-udja7VRdAS .dropdown-item.active,
.cid-udja7VRdAS .dropdown-item:active {
  color: initial;
}
.cid-udja7VRdAS .widget-title,
.cid-udja7VRdAS .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-udja7VRdAS .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-udja7VRdAS .menu-logo {
    display: none;
  }
  .cid-udja7VRdAS .navbar {
    padding: 0;
  }
  .cid-udja7VRdAS .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-udja7VRdAS button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-udja7WCB6w {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-udja7WCB6w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udja7WCB6w .row {
  flex-direction: row-reverse;
}
.cid-udja7WCB6w img {
  width: 100%;
}
.cid-udja7X2gFg {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-udja7X2gFg .row {
  position: relative;
}
.cid-udja7X2gFg .container {
  max-width: 1500px;
}
.cid-udja7X2gFg h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-udja7X2gFg .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-udja7X2gFg .container {
    padding: 0 4rem;
  }
}
.cid-udja7X2gFg H1 {
  text-align: right;
}
.cid-udja7XnUQ4 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bed-1839564.jpg");
}
.cid-udja7XnUQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udja7XnUQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udja7XnUQ4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-udja7XnUQ4 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-udja7XnUQ4 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-udja7XnUQ4 .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-udja7XnUQ4 .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-udja7XnUQ4 .mbr-text,
.cid-udja7XnUQ4 .mbr-section-btn,
.cid-udja7XnUQ4 .social-row {
  text-align: right;
  color: #bbbbbb;
}
.cid-udjOk2npOS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udjOk2npOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjOk2npOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udjOk2npOS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udjOk2npOS .row {
  flex-direction: row-reverse;
}
.cid-udjOk2npOS img {
  width: 100%;
}
.cid-udjq6662nq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-udjq6662nq .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjq6662nq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udjq6662nq .row {
  justify-content: flex-start;
}
.cid-udjq6662nq .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-udjq6662nq .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-udjq6662nq .mbr-section-subtitle {
  color: #66a7b0;
  width: 100%;
  text-align: right;
}
.cid-udjq6662nq .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
.cid-udjq6662nq .mbr-section-title,
.cid-udjq6662nq .mbr-section-btn {
  text-align: right;
  color: #00606d;
}
.cid-udjOQ3BcK7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udjOQ3BcK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjOQ3BcK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udjOQ3BcK7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udjOQ3BcK7 .row {
  flex-direction: row-reverse;
}
.cid-udjOQ3BcK7 img {
  width: 100%;
}
.cid-udjjIVegca {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-udjjIVegca .row {
  position: relative;
}
.cid-udjjIVegca .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #79c5e3 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-udjjIVegca .row .blur-circle {
    display: none;
  }
}
.cid-udjjIVegca .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjjIVegca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udjjIVegca .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udjjIVegca .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-udjjIVegca .row {
    padding: 0 24px;
  }
}
.cid-udjjIVegca .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-udjjIVegca .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-udjjIVegca .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udjjIVegca .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-udjjIVegca .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-udjjIVegca .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-udjjIVegca .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-udjjIVegca .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-udjjIVegca .mbr-section-title {
  color: #111111;
}
.cid-udjjIVegca .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-udja7Ya9LV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udja7Ya9LV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udja7Ya9LV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udja7Ya9LV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udja7Ya9LV .row {
  flex-direction: row-reverse;
}
.cid-udja7Ya9LV img {
  width: 100%;
}
.cid-ueIEUn7GL0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-ueIEUn7GL0 .row {
  position: relative;
}
.cid-ueIEUn7GL0 .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb5b5 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueIEUn7GL0 .row .blur-circle {
    display: none;
  }
}
.cid-ueIEUn7GL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIEUn7GL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueIEUn7GL0 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueIEUn7GL0 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueIEUn7GL0 .row {
    padding: 0 24px;
  }
}
.cid-ueIEUn7GL0 .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueIEUn7GL0 .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueIEUn7GL0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueIEUn7GL0 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueIEUn7GL0 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueIEUn7GL0 .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueIEUn7GL0 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueIEUn7GL0 .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueIEUn7GL0 .mbr-section-title {
  color: #111111;
}
.cid-ueIEUn7GL0 .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueIFdhH1Ce {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueIFdhH1Ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIFdhH1Ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueIFdhH1Ce .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueIFdhH1Ce .row {
  flex-direction: row-reverse;
}
.cid-ueIFdhH1Ce img {
  width: 100%;
}
.cid-ueIFmbjzq0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueIFmbjzq0 .row {
  position: relative;
}
.cid-ueIFmbjzq0 .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #79c5e3 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueIFmbjzq0 .row .blur-circle {
    display: none;
  }
}
.cid-ueIFmbjzq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIFmbjzq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueIFmbjzq0 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueIFmbjzq0 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueIFmbjzq0 .row {
    padding: 0 24px;
  }
}
.cid-ueIFmbjzq0 .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueIFmbjzq0 .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueIFmbjzq0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueIFmbjzq0 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueIFmbjzq0 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueIFmbjzq0 .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueIFmbjzq0 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueIFmbjzq0 .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueIFmbjzq0 .mbr-section-title {
  color: #111111;
}
.cid-ueIFmbjzq0 .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueIFrDJJUl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-ueIFrDJJUl .row {
  position: relative;
}
.cid-ueIFrDJJUl .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb5b5 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueIFrDJJUl .row .blur-circle {
    display: none;
  }
}
.cid-ueIFrDJJUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIFrDJJUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueIFrDJJUl .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueIFrDJJUl .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueIFrDJJUl .row {
    padding: 0 24px;
  }
}
.cid-ueIFrDJJUl .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueIFrDJJUl .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueIFrDJJUl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueIFrDJJUl .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueIFrDJJUl .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueIFrDJJUl .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueIFrDJJUl .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueIFrDJJUl .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueIFrDJJUl .mbr-section-title {
  color: #111111;
}
.cid-ueIFrDJJUl .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueIFxTfC1H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueIFxTfC1H .row {
  position: relative;
}
.cid-ueIFxTfC1H .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #79c5e3 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueIFxTfC1H .row .blur-circle {
    display: none;
  }
}
.cid-ueIFxTfC1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIFxTfC1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueIFxTfC1H .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueIFxTfC1H .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueIFxTfC1H .row {
    padding: 0 24px;
  }
}
.cid-ueIFxTfC1H .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueIFxTfC1H .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueIFxTfC1H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueIFxTfC1H .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueIFxTfC1H .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueIFxTfC1H .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueIFxTfC1H .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueIFxTfC1H .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueIFxTfC1H .mbr-section-title {
  color: #111111;
}
.cid-ueIFxTfC1H .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueIFP7DQfU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-ueIFP7DQfU .row {
  position: relative;
}
.cid-ueIFP7DQfU .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb5b5 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueIFP7DQfU .row .blur-circle {
    display: none;
  }
}
.cid-ueIFP7DQfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIFP7DQfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueIFP7DQfU .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueIFP7DQfU .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueIFP7DQfU .row {
    padding: 0 24px;
  }
}
.cid-ueIFP7DQfU .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueIFP7DQfU .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueIFP7DQfU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueIFP7DQfU .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueIFP7DQfU .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueIFP7DQfU .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueIFP7DQfU .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueIFP7DQfU .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueIFP7DQfU .mbr-section-title {
  color: #111111;
}
.cid-ueIFP7DQfU .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueIGO52twS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueIGO52twS .row {
  position: relative;
}
.cid-ueIGO52twS .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #79c5e3 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueIGO52twS .row .blur-circle {
    display: none;
  }
}
.cid-ueIGO52twS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIGO52twS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueIGO52twS .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueIGO52twS .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueIGO52twS .row {
    padding: 0 24px;
  }
}
.cid-ueIGO52twS .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueIGO52twS .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueIGO52twS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueIGO52twS .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueIGO52twS .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueIGO52twS .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueIGO52twS .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueIGO52twS .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueIGO52twS .mbr-section-title {
  color: #111111;
}
.cid-ueIGO52twS .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueIGTLn1TJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-ueIGTLn1TJ .row {
  position: relative;
}
.cid-ueIGTLn1TJ .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb5b5 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueIGTLn1TJ .row .blur-circle {
    display: none;
  }
}
.cid-ueIGTLn1TJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIGTLn1TJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueIGTLn1TJ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueIGTLn1TJ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueIGTLn1TJ .row {
    padding: 0 24px;
  }
}
.cid-ueIGTLn1TJ .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueIGTLn1TJ .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueIGTLn1TJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueIGTLn1TJ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueIGTLn1TJ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueIGTLn1TJ .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueIGTLn1TJ .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueIGTLn1TJ .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueIGTLn1TJ .mbr-section-title {
  color: #111111;
}
.cid-ueIGTLn1TJ .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueJ0DAtaQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueJ0DAtaQV .row {
  position: relative;
}
.cid-ueJ0DAtaQV .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #79c5e3 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueJ0DAtaQV .row .blur-circle {
    display: none;
  }
}
.cid-ueJ0DAtaQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJ0DAtaQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJ0DAtaQV .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueJ0DAtaQV .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueJ0DAtaQV .row {
    padding: 0 24px;
  }
}
.cid-ueJ0DAtaQV .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueJ0DAtaQV .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueJ0DAtaQV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueJ0DAtaQV .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueJ0DAtaQV .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueJ0DAtaQV .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueJ0DAtaQV .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueJ0DAtaQV .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueJ0DAtaQV .mbr-section-title {
  color: #111111;
}
.cid-ueJ0DAtaQV .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueJ0LsZ7Pn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-ueJ0LsZ7Pn .row {
  position: relative;
}
.cid-ueJ0LsZ7Pn .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb5b5 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueJ0LsZ7Pn .row .blur-circle {
    display: none;
  }
}
.cid-ueJ0LsZ7Pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJ0LsZ7Pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJ0LsZ7Pn .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueJ0LsZ7Pn .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueJ0LsZ7Pn .row {
    padding: 0 24px;
  }
}
.cid-ueJ0LsZ7Pn .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueJ0LsZ7Pn .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueJ0LsZ7Pn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueJ0LsZ7Pn .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueJ0LsZ7Pn .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueJ0LsZ7Pn .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueJ0LsZ7Pn .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueJ0LsZ7Pn .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueJ0LsZ7Pn .mbr-section-title {
  color: #111111;
}
.cid-ueJ0LsZ7Pn .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueJ0T2z9rx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueJ0T2z9rx .row {
  position: relative;
}
.cid-ueJ0T2z9rx .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #79c5e3 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueJ0T2z9rx .row .blur-circle {
    display: none;
  }
}
.cid-ueJ0T2z9rx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJ0T2z9rx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJ0T2z9rx .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueJ0T2z9rx .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueJ0T2z9rx .row {
    padding: 0 24px;
  }
}
.cid-ueJ0T2z9rx .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueJ0T2z9rx .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueJ0T2z9rx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueJ0T2z9rx .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueJ0T2z9rx .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueJ0T2z9rx .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueJ0T2z9rx .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueJ0T2z9rx .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueJ0T2z9rx .mbr-section-title {
  color: #111111;
}
.cid-ueJ0T2z9rx .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueJ10fIUCg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-ueJ10fIUCg .row {
  position: relative;
}
.cid-ueJ10fIUCg .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb5b5 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueJ10fIUCg .row .blur-circle {
    display: none;
  }
}
.cid-ueJ10fIUCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJ10fIUCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJ10fIUCg .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueJ10fIUCg .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueJ10fIUCg .row {
    padding: 0 24px;
  }
}
.cid-ueJ10fIUCg .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueJ10fIUCg .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueJ10fIUCg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueJ10fIUCg .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueJ10fIUCg .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueJ10fIUCg .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueJ10fIUCg .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueJ10fIUCg .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueJ10fIUCg .mbr-section-title {
  color: #111111;
}
.cid-ueJ10fIUCg .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueJ178qMT0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueJ178qMT0 .row {
  position: relative;
}
.cid-ueJ178qMT0 .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #79c5e3 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueJ178qMT0 .row .blur-circle {
    display: none;
  }
}
.cid-ueJ178qMT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJ178qMT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJ178qMT0 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueJ178qMT0 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueJ178qMT0 .row {
    padding: 0 24px;
  }
}
.cid-ueJ178qMT0 .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueJ178qMT0 .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueJ178qMT0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueJ178qMT0 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueJ178qMT0 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueJ178qMT0 .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueJ178qMT0 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueJ178qMT0 .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueJ178qMT0 .mbr-section-title {
  color: #111111;
}
.cid-ueJ178qMT0 .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueJ1PL0wmN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-ueJ1PL0wmN .row {
  position: relative;
}
.cid-ueJ1PL0wmN .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb5b5 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueJ1PL0wmN .row .blur-circle {
    display: none;
  }
}
.cid-ueJ1PL0wmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJ1PL0wmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJ1PL0wmN .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueJ1PL0wmN .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueJ1PL0wmN .row {
    padding: 0 24px;
  }
}
.cid-ueJ1PL0wmN .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueJ1PL0wmN .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueJ1PL0wmN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueJ1PL0wmN .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueJ1PL0wmN .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueJ1PL0wmN .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueJ1PL0wmN .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueJ1PL0wmN .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueJ1PL0wmN .mbr-section-title {
  color: #111111;
}
.cid-ueJ1PL0wmN .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueJ1WY25Ye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueJ1WY25Ye .row {
  position: relative;
}
.cid-ueJ1WY25Ye .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #79c5e3 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueJ1WY25Ye .row .blur-circle {
    display: none;
  }
}
.cid-ueJ1WY25Ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJ1WY25Ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJ1WY25Ye .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueJ1WY25Ye .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueJ1WY25Ye .row {
    padding: 0 24px;
  }
}
.cid-ueJ1WY25Ye .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueJ1WY25Ye .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueJ1WY25Ye .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueJ1WY25Ye .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueJ1WY25Ye .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueJ1WY25Ye .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueJ1WY25Ye .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueJ1WY25Ye .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueJ1WY25Ye .mbr-section-title {
  color: #111111;
}
.cid-ueJ1WY25Ye .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueJ21TCobu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-ueJ21TCobu .row {
  position: relative;
}
.cid-ueJ21TCobu .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb5b5 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueJ21TCobu .row .blur-circle {
    display: none;
  }
}
.cid-ueJ21TCobu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJ21TCobu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJ21TCobu .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueJ21TCobu .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueJ21TCobu .row {
    padding: 0 24px;
  }
}
.cid-ueJ21TCobu .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueJ21TCobu .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueJ21TCobu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueJ21TCobu .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueJ21TCobu .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueJ21TCobu .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueJ21TCobu .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueJ21TCobu .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueJ21TCobu .mbr-section-title {
  color: #111111;
}
.cid-ueJ21TCobu .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueJ2sYN0Rs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueJ2sYN0Rs .row {
  position: relative;
}
.cid-ueJ2sYN0Rs .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #79c5e3 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueJ2sYN0Rs .row .blur-circle {
    display: none;
  }
}
.cid-ueJ2sYN0Rs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJ2sYN0Rs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJ2sYN0Rs .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueJ2sYN0Rs .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueJ2sYN0Rs .row {
    padding: 0 24px;
  }
}
.cid-ueJ2sYN0Rs .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueJ2sYN0Rs .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueJ2sYN0Rs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueJ2sYN0Rs .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueJ2sYN0Rs .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueJ2sYN0Rs .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueJ2sYN0Rs .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueJ2sYN0Rs .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueJ2sYN0Rs .mbr-section-title {
  color: #111111;
}
.cid-ueJ2sYN0Rs .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueJ2xqhSJd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-ueJ2xqhSJd .row {
  position: relative;
}
.cid-ueJ2xqhSJd .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb5b5 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueJ2xqhSJd .row .blur-circle {
    display: none;
  }
}
.cid-ueJ2xqhSJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJ2xqhSJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJ2xqhSJd .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueJ2xqhSJd .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueJ2xqhSJd .row {
    padding: 0 24px;
  }
}
.cid-ueJ2xqhSJd .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueJ2xqhSJd .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueJ2xqhSJd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueJ2xqhSJd .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueJ2xqhSJd .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueJ2xqhSJd .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueJ2xqhSJd .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueJ2xqhSJd .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueJ2xqhSJd .mbr-section-title {
  color: #111111;
}
.cid-ueJ2xqhSJd .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueLrKsCabP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueLspqKGa1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1dde1;
}
.cid-ueLspqKGa1 .mbr-section-subtitle {
  text-align: left;
}
.cid-ueLsULAhuV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueLsULAhuV .mbr-section-subtitle {
  text-align: left;
}
.cid-ueLtav2jls {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1dde1;
}
.cid-ueLtav2jls .mbr-section-subtitle {
  text-align: left;
}
.cid-ueLtjgDb8h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueLtjgDb8h .mbr-section-subtitle {
  text-align: left;
}
.cid-ueLtozzMoW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1dde1;
}
.cid-ueLtozzMoW .mbr-section-subtitle {
  text-align: left;
}
.cid-ueLtucNNJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueLtAmTfIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1dde1;
}
.cid-ueLtAmTfIk .mbr-section-subtitle {
  text-align: left;
}
.cid-ueLtI5Llb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueLtOTqxX7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1dde1;
}
.cid-ueLtOTqxX7 .mbr-section-subtitle {
  text-align: left;
}
.cid-ueLtVeZIK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueM4QlozuV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueM4QlozuV .card-wrapper {
  background: #f0f2f5;
}
.cid-ueM4QlozuV .card {
  padding: 0.5rem;
}
.cid-ueM4QlozuV .main-row {
  padding: 0 0.5rem;
}
.cid-ueM4QlozuV .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueM4QlozuV .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueM4QlozuV .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueM4QlozuV .img-wrapper,
.cid-ueM4QlozuV img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueM4QlozuV .img-wrapper,
  .cid-ueM4QlozuV img {
    height: auto;
  }
}
.cid-ueM4QlozuV .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueM4QlozuV .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueM4QlozuV .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueM4QlozuV .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM4QlozuV .card-subtitle {
  color: #0095ff;
}
.cid-ueM4QlozuV .mbr-text {
  color: #555555;
}
.cid-ueM4QlozuV .card-title {
  color: #103178;
}
.cid-ueM4QlozuV .mbr-section-title {
  color: #00606d;
}
.cid-ueM4QlozuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM4QlozuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM4QlozuV .card-title,
.cid-ueM4QlozuV .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueM4R7KVxH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueM4R7KVxH .card-wrapper {
  background: #f0f2f5;
}
.cid-ueM4R7KVxH .card {
  padding: 0.5rem;
}
.cid-ueM4R7KVxH .main-row {
  padding: 0 0.5rem;
}
.cid-ueM4R7KVxH .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueM4R7KVxH .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueM4R7KVxH .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueM4R7KVxH .img-wrapper,
.cid-ueM4R7KVxH img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueM4R7KVxH .img-wrapper,
  .cid-ueM4R7KVxH img {
    height: auto;
  }
}
.cid-ueM4R7KVxH .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueM4R7KVxH .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueM4R7KVxH .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueM4R7KVxH .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM4R7KVxH .card-subtitle {
  color: #0095ff;
}
.cid-ueM4R7KVxH .mbr-text {
  color: #555555;
}
.cid-ueM4R7KVxH .card-title {
  color: #103178;
}
.cid-ueM4R7KVxH .mbr-section-title {
  color: #008ea2;
}
.cid-ueM4R7KVxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM4R7KVxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM4R7KVxH .card-title,
.cid-ueM4R7KVxH .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueM4V9bSTY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(53, 53, 53, 0.7);
}
.cid-ueM4V9bSTY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98dee8;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-ueM4V9bSTY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ueM4V9bSTY .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ueM4V9bSTY .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueM4V9bSTY a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-ueM4V9bSTY .col + .mbr-section-btn .btn,
  .cid-ueM4V9bSTY .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-ueM4V9bSTY .dragArea > *:nth-last-child(2).col,
  .cid-ueM4V9bSTY .dragArea > *:nth-last-child(2).col-auto,
  .cid-ueM4V9bSTY .col + .mbr-section-btn,
  .cid-ueM4V9bSTY .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-ueM4V9bSTY .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ueM4V9bSTY .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-ueM4V9bSTY .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-ueM4V9bSTY .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueM4V9bSTY .form-group {
  max-width: 400px;
}
.cid-ueM4V9bSTY .mbr-section-btn {
  padding: 5px;
}
.cid-ueM4V9bSTY .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-ueM4V9bSTY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ueM4V9bSTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM4V9bSTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udja7YZD3L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-udja7YZD3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-udja7YZD3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udja7YZD3L .video-wrapper iframe {
  width: 100%;
}
.cid-udja7YZD3L .mbr-section-title,
.cid-udja7YZD3L .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udja7YZD3L .text-wrapper {
    padding: 2rem;
  }
}
.cid-udja7YZD3L .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-udja7YZD3L .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-udja7YZD3L .mbr-text P {
  text-align: left;
}
.cid-udja7YZD3L .mbr-section-title {
  color: #ffffff;
}
.cid-udja7YZD3L .mbr-description {
  color: #ffffff;
}
.cid-udja80x3eD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-udja80x3eD .fb-page,
.cid-udja80x3eD span,
.cid-udja80x3eD iframe {
  width: 500px;
  height: 470px;
}
.cid-udja80x3eD blockquote {
  display: none;
}
.cid-udja80x3eD .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-udja80x3eD .mbr-section-subtitle {
  color: #232323;
}
.cid-udja812Pc3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-udja812Pc3 .links {
  text-align: center;
  color: #ffffff;
}
.cid-udja812Pc3 p {
  margin: 0;
}
.cid-udja812Pc3 a {
  color: #008ea2;
}
.cid-udja812Pc3 a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueLBDPuWy3 .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueLBDPuWy3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueLBDPuWy3 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueLBDPuWy3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLBDPuWy3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueLBDPuWy3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueLBDPuWy3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueLBDPuWy3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueLBDPuWy3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueLBDPuWy3 .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueLBDPuWy3 .dropdown-item {
  padding: 0;
}
.cid-ueLBDPuWy3 .dropdown-item,
.cid-ueLBDPuWy3 .nav-link,
.cid-ueLBDPuWy3 .brand-name {
  font-style: normal;
}
.cid-ueLBDPuWy3 .dropdown-item:hover,
.cid-ueLBDPuWy3 .nav-link:hover,
.cid-ueLBDPuWy3 .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueLBDPuWy3 .dropdown-menu {
  background-color: #353535;
}
.cid-ueLBDPuWy3 .dropdown-item:active {
  background-color: #353535;
}
.cid-ueLBDPuWy3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueLBDPuWy3 .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueLBDPuWy3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueLBDPuWy3 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueLBDPuWy3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLBDPuWy3 .content-text {
  margin-bottom: 0;
}
.cid-ueLBDPuWy3 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueLBDPuWy3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueLBDPuWy3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueLBDPuWy3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueLBDPuWy3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueLBDPuWy3 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLBDPuWy3 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLBDPuWy3 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueLBDPuWy3 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueLBDPuWy3 .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueLBDPuWy3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueLBDPuWy3 .content-right-side {
  text-align: center;
}
.cid-ueLBDPuWy3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueLBDPuWy3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueLBDPuWy3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueLBDPuWy3 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLBDPuWy3 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLBDPuWy3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueLBDPuWy3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueLBDPuWy3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueLBDPuWy3 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueLBDPuWy3 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueLBDPuWy3 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueLBDPuWy3 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLBDPuWy3 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueLBDPuWy3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueLBDPuWy3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLBDPuWy3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueLBDPuWy3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueLBDPuWy3 .navbar-toggler {
    display: none;
  }
  .cid-ueLBDPuWy3 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueLBDPuWy3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueLBDPuWy3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueLBDPuWy3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueLBDPuWy3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueLBDPuWy3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueLBDPuWy3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueLBDPuWy3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueLBDPuWy3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueLBDPuWy3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLBDPuWy3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLBDPuWy3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueLBDPuWy3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueLBDPuWy3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueLBDPuWy3 .dropdown .dropdown-menu .dropdown-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-ueLBDPuWy3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueLBDPuWy3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueLBDPuWy3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueLBDPuWy3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueLBDPuWy3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueLBDPuWy3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueLBDPuWy3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueLBDPuWy3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueLBDPuWy3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueLBDPuWy3 button.navbar-toggler:focus {
  outline: none;
}
.cid-ueLBDPuWy3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueLBDPuWy3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueLBDPuWy3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLBDPuWy3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLBDPuWy3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueLBDPuWy3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLBDPuWy3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueLBDPuWy3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueLBDPuWy3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLBDPuWy3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueLBDPuWy3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueLBDPuWy3 .collapsed .btn {
  display: flex;
}
.cid-ueLBDPuWy3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.collapsing,
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueLBDPuWy3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueLBDPuWy3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLBDPuWy3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueLBDPuWy3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueLBDPuWy3 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueLBDPuWy3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueLBDPuWy3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueLBDPuWy3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueLBDPuWy3 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueLBDPuWy3 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueLBDPuWy3 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueLBDPuWy3 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueLBDPuWy3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueLBDPuWy3 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueLBDPuWy3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueLBDPuWy3 .navbar-collapse.collapsing,
  .cid-ueLBDPuWy3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueLBDPuWy3 .navbar-collapse.collapsing .navbar-nav,
  .cid-ueLBDPuWy3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueLBDPuWy3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueLBDPuWy3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueLBDPuWy3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueLBDPuWy3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLBDPuWy3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueLBDPuWy3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueLBDPuWy3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueLBDPuWy3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLBDPuWy3 img {
    height: 3.8rem !important;
  }
  .cid-ueLBDPuWy3 .btn {
    display: flex;
  }
  .cid-ueLBDPuWy3 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueLBDPuWy3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueLBDPuWy3 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLBDPuWy3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueLBDPuWy3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueLBDPuWy3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueLBDPuWy3 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueLBDPuWy3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueLBDPuWy3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueLBDPuWy3 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueLBDPuWy3 .nav-link:focus {
  outline: none;
}
.cid-ueLBDPuWy3 .navbar-toggler {
  position: relative;
}
.cid-ueLBDPuWy3 .dropdown-item.active,
.cid-ueLBDPuWy3 .dropdown-item:active {
  color: initial;
}
.cid-ueLBDPuWy3 .widget-title,
.cid-ueLBDPuWy3 .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueLBDPuWy3 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueLBDPuWy3 .menu-logo {
    display: none;
  }
  .cid-ueLBDPuWy3 .navbar {
    padding: 0;
  }
  .cid-ueLBDPuWy3 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLBDPuWy3 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueLBDQZW45 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueLBDQZW45 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLBDQZW45 .row {
  flex-direction: row-reverse;
}
.cid-ueLBDQZW45 img {
  width: 100%;
}
.cid-ueLBDS8NFw {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueLBDS8NFw .row {
  position: relative;
}
.cid-ueLBDS8NFw .container {
  max-width: 1500px;
}
.cid-ueLBDS8NFw h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueLBDS8NFw .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueLBDS8NFw .container {
    padding: 0 4rem;
  }
}
.cid-ueLBDS8NFw H1 {
  text-align: right;
}
.cid-ueLBDTuy0x {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tbl-articles-article-24312-1287fc839e3-eb85-4fb4-808b-bb57d64af83d.jpg");
}
.cid-ueLBDTuy0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLBDTuy0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLBDTuy0x .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueLBDTuy0x .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueLBDTuy0x .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueLBDTuy0x .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueLBDTuy0x .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueLBDTuy0x .mbr-text,
.cid-ueLBDTuy0x .mbr-section-btn,
.cid-ueLBDTuy0x .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueLBDV0l6U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLBDV0l6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLBDV0l6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLBDV0l6U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLBDV0l6U .row {
  flex-direction: row-reverse;
}
.cid-ueLBDV0l6U img {
  width: 100%;
}
.cid-ueLCUsXPZA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueLCUsXPZA .mbr-section-subtitle {
  text-align: left;
}
.cid-ueLD4W7whi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLD4W7whi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLD4W7whi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLD4W7whi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLD4W7whi .row {
  flex-direction: row-reverse;
}
.cid-ueLD4W7whi img {
  width: 100%;
}
.cid-ueLDgVHaBL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueLDnPoBQX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLDnPoBQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLDnPoBQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLDnPoBQX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLDnPoBQX .row {
  flex-direction: row-reverse;
}
.cid-ueLDnPoBQX img {
  width: 100%;
}
.cid-ueM4IfGLqt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueM4IfGLqt .card-wrapper {
  background: #f0f2f5;
}
.cid-ueM4IfGLqt .card {
  padding: 0.5rem;
}
.cid-ueM4IfGLqt .main-row {
  padding: 0 0.5rem;
}
.cid-ueM4IfGLqt .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueM4IfGLqt .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueM4IfGLqt .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueM4IfGLqt .img-wrapper,
.cid-ueM4IfGLqt img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueM4IfGLqt .img-wrapper,
  .cid-ueM4IfGLqt img {
    height: auto;
  }
}
.cid-ueM4IfGLqt .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueM4IfGLqt .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueM4IfGLqt .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueM4IfGLqt .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM4IfGLqt .card-subtitle {
  color: #0095ff;
}
.cid-ueM4IfGLqt .mbr-text {
  color: #555555;
}
.cid-ueM4IfGLqt .card-title {
  color: #103178;
}
.cid-ueM4IfGLqt .mbr-section-title {
  color: #00606d;
}
.cid-ueM4IfGLqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM4IfGLqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM4IfGLqt .card-title,
.cid-ueM4IfGLqt .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueM4JmA9y1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueM4JmA9y1 .card-wrapper {
  background: #f0f2f5;
}
.cid-ueM4JmA9y1 .card {
  padding: 0.5rem;
}
.cid-ueM4JmA9y1 .main-row {
  padding: 0 0.5rem;
}
.cid-ueM4JmA9y1 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueM4JmA9y1 .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueM4JmA9y1 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueM4JmA9y1 .img-wrapper,
.cid-ueM4JmA9y1 img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueM4JmA9y1 .img-wrapper,
  .cid-ueM4JmA9y1 img {
    height: auto;
  }
}
.cid-ueM4JmA9y1 .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueM4JmA9y1 .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueM4JmA9y1 .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueM4JmA9y1 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM4JmA9y1 .card-subtitle {
  color: #0095ff;
}
.cid-ueM4JmA9y1 .mbr-text {
  color: #555555;
}
.cid-ueM4JmA9y1 .card-title {
  color: #103178;
}
.cid-ueM4JmA9y1 .mbr-section-title {
  color: #008ea2;
}
.cid-ueM4JmA9y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM4JmA9y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM4JmA9y1 .card-title,
.cid-ueM4JmA9y1 .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueLBEMDaAf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueLBEMDaAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLBEMDaAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLBEMDaAf .video-wrapper iframe {
  width: 100%;
}
.cid-ueLBEMDaAf .mbr-section-title,
.cid-ueLBEMDaAf .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueLBEMDaAf .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueLBEMDaAf .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueLBEMDaAf .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueLBEMDaAf .mbr-text P {
  text-align: left;
}
.cid-ueLBEMDaAf .mbr-section-title {
  color: #ffffff;
}
.cid-ueLBEMDaAf .mbr-description {
  color: #ffffff;
}
.cid-ueLBERSHK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueLBERSHK5 .fb-page,
.cid-ueLBERSHK5 span,
.cid-ueLBERSHK5 iframe {
  width: 500px;
  height: 470px;
}
.cid-ueLBERSHK5 blockquote {
  display: none;
}
.cid-ueLBERSHK5 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueLBERSHK5 .mbr-section-subtitle {
  color: #232323;
}
.cid-ueLBEU7tPC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueLBEU7tPC .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueLBEU7tPC p {
  margin: 0;
}
.cid-ueLBEU7tPC a {
  color: #008ea2;
}
.cid-ueLBEU7tPC a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueLKzrEAtn .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueLKzrEAtn .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueLKzrEAtn .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueLKzrEAtn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLKzrEAtn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueLKzrEAtn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueLKzrEAtn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueLKzrEAtn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueLKzrEAtn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueLKzrEAtn .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueLKzrEAtn .dropdown-item {
  padding: 0;
}
.cid-ueLKzrEAtn .dropdown-item,
.cid-ueLKzrEAtn .nav-link,
.cid-ueLKzrEAtn .brand-name {
  font-style: normal;
}
.cid-ueLKzrEAtn .dropdown-item:hover,
.cid-ueLKzrEAtn .nav-link:hover,
.cid-ueLKzrEAtn .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueLKzrEAtn .dropdown-menu {
  background-color: #353535;
}
.cid-ueLKzrEAtn .dropdown-item:active {
  background-color: #353535;
}
.cid-ueLKzrEAtn .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueLKzrEAtn .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueLKzrEAtn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueLKzrEAtn .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueLKzrEAtn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLKzrEAtn .content-text {
  margin-bottom: 0;
}
.cid-ueLKzrEAtn .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueLKzrEAtn .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueLKzrEAtn .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueLKzrEAtn .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueLKzrEAtn .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueLKzrEAtn .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLKzrEAtn .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLKzrEAtn .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueLKzrEAtn .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueLKzrEAtn .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueLKzrEAtn .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueLKzrEAtn .content-right-side {
  text-align: center;
}
.cid-ueLKzrEAtn .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueLKzrEAtn .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueLKzrEAtn .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueLKzrEAtn .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLKzrEAtn .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLKzrEAtn .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueLKzrEAtn .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueLKzrEAtn .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueLKzrEAtn .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueLKzrEAtn .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueLKzrEAtn .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueLKzrEAtn .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLKzrEAtn .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueLKzrEAtn .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueLKzrEAtn .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLKzrEAtn .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueLKzrEAtn .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueLKzrEAtn .navbar-toggler {
    display: none;
  }
  .cid-ueLKzrEAtn .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueLKzrEAtn .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueLKzrEAtn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueLKzrEAtn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueLKzrEAtn .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueLKzrEAtn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueLKzrEAtn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueLKzrEAtn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueLKzrEAtn .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueLKzrEAtn .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLKzrEAtn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLKzrEAtn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueLKzrEAtn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueLKzrEAtn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueLKzrEAtn .dropdown .dropdown-menu .dropdown-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-ueLKzrEAtn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueLKzrEAtn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueLKzrEAtn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueLKzrEAtn .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueLKzrEAtn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueLKzrEAtn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueLKzrEAtn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueLKzrEAtn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueLKzrEAtn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueLKzrEAtn button.navbar-toggler:focus {
  outline: none;
}
.cid-ueLKzrEAtn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueLKzrEAtn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueLKzrEAtn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLKzrEAtn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLKzrEAtn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueLKzrEAtn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLKzrEAtn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueLKzrEAtn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueLKzrEAtn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLKzrEAtn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueLKzrEAtn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueLKzrEAtn .collapsed .btn {
  display: flex;
}
.cid-ueLKzrEAtn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueLKzrEAtn .collapsed .navbar-collapse.collapsing,
.cid-ueLKzrEAtn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueLKzrEAtn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueLKzrEAtn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueLKzrEAtn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueLKzrEAtn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueLKzrEAtn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueLKzrEAtn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueLKzrEAtn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueLKzrEAtn .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueLKzrEAtn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueLKzrEAtn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueLKzrEAtn .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLKzrEAtn .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueLKzrEAtn .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueLKzrEAtn .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueLKzrEAtn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueLKzrEAtn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueLKzrEAtn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueLKzrEAtn .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueLKzrEAtn .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueLKzrEAtn .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueLKzrEAtn .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueLKzrEAtn .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueLKzrEAtn .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueLKzrEAtn .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueLKzrEAtn .navbar-collapse.collapsing,
  .cid-ueLKzrEAtn .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueLKzrEAtn .navbar-collapse.collapsing .navbar-nav,
  .cid-ueLKzrEAtn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueLKzrEAtn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueLKzrEAtn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueLKzrEAtn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueLKzrEAtn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLKzrEAtn .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueLKzrEAtn .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueLKzrEAtn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueLKzrEAtn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLKzrEAtn img {
    height: 3.8rem !important;
  }
  .cid-ueLKzrEAtn .btn {
    display: flex;
  }
  .cid-ueLKzrEAtn button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueLKzrEAtn .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueLKzrEAtn .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLKzrEAtn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueLKzrEAtn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueLKzrEAtn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueLKzrEAtn .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueLKzrEAtn .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueLKzrEAtn .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueLKzrEAtn .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueLKzrEAtn .nav-link:focus {
  outline: none;
}
.cid-ueLKzrEAtn .navbar-toggler {
  position: relative;
}
.cid-ueLKzrEAtn .dropdown-item.active,
.cid-ueLKzrEAtn .dropdown-item:active {
  color: initial;
}
.cid-ueLKzrEAtn .widget-title,
.cid-ueLKzrEAtn .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueLKzrEAtn .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueLKzrEAtn .menu-logo {
    display: none;
  }
  .cid-ueLKzrEAtn .navbar {
    padding: 0;
  }
  .cid-ueLKzrEAtn .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLKzrEAtn button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueLKzt61Gx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueLKzt61Gx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLKzt61Gx .row {
  flex-direction: row-reverse;
}
.cid-ueLKzt61Gx img {
  width: 100%;
}
.cid-ueLKztYS6c {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueLKztYS6c .row {
  position: relative;
}
.cid-ueLKztYS6c .container {
  max-width: 1500px;
}
.cid-ueLKztYS6c h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueLKztYS6c .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueLKztYS6c .container {
    padding: 0 4rem;
  }
}
.cid-ueLKztYS6c H1 {
  text-align: right;
}
.cid-ueLKzuDWYt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-20.jpg");
}
.cid-ueLKzuDWYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLKzuDWYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLKzuDWYt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueLKzuDWYt .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueLKzuDWYt .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueLKzuDWYt .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueLKzuDWYt .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueLKzuDWYt .mbr-text,
.cid-ueLKzuDWYt .mbr-section-btn,
.cid-ueLKzuDWYt .social-row {
  text-align: right;
  color: #bbbbbb;
}
.cid-ueLKzvMQ5f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueLKzvMQ5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLKzvMQ5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLKzvMQ5f .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueLKzvMQ5f .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLKzvMQ5f .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLKzvMQ5f .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLKzvMQ5f .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLKzvMQ5f .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLKzvMQ5f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLKzwG2KG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLKzwG2KG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLKzwG2KG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLKzwG2KG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLKzwG2KG .row {
  flex-direction: row-reverse;
}
.cid-ueLKzwG2KG img {
  width: 100%;
}
.cid-ueLKzxsthK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLKzxsthK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLKzxsthK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLKzxsthK .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueLKzxsthK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLKzxsthK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLKzxsthK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLKzxsthK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLKzxsthK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLKzxsthK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLKzy78nL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueLKzy78nL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLKzy78nL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLKzy78nL .video-wrapper iframe {
  width: 100%;
}
.cid-ueLKzy78nL .mbr-section-title,
.cid-ueLKzy78nL .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueLKzy78nL .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueLKzy78nL .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueLKzy78nL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueLKzy78nL .mbr-text P {
  text-align: left;
}
.cid-ueLKzy78nL .mbr-section-title {
  color: #ffffff;
}
.cid-ueLKzy78nL .mbr-description {
  color: #ffffff;
}
.cid-ueLKzAMSfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueLKzAMSfG .fb-page,
.cid-ueLKzAMSfG span,
.cid-ueLKzAMSfG iframe {
  width: 500px;
  height: 470px;
}
.cid-ueLKzAMSfG blockquote {
  display: none;
}
.cid-ueLKzAMSfG .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueLKzAMSfG .mbr-section-subtitle {
  color: #232323;
}
.cid-ueLKzBGOH1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueLKzBGOH1 .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueLKzBGOH1 p {
  margin: 0;
}
.cid-ueLKzBGOH1 a {
  color: #008ea2;
}
.cid-ueLKzBGOH1 a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueLISN0Jva .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueLISN0Jva .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueLISN0Jva .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueLISN0Jva .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLISN0Jva .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueLISN0Jva .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueLISN0Jva .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueLISN0Jva .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueLISN0Jva .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueLISN0Jva .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueLISN0Jva .dropdown-item {
  padding: 0;
}
.cid-ueLISN0Jva .dropdown-item,
.cid-ueLISN0Jva .nav-link,
.cid-ueLISN0Jva .brand-name {
  font-style: normal;
}
.cid-ueLISN0Jva .dropdown-item:hover,
.cid-ueLISN0Jva .nav-link:hover,
.cid-ueLISN0Jva .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueLISN0Jva .dropdown-menu {
  background-color: #353535;
}
.cid-ueLISN0Jva .dropdown-item:active {
  background-color: #353535;
}
.cid-ueLISN0Jva .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueLISN0Jva .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueLISN0Jva .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueLISN0Jva .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueLISN0Jva .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLISN0Jva .content-text {
  margin-bottom: 0;
}
.cid-ueLISN0Jva .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueLISN0Jva .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueLISN0Jva .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueLISN0Jva .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueLISN0Jva .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueLISN0Jva .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLISN0Jva .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLISN0Jva .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueLISN0Jva .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueLISN0Jva .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueLISN0Jva .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueLISN0Jva .content-right-side {
  text-align: center;
}
.cid-ueLISN0Jva .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueLISN0Jva .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueLISN0Jva .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueLISN0Jva .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLISN0Jva .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLISN0Jva .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueLISN0Jva .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueLISN0Jva .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueLISN0Jva .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueLISN0Jva .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueLISN0Jva .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueLISN0Jva .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLISN0Jva .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueLISN0Jva .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueLISN0Jva .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLISN0Jva .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueLISN0Jva .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueLISN0Jva .navbar-toggler {
    display: none;
  }
  .cid-ueLISN0Jva .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueLISN0Jva .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueLISN0Jva .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueLISN0Jva .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueLISN0Jva .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueLISN0Jva .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueLISN0Jva .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueLISN0Jva .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueLISN0Jva .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueLISN0Jva .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLISN0Jva .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLISN0Jva .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueLISN0Jva .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueLISN0Jva .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueLISN0Jva .dropdown .dropdown-menu .dropdown-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-ueLISN0Jva .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueLISN0Jva .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueLISN0Jva .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueLISN0Jva .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueLISN0Jva .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueLISN0Jva .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueLISN0Jva .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueLISN0Jva .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueLISN0Jva button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueLISN0Jva button.navbar-toggler:focus {
  outline: none;
}
.cid-ueLISN0Jva button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueLISN0Jva button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueLISN0Jva button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLISN0Jva button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLISN0Jva button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueLISN0Jva nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLISN0Jva nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueLISN0Jva nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueLISN0Jva nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLISN0Jva .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueLISN0Jva .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueLISN0Jva .collapsed .btn {
  display: flex;
}
.cid-ueLISN0Jva .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueLISN0Jva .collapsed .navbar-collapse.collapsing,
.cid-ueLISN0Jva .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueLISN0Jva .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueLISN0Jva .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueLISN0Jva .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueLISN0Jva .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueLISN0Jva .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueLISN0Jva .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueLISN0Jva .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueLISN0Jva .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueLISN0Jva .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueLISN0Jva .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueLISN0Jva .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLISN0Jva .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueLISN0Jva .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueLISN0Jva .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueLISN0Jva .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueLISN0Jva .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueLISN0Jva .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueLISN0Jva .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueLISN0Jva .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueLISN0Jva .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueLISN0Jva .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueLISN0Jva .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueLISN0Jva .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueLISN0Jva .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueLISN0Jva .navbar-collapse.collapsing,
  .cid-ueLISN0Jva .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueLISN0Jva .navbar-collapse.collapsing .navbar-nav,
  .cid-ueLISN0Jva .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueLISN0Jva .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueLISN0Jva .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueLISN0Jva .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueLISN0Jva .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLISN0Jva .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueLISN0Jva .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueLISN0Jva .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueLISN0Jva .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLISN0Jva img {
    height: 3.8rem !important;
  }
  .cid-ueLISN0Jva .btn {
    display: flex;
  }
  .cid-ueLISN0Jva button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueLISN0Jva .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueLISN0Jva .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLISN0Jva .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueLISN0Jva .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueLISN0Jva .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueLISN0Jva .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueLISN0Jva .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueLISN0Jva .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueLISN0Jva .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueLISN0Jva .nav-link:focus {
  outline: none;
}
.cid-ueLISN0Jva .navbar-toggler {
  position: relative;
}
.cid-ueLISN0Jva .dropdown-item.active,
.cid-ueLISN0Jva .dropdown-item:active {
  color: initial;
}
.cid-ueLISN0Jva .widget-title,
.cid-ueLISN0Jva .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueLISN0Jva .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueLISN0Jva .menu-logo {
    display: none;
  }
  .cid-ueLISN0Jva .navbar {
    padding: 0;
  }
  .cid-ueLISN0Jva .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLISN0Jva button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueLISOe8l3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueLISOe8l3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLISOe8l3 .row {
  flex-direction: row-reverse;
}
.cid-ueLISOe8l3 img {
  width: 100%;
}
.cid-ueLISP1kal {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueLISP1kal .row {
  position: relative;
}
.cid-ueLISP1kal .container {
  max-width: 1500px;
}
.cid-ueLISP1kal h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueLISP1kal .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueLISP1kal .container {
    padding: 0 4rem;
  }
}
.cid-ueLISP1kal H1 {
  text-align: right;
}
.cid-ueLISPOgCR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-ueLISPOgCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLISPOgCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLISPOgCR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueLISPOgCR .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueLISPOgCR .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueLISPOgCR .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueLISPOgCR .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueLISPOgCR .mbr-text,
.cid-ueLISPOgCR .mbr-section-btn,
.cid-ueLISPOgCR .social-row {
  text-align: right;
  color: #bbbbbb;
}
.cid-ueLISQMseO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueLISQMseO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLISQMseO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLISQMseO .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueLISQMseO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLISQMseO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLISQMseO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLISQMseO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLISQMseO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLISQMseO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLISRGVZl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLISRGVZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLISRGVZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLISRGVZl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLISRGVZl .row {
  flex-direction: row-reverse;
}
.cid-ueLISRGVZl img {
  width: 100%;
}
.cid-ueLISSvgVs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLISSvgVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLISSvgVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLISSvgVs .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueLISSvgVs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLISSvgVs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLISSvgVs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLISSvgVs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLISSvgVs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLISSvgVs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLISTqcIO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueLISTqcIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLISTqcIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLISTqcIO .video-wrapper iframe {
  width: 100%;
}
.cid-ueLISTqcIO .mbr-section-title,
.cid-ueLISTqcIO .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueLISTqcIO .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueLISTqcIO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueLISTqcIO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueLISTqcIO .mbr-text P {
  text-align: left;
}
.cid-ueLISTqcIO .mbr-section-title {
  color: #ffffff;
}
.cid-ueLISTqcIO .mbr-description {
  color: #ffffff;
}
.cid-ueLISWPfjv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueLISWPfjv .fb-page,
.cid-ueLISWPfjv span,
.cid-ueLISWPfjv iframe {
  width: 500px;
  height: 470px;
}
.cid-ueLISWPfjv blockquote {
  display: none;
}
.cid-ueLISWPfjv .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueLISWPfjv .mbr-section-subtitle {
  color: #232323;
}
.cid-ueLISY23Id {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueLISY23Id .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueLISY23Id p {
  margin: 0;
}
.cid-ueLISY23Id a {
  color: #008ea2;
}
.cid-ueLISY23Id a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueLFT3f62G .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueLFT3f62G .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueLFT3f62G .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueLFT3f62G .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLFT3f62G .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueLFT3f62G .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueLFT3f62G .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueLFT3f62G .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueLFT3f62G .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueLFT3f62G .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueLFT3f62G .dropdown-item {
  padding: 0;
}
.cid-ueLFT3f62G .dropdown-item,
.cid-ueLFT3f62G .nav-link,
.cid-ueLFT3f62G .brand-name {
  font-style: normal;
}
.cid-ueLFT3f62G .dropdown-item:hover,
.cid-ueLFT3f62G .nav-link:hover,
.cid-ueLFT3f62G .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueLFT3f62G .dropdown-menu {
  background-color: #353535;
}
.cid-ueLFT3f62G .dropdown-item:active {
  background-color: #353535;
}
.cid-ueLFT3f62G .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueLFT3f62G .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueLFT3f62G .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueLFT3f62G .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueLFT3f62G .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLFT3f62G .content-text {
  margin-bottom: 0;
}
.cid-ueLFT3f62G .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueLFT3f62G .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueLFT3f62G .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueLFT3f62G .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueLFT3f62G .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueLFT3f62G .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLFT3f62G .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLFT3f62G .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueLFT3f62G .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueLFT3f62G .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueLFT3f62G .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueLFT3f62G .content-right-side {
  text-align: center;
}
.cid-ueLFT3f62G .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueLFT3f62G .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueLFT3f62G .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueLFT3f62G .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLFT3f62G .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLFT3f62G .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueLFT3f62G .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueLFT3f62G .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueLFT3f62G .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueLFT3f62G .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueLFT3f62G .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueLFT3f62G .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLFT3f62G .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueLFT3f62G .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueLFT3f62G .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLFT3f62G .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueLFT3f62G .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueLFT3f62G .navbar-toggler {
    display: none;
  }
  .cid-ueLFT3f62G .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueLFT3f62G .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueLFT3f62G .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueLFT3f62G .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueLFT3f62G .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueLFT3f62G .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueLFT3f62G .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueLFT3f62G .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueLFT3f62G .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueLFT3f62G .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLFT3f62G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLFT3f62G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueLFT3f62G .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueLFT3f62G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueLFT3f62G .dropdown .dropdown-menu .dropdown-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-ueLFT3f62G .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueLFT3f62G .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueLFT3f62G .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueLFT3f62G .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueLFT3f62G .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueLFT3f62G .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueLFT3f62G .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueLFT3f62G .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueLFT3f62G button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueLFT3f62G button.navbar-toggler:focus {
  outline: none;
}
.cid-ueLFT3f62G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueLFT3f62G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueLFT3f62G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLFT3f62G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLFT3f62G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueLFT3f62G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLFT3f62G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueLFT3f62G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueLFT3f62G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLFT3f62G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueLFT3f62G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueLFT3f62G .collapsed .btn {
  display: flex;
}
.cid-ueLFT3f62G .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueLFT3f62G .collapsed .navbar-collapse.collapsing,
.cid-ueLFT3f62G .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueLFT3f62G .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueLFT3f62G .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueLFT3f62G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueLFT3f62G .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueLFT3f62G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueLFT3f62G .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueLFT3f62G .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueLFT3f62G .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueLFT3f62G .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueLFT3f62G .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueLFT3f62G .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLFT3f62G .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueLFT3f62G .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueLFT3f62G .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueLFT3f62G .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueLFT3f62G .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueLFT3f62G .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueLFT3f62G .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueLFT3f62G .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueLFT3f62G .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueLFT3f62G .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueLFT3f62G .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueLFT3f62G .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueLFT3f62G .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueLFT3f62G .navbar-collapse.collapsing,
  .cid-ueLFT3f62G .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueLFT3f62G .navbar-collapse.collapsing .navbar-nav,
  .cid-ueLFT3f62G .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueLFT3f62G .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueLFT3f62G .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueLFT3f62G .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueLFT3f62G .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLFT3f62G .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueLFT3f62G .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueLFT3f62G .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueLFT3f62G .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLFT3f62G img {
    height: 3.8rem !important;
  }
  .cid-ueLFT3f62G .btn {
    display: flex;
  }
  .cid-ueLFT3f62G button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueLFT3f62G .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueLFT3f62G .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLFT3f62G .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueLFT3f62G .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueLFT3f62G .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueLFT3f62G .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueLFT3f62G .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueLFT3f62G .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueLFT3f62G .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueLFT3f62G .nav-link:focus {
  outline: none;
}
.cid-ueLFT3f62G .navbar-toggler {
  position: relative;
}
.cid-ueLFT3f62G .dropdown-item.active,
.cid-ueLFT3f62G .dropdown-item:active {
  color: initial;
}
.cid-ueLFT3f62G .widget-title,
.cid-ueLFT3f62G .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueLFT3f62G .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueLFT3f62G .menu-logo {
    display: none;
  }
  .cid-ueLFT3f62G .navbar {
    padding: 0;
  }
  .cid-ueLFT3f62G .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLFT3f62G button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueLFT56P1i {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueLFT56P1i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLFT56P1i .row {
  flex-direction: row-reverse;
}
.cid-ueLFT56P1i img {
  width: 100%;
}
.cid-ueLFT6hspM {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueLFT6hspM .row {
  position: relative;
}
.cid-ueLFT6hspM .container {
  max-width: 1500px;
}
.cid-ueLFT6hspM h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueLFT6hspM .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueLFT6hspM .container {
    padding: 0 4rem;
  }
}
.cid-ueLFT6hspM H1 {
  text-align: right;
}
.cid-ueLFT7btBb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/maxresdefault.jpg");
}
.cid-ueLFT7btBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLFT7btBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLFT7btBb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueLFT7btBb .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueLFT7btBb .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueLFT7btBb .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueLFT7btBb .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueLFT7btBb .mbr-text,
.cid-ueLFT7btBb .mbr-section-btn,
.cid-ueLFT7btBb .social-row {
  text-align: right;
  color: #bbbbbb;
}
.cid-ueLFT8jUCp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueLFT8jUCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLFT8jUCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLFT8jUCp .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueLFT8jUCp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLFT8jUCp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLFT8jUCp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLFT8jUCp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLFT8jUCp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLFT8jUCp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLFT9xJvA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLFT9xJvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLFT9xJvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLFT9xJvA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLFT9xJvA .row {
  flex-direction: row-reverse;
}
.cid-ueLFT9xJvA img {
  width: 100%;
}
.cid-ueLFTamZHU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLFTamZHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLFTamZHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLFTamZHU .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueLFTamZHU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLFTamZHU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLFTamZHU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLFTamZHU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLFTamZHU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLFTamZHU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLFTbpxsw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueLFTbpxsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLFTbpxsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLFTbpxsw .video-wrapper iframe {
  width: 100%;
}
.cid-ueLFTbpxsw .mbr-section-title,
.cid-ueLFTbpxsw .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueLFTbpxsw .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueLFTbpxsw .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueLFTbpxsw .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueLFTbpxsw .mbr-text P {
  text-align: left;
}
.cid-ueLFTbpxsw .mbr-section-title {
  color: #ffffff;
}
.cid-ueLFTbpxsw .mbr-description {
  color: #ffffff;
}
.cid-ueLFTfufRi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueLFTfufRi .fb-page,
.cid-ueLFTfufRi span,
.cid-ueLFTfufRi iframe {
  width: 500px;
  height: 470px;
}
.cid-ueLFTfufRi blockquote {
  display: none;
}
.cid-ueLFTfufRi .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueLFTfufRi .mbr-section-subtitle {
  color: #232323;
}
.cid-ueLFTgZxUi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueLFTgZxUi .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueLFTgZxUi p {
  margin: 0;
}
.cid-ueLFTgZxUi a {
  color: #008ea2;
}
.cid-ueLFTgZxUi a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueLJouSYIB .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueLJouSYIB .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueLJouSYIB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueLJouSYIB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLJouSYIB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueLJouSYIB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueLJouSYIB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueLJouSYIB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueLJouSYIB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueLJouSYIB .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueLJouSYIB .dropdown-item {
  padding: 0;
}
.cid-ueLJouSYIB .dropdown-item,
.cid-ueLJouSYIB .nav-link,
.cid-ueLJouSYIB .brand-name {
  font-style: normal;
}
.cid-ueLJouSYIB .dropdown-item:hover,
.cid-ueLJouSYIB .nav-link:hover,
.cid-ueLJouSYIB .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueLJouSYIB .dropdown-menu {
  background-color: #353535;
}
.cid-ueLJouSYIB .dropdown-item:active {
  background-color: #353535;
}
.cid-ueLJouSYIB .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueLJouSYIB .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueLJouSYIB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueLJouSYIB .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueLJouSYIB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLJouSYIB .content-text {
  margin-bottom: 0;
}
.cid-ueLJouSYIB .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueLJouSYIB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueLJouSYIB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueLJouSYIB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueLJouSYIB .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueLJouSYIB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLJouSYIB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLJouSYIB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueLJouSYIB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueLJouSYIB .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueLJouSYIB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueLJouSYIB .content-right-side {
  text-align: center;
}
.cid-ueLJouSYIB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueLJouSYIB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueLJouSYIB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueLJouSYIB .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLJouSYIB .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLJouSYIB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueLJouSYIB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueLJouSYIB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueLJouSYIB .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueLJouSYIB .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueLJouSYIB .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueLJouSYIB .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLJouSYIB .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueLJouSYIB .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueLJouSYIB .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLJouSYIB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueLJouSYIB .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueLJouSYIB .navbar-toggler {
    display: none;
  }
  .cid-ueLJouSYIB .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueLJouSYIB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueLJouSYIB .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueLJouSYIB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueLJouSYIB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueLJouSYIB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueLJouSYIB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueLJouSYIB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueLJouSYIB .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueLJouSYIB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLJouSYIB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLJouSYIB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueLJouSYIB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueLJouSYIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueLJouSYIB .dropdown .dropdown-menu .dropdown-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-ueLJouSYIB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueLJouSYIB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueLJouSYIB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueLJouSYIB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueLJouSYIB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueLJouSYIB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueLJouSYIB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueLJouSYIB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueLJouSYIB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueLJouSYIB button.navbar-toggler:focus {
  outline: none;
}
.cid-ueLJouSYIB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueLJouSYIB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueLJouSYIB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLJouSYIB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLJouSYIB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueLJouSYIB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLJouSYIB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueLJouSYIB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueLJouSYIB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLJouSYIB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueLJouSYIB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueLJouSYIB .collapsed .btn {
  display: flex;
}
.cid-ueLJouSYIB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueLJouSYIB .collapsed .navbar-collapse.collapsing,
.cid-ueLJouSYIB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueLJouSYIB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueLJouSYIB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueLJouSYIB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueLJouSYIB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueLJouSYIB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueLJouSYIB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueLJouSYIB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueLJouSYIB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueLJouSYIB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueLJouSYIB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueLJouSYIB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLJouSYIB .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueLJouSYIB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueLJouSYIB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueLJouSYIB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueLJouSYIB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueLJouSYIB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueLJouSYIB .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueLJouSYIB .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueLJouSYIB .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueLJouSYIB .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueLJouSYIB .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueLJouSYIB .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueLJouSYIB .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueLJouSYIB .navbar-collapse.collapsing,
  .cid-ueLJouSYIB .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueLJouSYIB .navbar-collapse.collapsing .navbar-nav,
  .cid-ueLJouSYIB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueLJouSYIB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueLJouSYIB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueLJouSYIB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueLJouSYIB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLJouSYIB .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueLJouSYIB .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueLJouSYIB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueLJouSYIB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLJouSYIB img {
    height: 3.8rem !important;
  }
  .cid-ueLJouSYIB .btn {
    display: flex;
  }
  .cid-ueLJouSYIB button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueLJouSYIB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueLJouSYIB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLJouSYIB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueLJouSYIB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueLJouSYIB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueLJouSYIB .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueLJouSYIB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueLJouSYIB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueLJouSYIB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueLJouSYIB .nav-link:focus {
  outline: none;
}
.cid-ueLJouSYIB .navbar-toggler {
  position: relative;
}
.cid-ueLJouSYIB .dropdown-item.active,
.cid-ueLJouSYIB .dropdown-item:active {
  color: initial;
}
.cid-ueLJouSYIB .widget-title,
.cid-ueLJouSYIB .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueLJouSYIB .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueLJouSYIB .menu-logo {
    display: none;
  }
  .cid-ueLJouSYIB .navbar {
    padding: 0;
  }
  .cid-ueLJouSYIB .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLJouSYIB button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueLJowyb0K {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueLJowyb0K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLJowyb0K .row {
  flex-direction: row-reverse;
}
.cid-ueLJowyb0K img {
  width: 100%;
}
.cid-ueLJoxFFKS {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueLJoxFFKS .row {
  position: relative;
}
.cid-ueLJoxFFKS .container {
  max-width: 1500px;
}
.cid-ueLJoxFFKS h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueLJoxFFKS .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueLJoxFFKS .container {
    padding: 0 4rem;
  }
}
.cid-ueLJoxFFKS H1 {
  text-align: right;
}
.cid-ueLJoyBmpM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-23.jpg");
}
.cid-ueLJoyBmpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLJoyBmpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLJoyBmpM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueLJoyBmpM .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueLJoyBmpM .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueLJoyBmpM .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueLJoyBmpM .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueLJoyBmpM .mbr-text,
.cid-ueLJoyBmpM .mbr-section-btn,
.cid-ueLJoyBmpM .social-row {
  text-align: right;
  color: #bbbbbb;
}
.cid-ueLJozo5tj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueLJozo5tj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLJozo5tj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLJozo5tj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueLJozo5tj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLJozo5tj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLJozo5tj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLJozo5tj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLJozo5tj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLJozo5tj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLJoA6UXa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLJoA6UXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLJoA6UXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLJoA6UXa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLJoA6UXa .row {
  flex-direction: row-reverse;
}
.cid-ueLJoA6UXa img {
  width: 100%;
}
.cid-ueLJoAKmzg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLJoAKmzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLJoAKmzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLJoAKmzg .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueLJoAKmzg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLJoAKmzg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLJoAKmzg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLJoAKmzg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLJoAKmzg .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLJoAKmzg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLJoBoIRB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueLJoBoIRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLJoBoIRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLJoBoIRB .video-wrapper iframe {
  width: 100%;
}
.cid-ueLJoBoIRB .mbr-section-title,
.cid-ueLJoBoIRB .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueLJoBoIRB .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueLJoBoIRB .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueLJoBoIRB .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueLJoBoIRB .mbr-text P {
  text-align: left;
}
.cid-ueLJoBoIRB .mbr-section-title {
  color: #ffffff;
}
.cid-ueLJoBoIRB .mbr-description {
  color: #ffffff;
}
.cid-ueLJoE9Eb5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueLJoE9Eb5 .fb-page,
.cid-ueLJoE9Eb5 span,
.cid-ueLJoE9Eb5 iframe {
  width: 500px;
  height: 470px;
}
.cid-ueLJoE9Eb5 blockquote {
  display: none;
}
.cid-ueLJoE9Eb5 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueLJoE9Eb5 .mbr-section-subtitle {
  color: #232323;
}
.cid-ueLJoFngwY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueLJoFngwY .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueLJoFngwY p {
  margin: 0;
}
.cid-ueLJoFngwY a {
  color: #008ea2;
}
.cid-ueLJoFngwY a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueLMQHO8gb .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueLMQHO8gb .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueLMQHO8gb .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueLMQHO8gb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLMQHO8gb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueLMQHO8gb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueLMQHO8gb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueLMQHO8gb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueLMQHO8gb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueLMQHO8gb .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueLMQHO8gb .dropdown-item {
  padding: 0;
}
.cid-ueLMQHO8gb .dropdown-item,
.cid-ueLMQHO8gb .nav-link,
.cid-ueLMQHO8gb .brand-name {
  font-style: normal;
}
.cid-ueLMQHO8gb .dropdown-item:hover,
.cid-ueLMQHO8gb .nav-link:hover,
.cid-ueLMQHO8gb .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueLMQHO8gb .dropdown-menu {
  background-color: #353535;
}
.cid-ueLMQHO8gb .dropdown-item:active {
  background-color: #353535;
}
.cid-ueLMQHO8gb .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueLMQHO8gb .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueLMQHO8gb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueLMQHO8gb .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueLMQHO8gb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLMQHO8gb .content-text {
  margin-bottom: 0;
}
.cid-ueLMQHO8gb .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueLMQHO8gb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueLMQHO8gb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueLMQHO8gb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueLMQHO8gb .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueLMQHO8gb .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLMQHO8gb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLMQHO8gb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueLMQHO8gb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueLMQHO8gb .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueLMQHO8gb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueLMQHO8gb .content-right-side {
  text-align: center;
}
.cid-ueLMQHO8gb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueLMQHO8gb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueLMQHO8gb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueLMQHO8gb .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLMQHO8gb .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLMQHO8gb .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueLMQHO8gb .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueLMQHO8gb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueLMQHO8gb .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueLMQHO8gb .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueLMQHO8gb .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueLMQHO8gb .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLMQHO8gb .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueLMQHO8gb .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueLMQHO8gb .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLMQHO8gb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueLMQHO8gb .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueLMQHO8gb .navbar-toggler {
    display: none;
  }
  .cid-ueLMQHO8gb .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueLMQHO8gb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueLMQHO8gb .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueLMQHO8gb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueLMQHO8gb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueLMQHO8gb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueLMQHO8gb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueLMQHO8gb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueLMQHO8gb .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueLMQHO8gb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLMQHO8gb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLMQHO8gb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueLMQHO8gb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueLMQHO8gb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueLMQHO8gb .dropdown .dropdown-menu .dropdown-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-ueLMQHO8gb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueLMQHO8gb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueLMQHO8gb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueLMQHO8gb .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueLMQHO8gb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueLMQHO8gb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueLMQHO8gb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueLMQHO8gb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueLMQHO8gb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueLMQHO8gb button.navbar-toggler:focus {
  outline: none;
}
.cid-ueLMQHO8gb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueLMQHO8gb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueLMQHO8gb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLMQHO8gb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLMQHO8gb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueLMQHO8gb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLMQHO8gb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueLMQHO8gb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueLMQHO8gb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLMQHO8gb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueLMQHO8gb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueLMQHO8gb .collapsed .btn {
  display: flex;
}
.cid-ueLMQHO8gb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueLMQHO8gb .collapsed .navbar-collapse.collapsing,
.cid-ueLMQHO8gb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueLMQHO8gb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueLMQHO8gb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueLMQHO8gb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueLMQHO8gb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueLMQHO8gb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueLMQHO8gb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueLMQHO8gb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueLMQHO8gb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueLMQHO8gb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueLMQHO8gb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueLMQHO8gb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLMQHO8gb .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueLMQHO8gb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueLMQHO8gb .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueLMQHO8gb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueLMQHO8gb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueLMQHO8gb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueLMQHO8gb .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueLMQHO8gb .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueLMQHO8gb .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueLMQHO8gb .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueLMQHO8gb .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueLMQHO8gb .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueLMQHO8gb .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueLMQHO8gb .navbar-collapse.collapsing,
  .cid-ueLMQHO8gb .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueLMQHO8gb .navbar-collapse.collapsing .navbar-nav,
  .cid-ueLMQHO8gb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueLMQHO8gb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueLMQHO8gb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueLMQHO8gb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueLMQHO8gb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLMQHO8gb .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueLMQHO8gb .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueLMQHO8gb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueLMQHO8gb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLMQHO8gb img {
    height: 3.8rem !important;
  }
  .cid-ueLMQHO8gb .btn {
    display: flex;
  }
  .cid-ueLMQHO8gb button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueLMQHO8gb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueLMQHO8gb .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLMQHO8gb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueLMQHO8gb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueLMQHO8gb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueLMQHO8gb .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueLMQHO8gb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueLMQHO8gb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueLMQHO8gb .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueLMQHO8gb .nav-link:focus {
  outline: none;
}
.cid-ueLMQHO8gb .navbar-toggler {
  position: relative;
}
.cid-ueLMQHO8gb .dropdown-item.active,
.cid-ueLMQHO8gb .dropdown-item:active {
  color: initial;
}
.cid-ueLMQHO8gb .widget-title,
.cid-ueLMQHO8gb .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueLMQHO8gb .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueLMQHO8gb .menu-logo {
    display: none;
  }
  .cid-ueLMQHO8gb .navbar {
    padding: 0;
  }
  .cid-ueLMQHO8gb .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLMQHO8gb button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueLMQIScYa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueLMQIScYa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLMQIScYa .row {
  flex-direction: row-reverse;
}
.cid-ueLMQIScYa img {
  width: 100%;
}
.cid-ueLMQJxQFP {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueLMQJxQFP .row {
  position: relative;
}
.cid-ueLMQJxQFP .container {
  max-width: 1500px;
}
.cid-ueLMQJxQFP h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueLMQJxQFP .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueLMQJxQFP .container {
    padding: 0 4rem;
  }
}
.cid-ueLMQJxQFP H1 {
  text-align: right;
}
.cid-ueLMQK8Vfh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-26.jpg");
}
.cid-ueLMQK8Vfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLMQK8Vfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLMQK8Vfh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueLMQK8Vfh .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-ueLMQK8Vfh .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-ueLMQK8Vfh .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueLMQK8Vfh .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueLMQK8Vfh .mbr-text,
.cid-ueLMQK8Vfh .mbr-section-btn,
.cid-ueLMQK8Vfh .social-row {
  text-align: right;
  color: #bbbbbb;
}
.cid-ueLMQLa5lw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueLMQLa5lw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLMQLa5lw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLMQLa5lw .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueLMQLa5lw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLMQLa5lw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLMQLa5lw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLMQLa5lw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLMQLa5lw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLMQLa5lw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLMQMdwUP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLMQMdwUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLMQMdwUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLMQMdwUP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLMQMdwUP .row {
  flex-direction: row-reverse;
}
.cid-ueLMQMdwUP img {
  width: 100%;
}
.cid-ueLMQNprM9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLMQNprM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLMQNprM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLMQNprM9 .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueLMQNprM9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLMQNprM9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLMQNprM9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLMQNprM9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLMQNprM9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLMQNprM9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLMQOKOHq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueLMQOKOHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLMQOKOHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLMQOKOHq .video-wrapper iframe {
  width: 100%;
}
.cid-ueLMQOKOHq .mbr-section-title,
.cid-ueLMQOKOHq .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueLMQOKOHq .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueLMQOKOHq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueLMQOKOHq .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueLMQOKOHq .mbr-text P {
  text-align: left;
}
.cid-ueLMQOKOHq .mbr-section-title {
  color: #ffffff;
}
.cid-ueLMQOKOHq .mbr-description {
  color: #ffffff;
}
.cid-ueLMQRZUKF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueLMQRZUKF .fb-page,
.cid-ueLMQRZUKF span,
.cid-ueLMQRZUKF iframe {
  width: 500px;
  height: 470px;
}
.cid-ueLMQRZUKF blockquote {
  display: none;
}
.cid-ueLMQRZUKF .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueLMQRZUKF .mbr-section-subtitle {
  color: #232323;
}
.cid-ueLMQTbHCq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueLMQTbHCq .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueLMQTbHCq p {
  margin: 0;
}
.cid-ueLMQTbHCq a {
  color: #008ea2;
}
.cid-ueLMQTbHCq a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueLOasrVy9 .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueLOasrVy9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueLOasrVy9 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueLOasrVy9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLOasrVy9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueLOasrVy9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueLOasrVy9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueLOasrVy9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueLOasrVy9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueLOasrVy9 .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueLOasrVy9 .dropdown-item {
  padding: 0;
}
.cid-ueLOasrVy9 .dropdown-item,
.cid-ueLOasrVy9 .nav-link,
.cid-ueLOasrVy9 .brand-name {
  font-style: normal;
}
.cid-ueLOasrVy9 .dropdown-item:hover,
.cid-ueLOasrVy9 .nav-link:hover,
.cid-ueLOasrVy9 .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueLOasrVy9 .dropdown-menu {
  background-color: #353535;
}
.cid-ueLOasrVy9 .dropdown-item:active {
  background-color: #353535;
}
.cid-ueLOasrVy9 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueLOasrVy9 .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueLOasrVy9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueLOasrVy9 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueLOasrVy9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLOasrVy9 .content-text {
  margin-bottom: 0;
}
.cid-ueLOasrVy9 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueLOasrVy9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueLOasrVy9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueLOasrVy9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueLOasrVy9 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueLOasrVy9 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLOasrVy9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueLOasrVy9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueLOasrVy9 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueLOasrVy9 .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueLOasrVy9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueLOasrVy9 .content-right-side {
  text-align: center;
}
.cid-ueLOasrVy9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueLOasrVy9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueLOasrVy9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueLOasrVy9 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLOasrVy9 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueLOasrVy9 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueLOasrVy9 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueLOasrVy9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueLOasrVy9 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueLOasrVy9 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueLOasrVy9 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueLOasrVy9 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLOasrVy9 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueLOasrVy9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueLOasrVy9 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueLOasrVy9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueLOasrVy9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueLOasrVy9 .navbar-toggler {
    display: none;
  }
  .cid-ueLOasrVy9 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueLOasrVy9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueLOasrVy9 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueLOasrVy9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueLOasrVy9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueLOasrVy9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueLOasrVy9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueLOasrVy9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueLOasrVy9 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueLOasrVy9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLOasrVy9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueLOasrVy9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueLOasrVy9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueLOasrVy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueLOasrVy9 .dropdown .dropdown-menu .dropdown-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-ueLOasrVy9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueLOasrVy9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueLOasrVy9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueLOasrVy9 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueLOasrVy9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueLOasrVy9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueLOasrVy9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueLOasrVy9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueLOasrVy9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueLOasrVy9 button.navbar-toggler:focus {
  outline: none;
}
.cid-ueLOasrVy9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueLOasrVy9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueLOasrVy9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLOasrVy9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueLOasrVy9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueLOasrVy9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLOasrVy9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueLOasrVy9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueLOasrVy9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueLOasrVy9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueLOasrVy9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueLOasrVy9 .collapsed .btn {
  display: flex;
}
.cid-ueLOasrVy9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueLOasrVy9 .collapsed .navbar-collapse.collapsing,
.cid-ueLOasrVy9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueLOasrVy9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueLOasrVy9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueLOasrVy9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueLOasrVy9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueLOasrVy9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueLOasrVy9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueLOasrVy9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueLOasrVy9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueLOasrVy9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueLOasrVy9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueLOasrVy9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueLOasrVy9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueLOasrVy9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueLOasrVy9 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueLOasrVy9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueLOasrVy9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueLOasrVy9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueLOasrVy9 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueLOasrVy9 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueLOasrVy9 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueLOasrVy9 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueLOasrVy9 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueLOasrVy9 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueLOasrVy9 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueLOasrVy9 .navbar-collapse.collapsing,
  .cid-ueLOasrVy9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueLOasrVy9 .navbar-collapse.collapsing .navbar-nav,
  .cid-ueLOasrVy9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueLOasrVy9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueLOasrVy9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueLOasrVy9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueLOasrVy9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLOasrVy9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueLOasrVy9 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueLOasrVy9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueLOasrVy9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueLOasrVy9 img {
    height: 3.8rem !important;
  }
  .cid-ueLOasrVy9 .btn {
    display: flex;
  }
  .cid-ueLOasrVy9 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueLOasrVy9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueLOasrVy9 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLOasrVy9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueLOasrVy9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueLOasrVy9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueLOasrVy9 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueLOasrVy9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueLOasrVy9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueLOasrVy9 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueLOasrVy9 .nav-link:focus {
  outline: none;
}
.cid-ueLOasrVy9 .navbar-toggler {
  position: relative;
}
.cid-ueLOasrVy9 .dropdown-item.active,
.cid-ueLOasrVy9 .dropdown-item:active {
  color: initial;
}
.cid-ueLOasrVy9 .widget-title,
.cid-ueLOasrVy9 .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueLOasrVy9 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueLOasrVy9 .menu-logo {
    display: none;
  }
  .cid-ueLOasrVy9 .navbar {
    padding: 0;
  }
  .cid-ueLOasrVy9 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueLOasrVy9 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueLOawmV4L {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueLOawmV4L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLOawmV4L .row {
  flex-direction: row-reverse;
}
.cid-ueLOawmV4L img {
  width: 100%;
}
.cid-ueLOayGAoL {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueLOayGAoL .row {
  position: relative;
}
.cid-ueLOayGAoL .container {
  max-width: 1500px;
}
.cid-ueLOayGAoL h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueLOayGAoL .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueLOayGAoL .container {
    padding: 0 4rem;
  }
}
.cid-ueLOayGAoL H1 {
  text-align: right;
}
.cid-ueLOaBfaNM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-29.jpg");
}
.cid-ueLOaBfaNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLOaBfaNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLOaBfaNM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueLOaBfaNM .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-ueLOaBfaNM .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-ueLOaBfaNM .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueLOaBfaNM .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueLOaBfaNM .mbr-text,
.cid-ueLOaBfaNM .mbr-section-btn,
.cid-ueLOaBfaNM .social-row {
  text-align: right;
  color: #bbbbbb;
}
.cid-ueLOaCGfoQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueLOaCGfoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLOaCGfoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLOaCGfoQ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueLOaCGfoQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLOaCGfoQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLOaCGfoQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLOaCGfoQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLOaCGfoQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLOaCGfoQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLOaDCtY8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLOaDCtY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLOaDCtY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLOaDCtY8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLOaDCtY8 .row {
  flex-direction: row-reverse;
}
.cid-ueLOaDCtY8 img {
  width: 100%;
}
.cid-ueLOaEsPP7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLOaEsPP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLOaEsPP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLOaEsPP7 .content-wrapper {
  background: #c1dde1;
}
@media (max-width: 991px) {
  .cid-ueLOaEsPP7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueLOaEsPP7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLOaEsPP7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLOaEsPP7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueLOaEsPP7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueLOaEsPP7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueLOaFzJ1f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueLOaFzJ1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLOaFzJ1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLOaFzJ1f .video-wrapper iframe {
  width: 100%;
}
.cid-ueLOaFzJ1f .mbr-section-title,
.cid-ueLOaFzJ1f .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueLOaFzJ1f .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueLOaFzJ1f .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueLOaFzJ1f .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueLOaFzJ1f .mbr-text P {
  text-align: left;
}
.cid-ueLOaFzJ1f .mbr-section-title {
  color: #ffffff;
}
.cid-ueLOaFzJ1f .mbr-description {
  color: #ffffff;
}
.cid-ueLOaJoN32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueLOaJoN32 .fb-page,
.cid-ueLOaJoN32 span,
.cid-ueLOaJoN32 iframe {
  width: 500px;
  height: 470px;
}
.cid-ueLOaJoN32 blockquote {
  display: none;
}
.cid-ueLOaJoN32 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueLOaJoN32 .mbr-section-subtitle {
  color: #232323;
}
.cid-ueLOaKNZsg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueLOaKNZsg .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueLOaKNZsg p {
  margin: 0;
}
.cid-ueLOaKNZsg a {
  color: #008ea2;
}
.cid-ueLOaKNZsg a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueM1vMXEsD .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueM1vMXEsD .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueM1vMXEsD .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueM1vMXEsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueM1vMXEsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueM1vMXEsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueM1vMXEsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueM1vMXEsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueM1vMXEsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueM1vMXEsD .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueM1vMXEsD .dropdown-item {
  padding: 0;
}
.cid-ueM1vMXEsD .dropdown-item,
.cid-ueM1vMXEsD .nav-link,
.cid-ueM1vMXEsD .brand-name {
  font-style: normal;
}
.cid-ueM1vMXEsD .dropdown-item:hover,
.cid-ueM1vMXEsD .nav-link:hover,
.cid-ueM1vMXEsD .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueM1vMXEsD .dropdown-menu {
  background-color: #353535;
}
.cid-ueM1vMXEsD .dropdown-item:active {
  background-color: #353535;
}
.cid-ueM1vMXEsD .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueM1vMXEsD .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueM1vMXEsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueM1vMXEsD .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueM1vMXEsD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueM1vMXEsD .content-text {
  margin-bottom: 0;
}
.cid-ueM1vMXEsD .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueM1vMXEsD .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueM1vMXEsD .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueM1vMXEsD .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueM1vMXEsD .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueM1vMXEsD .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueM1vMXEsD .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueM1vMXEsD .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueM1vMXEsD .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueM1vMXEsD .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueM1vMXEsD .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueM1vMXEsD .content-right-side {
  text-align: center;
}
.cid-ueM1vMXEsD .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueM1vMXEsD .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueM1vMXEsD .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueM1vMXEsD .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueM1vMXEsD .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueM1vMXEsD .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueM1vMXEsD .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueM1vMXEsD .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueM1vMXEsD .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueM1vMXEsD .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueM1vMXEsD .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueM1vMXEsD .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueM1vMXEsD .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueM1vMXEsD .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueM1vMXEsD .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueM1vMXEsD .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueM1vMXEsD .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueM1vMXEsD .navbar-toggler {
    display: none;
  }
  .cid-ueM1vMXEsD .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueM1vMXEsD .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueM1vMXEsD .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueM1vMXEsD .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueM1vMXEsD .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueM1vMXEsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueM1vMXEsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueM1vMXEsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueM1vMXEsD .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueM1vMXEsD .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueM1vMXEsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueM1vMXEsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueM1vMXEsD .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueM1vMXEsD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueM1vMXEsD .dropdown .dropdown-menu .dropdown-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-ueM1vMXEsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueM1vMXEsD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueM1vMXEsD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueM1vMXEsD .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueM1vMXEsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueM1vMXEsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueM1vMXEsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueM1vMXEsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueM1vMXEsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueM1vMXEsD button.navbar-toggler:focus {
  outline: none;
}
.cid-ueM1vMXEsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueM1vMXEsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueM1vMXEsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueM1vMXEsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueM1vMXEsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueM1vMXEsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueM1vMXEsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueM1vMXEsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueM1vMXEsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueM1vMXEsD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueM1vMXEsD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueM1vMXEsD .collapsed .btn {
  display: flex;
}
.cid-ueM1vMXEsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueM1vMXEsD .collapsed .navbar-collapse.collapsing,
.cid-ueM1vMXEsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueM1vMXEsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueM1vMXEsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueM1vMXEsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueM1vMXEsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueM1vMXEsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueM1vMXEsD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueM1vMXEsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueM1vMXEsD .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueM1vMXEsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueM1vMXEsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueM1vMXEsD .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueM1vMXEsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueM1vMXEsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueM1vMXEsD .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueM1vMXEsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueM1vMXEsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueM1vMXEsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueM1vMXEsD .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueM1vMXEsD .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueM1vMXEsD .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueM1vMXEsD .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueM1vMXEsD .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueM1vMXEsD .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueM1vMXEsD .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueM1vMXEsD .navbar-collapse.collapsing,
  .cid-ueM1vMXEsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueM1vMXEsD .navbar-collapse.collapsing .navbar-nav,
  .cid-ueM1vMXEsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueM1vMXEsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueM1vMXEsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueM1vMXEsD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueM1vMXEsD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueM1vMXEsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueM1vMXEsD .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueM1vMXEsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueM1vMXEsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueM1vMXEsD img {
    height: 3.8rem !important;
  }
  .cid-ueM1vMXEsD .btn {
    display: flex;
  }
  .cid-ueM1vMXEsD button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueM1vMXEsD .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueM1vMXEsD .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueM1vMXEsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueM1vMXEsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueM1vMXEsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueM1vMXEsD .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueM1vMXEsD .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueM1vMXEsD .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueM1vMXEsD .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueM1vMXEsD .nav-link:focus {
  outline: none;
}
.cid-ueM1vMXEsD .navbar-toggler {
  position: relative;
}
.cid-ueM1vMXEsD .dropdown-item.active,
.cid-ueM1vMXEsD .dropdown-item:active {
  color: initial;
}
.cid-ueM1vMXEsD .widget-title,
.cid-ueM1vMXEsD .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueM1vMXEsD .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueM1vMXEsD .menu-logo {
    display: none;
  }
  .cid-ueM1vMXEsD .navbar {
    padding: 0;
  }
  .cid-ueM1vMXEsD .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueM1vMXEsD button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueM1vNHLTX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueM1vNHLTX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM1vNHLTX .row {
  flex-direction: row-reverse;
}
.cid-ueM1vNHLTX img {
  width: 100%;
}
.cid-ueM1vO9zH6 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueM1vO9zH6 .row {
  position: relative;
}
.cid-ueM1vO9zH6 .container {
  max-width: 1500px;
}
.cid-ueM1vO9zH6 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueM1vO9zH6 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueM1vO9zH6 .container {
    padding: 0 4rem;
  }
}
.cid-ueM1vO9zH6 H1 {
  text-align: right;
}
.cid-ueM1vOB2rS {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/baby-1866623.jpg");
}
.cid-ueM1vOB2rS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vOB2rS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM1vOB2rS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueM1vOB2rS .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueM1vOB2rS .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueM1vOB2rS .mbr-section-title {
  text-align: right;
  color: #00606d;
}
.cid-ueM1vOB2rS .mbr-section-subtitle {
  text-align: right;
  color: #00606d;
}
.cid-ueM1vOB2rS .mbr-text,
.cid-ueM1vOB2rS .mbr-section-btn,
.cid-ueM1vOB2rS .social-row {
  text-align: right;
  color: #00606d;
}
.cid-ueM1vPdQRJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueM1vPdQRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vPdQRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueM1vPdQRJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM1vPdQRJ .row {
  flex-direction: row-reverse;
}
.cid-ueM1vPdQRJ img {
  width: 100%;
}
.cid-ueM1vPEMuL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM1vPEMuL .mbr-section-subtitle {
  text-align: left;
}
.cid-ueM1vQ5Xqj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueM1vQ5Xqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vQ5Xqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueM1vQ5Xqj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM1vQ5Xqj .row {
  flex-direction: row-reverse;
}
.cid-ueM1vQ5Xqj img {
  width: 100%;
}
.cid-ueM1vQyxMA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM1vQYHMZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueM1vQYHMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vQYHMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueM1vQYHMZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM1vQYHMZ .row {
  flex-direction: row-reverse;
}
.cid-ueM1vQYHMZ img {
  width: 100%;
}
.cid-ueM1vRqA4R {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM1vRWT4S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ueM1vRWT4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vRWT4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM1vRWT4S .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueM1vRWT4S .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueM1vRWT4S .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueM1vRWT4S .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueM1vRWT4S .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueM1vRWT4S .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueM1vRWT4S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM1vSu7qO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ueM1vSu7qO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vSu7qO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM1vSu7qO .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueM1vSu7qO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueM1vSu7qO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueM1vSu7qO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueM1vSu7qO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueM1vSu7qO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueM1vSu7qO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM1vT4T4o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ueM1vT4T4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vT4T4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM1vT4T4o .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ueM1vT4T4o .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueM1vT4T4o .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueM1vT4T4o .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueM1vT4T4o .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ueM1vT4T4o .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ueM1vT4T4o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM1vTHxTv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-ueM1vTHxTv .row {
  position: relative;
}
.cid-ueM1vTHxTv .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb5b5 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueM1vTHxTv .row .blur-circle {
    display: none;
  }
}
.cid-ueM1vTHxTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vTHxTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM1vTHxTv .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueM1vTHxTv .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueM1vTHxTv .row {
    padding: 0 24px;
  }
}
.cid-ueM1vTHxTv .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueM1vTHxTv .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueM1vTHxTv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueM1vTHxTv .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueM1vTHxTv .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueM1vTHxTv .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueM1vTHxTv .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueM1vTHxTv .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueM1vTHxTv .mbr-section-title {
  color: #111111;
}
.cid-ueM1vTHxTv .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueM1vUgW7q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueM1vUgW7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vUgW7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueM1vUgW7q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM1vUgW7q .row {
  flex-direction: row-reverse;
}
.cid-ueM1vUgW7q img {
  width: 100%;
}
.cid-ueM1vUgW7q .mbr-description {
  text-align: center;
  color: #00606d;
}
.cid-ueM1vUSBJV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueM1vUSBJV .row {
  position: relative;
}
.cid-ueM1vUSBJV .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #79c5e3 50%, #c1dde1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ueM1vUSBJV .row .blur-circle {
    display: none;
  }
}
.cid-ueM1vUSBJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vUSBJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM1vUSBJV .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueM1vUSBJV .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ueM1vUSBJV .row {
    padding: 0 24px;
  }
}
.cid-ueM1vUSBJV .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueM1vUSBJV .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-ueM1vUSBJV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueM1vUSBJV .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ueM1vUSBJV .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ueM1vUSBJV .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-ueM1vUSBJV .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-ueM1vUSBJV .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ueM1vUSBJV .mbr-section-title {
  color: #111111;
}
.cid-ueM1vUSBJV .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-ueM504QRW1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueM504QRW1 .card-wrapper {
  background: #f0f2f5;
}
.cid-ueM504QRW1 .card {
  padding: 0.5rem;
}
.cid-ueM504QRW1 .main-row {
  padding: 0 0.5rem;
}
.cid-ueM504QRW1 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueM504QRW1 .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueM504QRW1 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueM504QRW1 .img-wrapper,
.cid-ueM504QRW1 img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueM504QRW1 .img-wrapper,
  .cid-ueM504QRW1 img {
    height: auto;
  }
}
.cid-ueM504QRW1 .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueM504QRW1 .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueM504QRW1 .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueM504QRW1 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM504QRW1 .card-subtitle {
  color: #0095ff;
}
.cid-ueM504QRW1 .mbr-text {
  color: #555555;
}
.cid-ueM504QRW1 .card-title {
  color: #103178;
}
.cid-ueM504QRW1 .mbr-section-title {
  color: #00606d;
}
.cid-ueM504QRW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM504QRW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM504QRW1 .card-title,
.cid-ueM504QRW1 .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueM50LHVlX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueM50LHVlX .card-wrapper {
  background: #f0f2f5;
}
.cid-ueM50LHVlX .card {
  padding: 0.5rem;
}
.cid-ueM50LHVlX .main-row {
  padding: 0 0.5rem;
}
.cid-ueM50LHVlX .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueM50LHVlX .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueM50LHVlX .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueM50LHVlX .img-wrapper,
.cid-ueM50LHVlX img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueM50LHVlX .img-wrapper,
  .cid-ueM50LHVlX img {
    height: auto;
  }
}
.cid-ueM50LHVlX .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueM50LHVlX .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueM50LHVlX .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueM50LHVlX .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM50LHVlX .card-subtitle {
  color: #0095ff;
}
.cid-ueM50LHVlX .mbr-text {
  color: #555555;
}
.cid-ueM50LHVlX .card-title {
  color: #103178;
}
.cid-ueM50LHVlX .mbr-section-title {
  color: #008ea2;
}
.cid-ueM50LHVlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM50LHVlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM50LHVlX .card-title,
.cid-ueM50LHVlX .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueM51yW3Ko {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(53, 53, 53, 0.7);
}
.cid-ueM51yW3Ko .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98dee8;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-ueM51yW3Ko .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ueM51yW3Ko .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ueM51yW3Ko .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueM51yW3Ko a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-ueM51yW3Ko .col + .mbr-section-btn .btn,
  .cid-ueM51yW3Ko .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-ueM51yW3Ko .dragArea > *:nth-last-child(2).col,
  .cid-ueM51yW3Ko .dragArea > *:nth-last-child(2).col-auto,
  .cid-ueM51yW3Ko .col + .mbr-section-btn,
  .cid-ueM51yW3Ko .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-ueM51yW3Ko .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ueM51yW3Ko .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-ueM51yW3Ko .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-ueM51yW3Ko .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueM51yW3Ko .form-group {
  max-width: 400px;
}
.cid-ueM51yW3Ko .mbr-section-btn {
  padding: 5px;
}
.cid-ueM51yW3Ko .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-ueM51yW3Ko .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ueM51yW3Ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM51yW3Ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM1vVvAPO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueM1vVvAPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vVvAPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM1vVvAPO .video-wrapper iframe {
  width: 100%;
}
.cid-ueM1vVvAPO .mbr-section-title,
.cid-ueM1vVvAPO .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueM1vVvAPO .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueM1vVvAPO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueM1vVvAPO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueM1vVvAPO .mbr-text P {
  text-align: left;
}
.cid-ueM1vVvAPO .mbr-section-title {
  color: #ffffff;
}
.cid-ueM1vVvAPO .mbr-description {
  color: #ffffff;
}
.cid-ueM1vX0FDM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueM1vX0FDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM1vX0FDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM1vX0FDM .mbr-section-title {
  color: #000000;
}
.cid-ueM1vXJiFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueM1vXJiFm .fb-page,
.cid-ueM1vXJiFm span,
.cid-ueM1vXJiFm iframe {
  width: 500px;
  height: 470px;
}
.cid-ueM1vXJiFm blockquote {
  display: none;
}
.cid-ueM1vXJiFm .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueM1vXJiFm .mbr-section-subtitle {
  color: #232323;
}
.cid-ueM1vYvv4Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueM1vYvv4Z .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueM1vYvv4Z p {
  margin: 0;
}
.cid-ueM1vYvv4Z a {
  color: #008ea2;
}
.cid-ueM1vYvv4Z a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueM5l6XuQ7 .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueM5l6XuQ7 .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueM5l6XuQ7 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueM5l6XuQ7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueM5l6XuQ7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueM5l6XuQ7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueM5l6XuQ7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueM5l6XuQ7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueM5l6XuQ7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueM5l6XuQ7 .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueM5l6XuQ7 .dropdown-item {
  padding: 0;
}
.cid-ueM5l6XuQ7 .dropdown-item,
.cid-ueM5l6XuQ7 .nav-link,
.cid-ueM5l6XuQ7 .brand-name {
  font-style: normal;
}
.cid-ueM5l6XuQ7 .dropdown-item:hover,
.cid-ueM5l6XuQ7 .nav-link:hover,
.cid-ueM5l6XuQ7 .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueM5l6XuQ7 .dropdown-menu {
  background-color: #353535;
}
.cid-ueM5l6XuQ7 .dropdown-item:active {
  background-color: #353535;
}
.cid-ueM5l6XuQ7 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueM5l6XuQ7 .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueM5l6XuQ7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueM5l6XuQ7 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueM5l6XuQ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueM5l6XuQ7 .content-text {
  margin-bottom: 0;
}
.cid-ueM5l6XuQ7 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueM5l6XuQ7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueM5l6XuQ7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueM5l6XuQ7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueM5l6XuQ7 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueM5l6XuQ7 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueM5l6XuQ7 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueM5l6XuQ7 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueM5l6XuQ7 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueM5l6XuQ7 .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueM5l6XuQ7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueM5l6XuQ7 .content-right-side {
  text-align: center;
}
.cid-ueM5l6XuQ7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueM5l6XuQ7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueM5l6XuQ7 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueM5l6XuQ7 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueM5l6XuQ7 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueM5l6XuQ7 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueM5l6XuQ7 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueM5l6XuQ7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueM5l6XuQ7 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueM5l6XuQ7 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueM5l6XuQ7 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueM5l6XuQ7 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueM5l6XuQ7 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueM5l6XuQ7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueM5l6XuQ7 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueM5l6XuQ7 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueM5l6XuQ7 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueM5l6XuQ7 .navbar-toggler {
    display: none;
  }
  .cid-ueM5l6XuQ7 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueM5l6XuQ7 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueM5l6XuQ7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueM5l6XuQ7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueM5l6XuQ7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueM5l6XuQ7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueM5l6XuQ7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueM5l6XuQ7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueM5l6XuQ7 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueM5l6XuQ7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueM5l6XuQ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueM5l6XuQ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueM5l6XuQ7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueM5l6XuQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueM5l6XuQ7 .dropdown .dropdown-menu .dropdown-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-ueM5l6XuQ7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueM5l6XuQ7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueM5l6XuQ7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueM5l6XuQ7 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueM5l6XuQ7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueM5l6XuQ7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueM5l6XuQ7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueM5l6XuQ7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueM5l6XuQ7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueM5l6XuQ7 button.navbar-toggler:focus {
  outline: none;
}
.cid-ueM5l6XuQ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueM5l6XuQ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueM5l6XuQ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueM5l6XuQ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueM5l6XuQ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueM5l6XuQ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueM5l6XuQ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueM5l6XuQ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueM5l6XuQ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueM5l6XuQ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueM5l6XuQ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueM5l6XuQ7 .collapsed .btn {
  display: flex;
}
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.collapsing,
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueM5l6XuQ7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueM5l6XuQ7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueM5l6XuQ7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueM5l6XuQ7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueM5l6XuQ7 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueM5l6XuQ7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueM5l6XuQ7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueM5l6XuQ7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueM5l6XuQ7 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueM5l6XuQ7 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueM5l6XuQ7 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueM5l6XuQ7 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueM5l6XuQ7 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueM5l6XuQ7 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueM5l6XuQ7 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueM5l6XuQ7 .navbar-collapse.collapsing,
  .cid-ueM5l6XuQ7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueM5l6XuQ7 .navbar-collapse.collapsing .navbar-nav,
  .cid-ueM5l6XuQ7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueM5l6XuQ7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueM5l6XuQ7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueM5l6XuQ7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueM5l6XuQ7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueM5l6XuQ7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueM5l6XuQ7 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueM5l6XuQ7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueM5l6XuQ7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueM5l6XuQ7 img {
    height: 3.8rem !important;
  }
  .cid-ueM5l6XuQ7 .btn {
    display: flex;
  }
  .cid-ueM5l6XuQ7 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueM5l6XuQ7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueM5l6XuQ7 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueM5l6XuQ7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueM5l6XuQ7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueM5l6XuQ7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueM5l6XuQ7 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueM5l6XuQ7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueM5l6XuQ7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueM5l6XuQ7 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueM5l6XuQ7 .nav-link:focus {
  outline: none;
}
.cid-ueM5l6XuQ7 .navbar-toggler {
  position: relative;
}
.cid-ueM5l6XuQ7 .dropdown-item.active,
.cid-ueM5l6XuQ7 .dropdown-item:active {
  color: initial;
}
.cid-ueM5l6XuQ7 .widget-title,
.cid-ueM5l6XuQ7 .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueM5l6XuQ7 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueM5l6XuQ7 .menu-logo {
    display: none;
  }
  .cid-ueM5l6XuQ7 .navbar {
    padding: 0;
  }
  .cid-ueM5l6XuQ7 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueM5l6XuQ7 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueM5l7vVTo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueM5l7vVTo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM5l7vVTo .row {
  flex-direction: row-reverse;
}
.cid-ueM5l7vVTo img {
  width: 100%;
}
.cid-ueM5l7RKWM {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueM5l7RKWM .row {
  position: relative;
}
.cid-ueM5l7RKWM .container {
  max-width: 1500px;
}
.cid-ueM5l7RKWM h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueM5l7RKWM .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueM5l7RKWM .container {
    padding: 0 4rem;
  }
}
.cid-ueM5l7RKWM H1 {
  text-align: right;
}
.cid-ueM5l8gIkS {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/infant-1629091.jpg");
}
.cid-ueM5l8gIkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM5l8gIkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM5l8gIkS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueM5l8gIkS .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueM5l8gIkS .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueM5l8gIkS .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueM5l8gIkS .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueM5l8gIkS .mbr-text,
.cid-ueM5l8gIkS .mbr-section-btn,
.cid-ueM5l8gIkS .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueM5l8J1WN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueM5l8J1WN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM5l8J1WN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueM5l8J1WN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM5l8J1WN .row {
  flex-direction: row-reverse;
}
.cid-ueM5l8J1WN img {
  width: 100%;
}
.cid-ueM5l955of {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM5l955of .mbr-section-subtitle {
  text-align: left;
}
.cid-ueM5l9tgu6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueM5l9tgu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM5l9tgu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueM5l9tgu6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM5l9tgu6 .row {
  flex-direction: row-reverse;
}
.cid-ueM5l9tgu6 img {
  width: 100%;
}
.cid-ueM5l9Sqzn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM6rJWxfE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueM6rJWxfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM6rJWxfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueM6rJWxfE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM6rJWxfE .row {
  flex-direction: row-reverse;
}
.cid-ueM6rJWxfE img {
  width: 100%;
}
.cid-ueM6BbcbMD {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM6Hohp6W {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM6Mt8HQE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM6SDqEmh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM6XEG901 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM74j9L8d {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM79H4GNk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM7rdkzDP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM7wbmJI3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM7BBZ2R5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM7LSYYyI {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM7WH9Mws {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM5laHyQ2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueM5laHyQ2 .card-wrapper {
  background: #f0f2f5;
}
.cid-ueM5laHyQ2 .card {
  padding: 0.5rem;
}
.cid-ueM5laHyQ2 .main-row {
  padding: 0 0.5rem;
}
.cid-ueM5laHyQ2 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueM5laHyQ2 .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueM5laHyQ2 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueM5laHyQ2 .img-wrapper,
.cid-ueM5laHyQ2 img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueM5laHyQ2 .img-wrapper,
  .cid-ueM5laHyQ2 img {
    height: auto;
  }
}
.cid-ueM5laHyQ2 .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueM5laHyQ2 .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueM5laHyQ2 .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueM5laHyQ2 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM5laHyQ2 .card-subtitle {
  color: #0095ff;
}
.cid-ueM5laHyQ2 .mbr-text {
  color: #555555;
}
.cid-ueM5laHyQ2 .card-title {
  color: #103178;
}
.cid-ueM5laHyQ2 .mbr-section-title {
  color: #00606d;
  text-align: right;
}
.cid-ueM5laHyQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM5laHyQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM5laHyQ2 .card-title,
.cid-ueM5laHyQ2 .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueM5lbhF94 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueM5lbhF94 .card-wrapper {
  background: #f0f2f5;
}
.cid-ueM5lbhF94 .card {
  padding: 0.5rem;
}
.cid-ueM5lbhF94 .main-row {
  padding: 0 0.5rem;
}
.cid-ueM5lbhF94 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueM5lbhF94 .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueM5lbhF94 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueM5lbhF94 .img-wrapper,
.cid-ueM5lbhF94 img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueM5lbhF94 .img-wrapper,
  .cid-ueM5lbhF94 img {
    height: auto;
  }
}
.cid-ueM5lbhF94 .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueM5lbhF94 .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueM5lbhF94 .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueM5lbhF94 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM5lbhF94 .card-subtitle {
  color: #0095ff;
}
.cid-ueM5lbhF94 .mbr-text {
  color: #555555;
}
.cid-ueM5lbhF94 .card-title {
  color: #103178;
}
.cid-ueM5lbhF94 .mbr-section-title {
  color: #008ea2;
}
.cid-ueM5lbhF94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM5lbhF94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM5lbhF94 .card-title,
.cid-ueM5lbhF94 .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueM5lbTknt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueM5lbTknt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM5lbTknt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM5lbTknt .video-wrapper iframe {
  width: 100%;
}
.cid-ueM5lbTknt .mbr-section-title,
.cid-ueM5lbTknt .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueM5lbTknt .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueM5lbTknt .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueM5lbTknt .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueM5lbTknt .mbr-text P {
  text-align: left;
}
.cid-ueM5lbTknt .mbr-section-title {
  color: #ffffff;
}
.cid-ueM5lbTknt .mbr-description {
  color: #ffffff;
}
.cid-ueM5lcoHAl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueM5lcoHAl .fb-page,
.cid-ueM5lcoHAl span,
.cid-ueM5lcoHAl iframe {
  width: 500px;
  height: 470px;
}
.cid-ueM5lcoHAl blockquote {
  display: none;
}
.cid-ueM5lcoHAl .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueM5lcoHAl .mbr-section-subtitle {
  color: #232323;
}
.cid-ueM5ld2Mt5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueM5ld2Mt5 .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueM5ld2Mt5 p {
  margin: 0;
}
.cid-ueM5ld2Mt5 a {
  color: #008ea2;
}
.cid-ueM5ld2Mt5 a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueM8pbjHxk .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueM8pbjHxk .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueM8pbjHxk .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueM8pbjHxk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueM8pbjHxk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueM8pbjHxk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueM8pbjHxk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueM8pbjHxk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueM8pbjHxk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueM8pbjHxk .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueM8pbjHxk .dropdown-item {
  padding: 0;
}
.cid-ueM8pbjHxk .dropdown-item,
.cid-ueM8pbjHxk .nav-link,
.cid-ueM8pbjHxk .brand-name {
  font-style: normal;
}
.cid-ueM8pbjHxk .dropdown-item:hover,
.cid-ueM8pbjHxk .nav-link:hover,
.cid-ueM8pbjHxk .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueM8pbjHxk .dropdown-menu {
  background-color: #353535;
}
.cid-ueM8pbjHxk .dropdown-item:active {
  background-color: #353535;
}
.cid-ueM8pbjHxk .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueM8pbjHxk .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueM8pbjHxk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueM8pbjHxk .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueM8pbjHxk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueM8pbjHxk .content-text {
  margin-bottom: 0;
}
.cid-ueM8pbjHxk .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueM8pbjHxk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueM8pbjHxk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueM8pbjHxk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueM8pbjHxk .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueM8pbjHxk .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueM8pbjHxk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueM8pbjHxk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueM8pbjHxk .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueM8pbjHxk .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueM8pbjHxk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueM8pbjHxk .content-right-side {
  text-align: center;
}
.cid-ueM8pbjHxk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueM8pbjHxk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueM8pbjHxk .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueM8pbjHxk .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueM8pbjHxk .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueM8pbjHxk .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueM8pbjHxk .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueM8pbjHxk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueM8pbjHxk .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueM8pbjHxk .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueM8pbjHxk .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueM8pbjHxk .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueM8pbjHxk .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueM8pbjHxk .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueM8pbjHxk .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueM8pbjHxk .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueM8pbjHxk .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueM8pbjHxk .navbar-toggler {
    display: none;
  }
  .cid-ueM8pbjHxk .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueM8pbjHxk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueM8pbjHxk .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueM8pbjHxk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueM8pbjHxk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueM8pbjHxk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueM8pbjHxk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueM8pbjHxk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueM8pbjHxk .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueM8pbjHxk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueM8pbjHxk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueM8pbjHxk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueM8pbjHxk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueM8pbjHxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueM8pbjHxk .dropdown .dropdown-menu .dropdown-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-ueM8pbjHxk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueM8pbjHxk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueM8pbjHxk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueM8pbjHxk .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueM8pbjHxk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueM8pbjHxk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueM8pbjHxk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueM8pbjHxk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueM8pbjHxk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueM8pbjHxk button.navbar-toggler:focus {
  outline: none;
}
.cid-ueM8pbjHxk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueM8pbjHxk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueM8pbjHxk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueM8pbjHxk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueM8pbjHxk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueM8pbjHxk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueM8pbjHxk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueM8pbjHxk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueM8pbjHxk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueM8pbjHxk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueM8pbjHxk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueM8pbjHxk .collapsed .btn {
  display: flex;
}
.cid-ueM8pbjHxk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueM8pbjHxk .collapsed .navbar-collapse.collapsing,
.cid-ueM8pbjHxk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueM8pbjHxk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueM8pbjHxk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueM8pbjHxk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueM8pbjHxk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueM8pbjHxk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueM8pbjHxk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueM8pbjHxk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueM8pbjHxk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueM8pbjHxk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueM8pbjHxk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueM8pbjHxk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueM8pbjHxk .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueM8pbjHxk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueM8pbjHxk .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueM8pbjHxk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueM8pbjHxk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueM8pbjHxk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueM8pbjHxk .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueM8pbjHxk .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueM8pbjHxk .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueM8pbjHxk .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueM8pbjHxk .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueM8pbjHxk .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueM8pbjHxk .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueM8pbjHxk .navbar-collapse.collapsing,
  .cid-ueM8pbjHxk .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueM8pbjHxk .navbar-collapse.collapsing .navbar-nav,
  .cid-ueM8pbjHxk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueM8pbjHxk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueM8pbjHxk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueM8pbjHxk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueM8pbjHxk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueM8pbjHxk .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueM8pbjHxk .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueM8pbjHxk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueM8pbjHxk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueM8pbjHxk img {
    height: 3.8rem !important;
  }
  .cid-ueM8pbjHxk .btn {
    display: flex;
  }
  .cid-ueM8pbjHxk button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueM8pbjHxk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueM8pbjHxk .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueM8pbjHxk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueM8pbjHxk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueM8pbjHxk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueM8pbjHxk .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueM8pbjHxk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueM8pbjHxk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueM8pbjHxk .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueM8pbjHxk .nav-link:focus {
  outline: none;
}
.cid-ueM8pbjHxk .navbar-toggler {
  position: relative;
}
.cid-ueM8pbjHxk .dropdown-item.active,
.cid-ueM8pbjHxk .dropdown-item:active {
  color: initial;
}
.cid-ueM8pbjHxk .widget-title,
.cid-ueM8pbjHxk .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueM8pbjHxk .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueM8pbjHxk .menu-logo {
    display: none;
  }
  .cid-ueM8pbjHxk .navbar {
    padding: 0;
  }
  .cid-ueM8pbjHxk .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueM8pbjHxk button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueM8pc1f2E {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueM8pc1f2E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM8pc1f2E .row {
  flex-direction: row-reverse;
}
.cid-ueM8pc1f2E img {
  width: 100%;
}
.cid-ueM8pcA9t8 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueM8pcA9t8 .row {
  position: relative;
}
.cid-ueM8pcA9t8 .container {
  max-width: 1500px;
}
.cid-ueM8pcA9t8 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueM8pcA9t8 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueM8pcA9t8 .container {
    padding: 0 4rem;
  }
}
.cid-ueM8pcA9t8 H1 {
  text-align: right;
}
.cid-ueM8pd3uAf {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/close-up-newborn-baby-1296x728-header.webp");
}
.cid-ueM8pd3uAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM8pd3uAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM8pd3uAf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueM8pd3uAf .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueM8pd3uAf .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueM8pd3uAf .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueM8pd3uAf .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueM8pd3uAf .mbr-text,
.cid-ueM8pd3uAf .mbr-section-btn,
.cid-ueM8pd3uAf .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueM8pdGc7B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueM8pdGc7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM8pdGc7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueM8pdGc7B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM8pdGc7B .row {
  flex-direction: row-reverse;
}
.cid-ueM8pdGc7B img {
  width: 100%;
}
.cid-ueM8pebuRq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM8pebuRq .mbr-section-subtitle {
  text-align: left;
}
.cid-ueM8peCZtY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueM8peCZtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM8peCZtY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueM8peCZtY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM8peCZtY .row {
  flex-direction: row-reverse;
}
.cid-ueM8peCZtY img {
  width: 100%;
}
.cid-ueM8pf7Sh7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueM8pfAlli {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueM8pfAlli .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM8pfAlli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueM8pfAlli .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueM8pfAlli .row {
  flex-direction: row-reverse;
}
.cid-ueM8pfAlli img {
  width: 100%;
}
.cid-ueM8pmHaDZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueM8pmHaDZ .card-wrapper {
  background: #f0f2f5;
}
.cid-ueM8pmHaDZ .card {
  padding: 0.5rem;
}
.cid-ueM8pmHaDZ .main-row {
  padding: 0 0.5rem;
}
.cid-ueM8pmHaDZ .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueM8pmHaDZ .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueM8pmHaDZ .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueM8pmHaDZ .img-wrapper,
.cid-ueM8pmHaDZ img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueM8pmHaDZ .img-wrapper,
  .cid-ueM8pmHaDZ img {
    height: auto;
  }
}
.cid-ueM8pmHaDZ .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueM8pmHaDZ .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueM8pmHaDZ .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueM8pmHaDZ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM8pmHaDZ .card-subtitle {
  color: #0095ff;
}
.cid-ueM8pmHaDZ .mbr-text {
  color: #555555;
}
.cid-ueM8pmHaDZ .card-title {
  color: #103178;
}
.cid-ueM8pmHaDZ .mbr-section-title {
  color: #00606d;
  text-align: right;
}
.cid-ueM8pmHaDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM8pmHaDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM8pmHaDZ .card-title,
.cid-ueM8pmHaDZ .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueM8pny3Yz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueM8pny3Yz .card-wrapper {
  background: #f0f2f5;
}
.cid-ueM8pny3Yz .card {
  padding: 0.5rem;
}
.cid-ueM8pny3Yz .main-row {
  padding: 0 0.5rem;
}
.cid-ueM8pny3Yz .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueM8pny3Yz .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueM8pny3Yz .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueM8pny3Yz .img-wrapper,
.cid-ueM8pny3Yz img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueM8pny3Yz .img-wrapper,
  .cid-ueM8pny3Yz img {
    height: auto;
  }
}
.cid-ueM8pny3Yz .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueM8pny3Yz .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueM8pny3Yz .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueM8pny3Yz .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueM8pny3Yz .card-subtitle {
  color: #0095ff;
}
.cid-ueM8pny3Yz .mbr-text {
  color: #555555;
}
.cid-ueM8pny3Yz .card-title {
  color: #103178;
}
.cid-ueM8pny3Yz .mbr-section-title {
  color: #008ea2;
}
.cid-ueM8pny3Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM8pny3Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM8pny3Yz .card-title,
.cid-ueM8pny3Yz .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueM8porfsR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueM8porfsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueM8porfsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueM8porfsR .video-wrapper iframe {
  width: 100%;
}
.cid-ueM8porfsR .mbr-section-title,
.cid-ueM8porfsR .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueM8porfsR .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueM8porfsR .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueM8porfsR .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueM8porfsR .mbr-text P {
  text-align: left;
}
.cid-ueM8porfsR .mbr-section-title {
  color: #ffffff;
}
.cid-ueM8porfsR .mbr-description {
  color: #ffffff;
}
.cid-ueM8pp9sOG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueM8pp9sOG .fb-page,
.cid-ueM8pp9sOG span,
.cid-ueM8pp9sOG iframe {
  width: 500px;
  height: 470px;
}
.cid-ueM8pp9sOG blockquote {
  display: none;
}
.cid-ueM8pp9sOG .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueM8pp9sOG .mbr-section-subtitle {
  color: #232323;
}
.cid-ueM8ppWCvk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueM8ppWCvk .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueM8ppWCvk p {
  margin: 0;
}
.cid-ueM8ppWCvk a {
  color: #008ea2;
}
.cid-ueM8ppWCvk a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueMbxGfZMv .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueMbxGfZMv .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueMbxGfZMv .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueMbxGfZMv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMbxGfZMv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueMbxGfZMv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueMbxGfZMv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueMbxGfZMv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueMbxGfZMv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueMbxGfZMv .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueMbxGfZMv .dropdown-item {
  padding: 0;
}
.cid-ueMbxGfZMv .dropdown-item,
.cid-ueMbxGfZMv .nav-link,
.cid-ueMbxGfZMv .brand-name {
  font-style: normal;
}
.cid-ueMbxGfZMv .dropdown-item:hover,
.cid-ueMbxGfZMv .nav-link:hover,
.cid-ueMbxGfZMv .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueMbxGfZMv .dropdown-menu {
  background-color: #353535;
}
.cid-ueMbxGfZMv .dropdown-item:active {
  background-color: #353535;
}
.cid-ueMbxGfZMv .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueMbxGfZMv .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueMbxGfZMv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueMbxGfZMv .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueMbxGfZMv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMbxGfZMv .content-text {
  margin-bottom: 0;
}
.cid-ueMbxGfZMv .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueMbxGfZMv .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueMbxGfZMv .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueMbxGfZMv .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueMbxGfZMv .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueMbxGfZMv .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMbxGfZMv .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMbxGfZMv .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueMbxGfZMv .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueMbxGfZMv .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueMbxGfZMv .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueMbxGfZMv .content-right-side {
  text-align: center;
}
.cid-ueMbxGfZMv .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueMbxGfZMv .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueMbxGfZMv .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueMbxGfZMv .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMbxGfZMv .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMbxGfZMv .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueMbxGfZMv .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueMbxGfZMv .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueMbxGfZMv .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueMbxGfZMv .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueMbxGfZMv .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueMbxGfZMv .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMbxGfZMv .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueMbxGfZMv .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueMbxGfZMv .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMbxGfZMv .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueMbxGfZMv .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueMbxGfZMv .navbar-toggler {
    display: none;
  }
  .cid-ueMbxGfZMv .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueMbxGfZMv .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueMbxGfZMv .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueMbxGfZMv .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueMbxGfZMv .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueMbxGfZMv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueMbxGfZMv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueMbxGfZMv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueMbxGfZMv .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueMbxGfZMv .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMbxGfZMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMbxGfZMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueMbxGfZMv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueMbxGfZMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueMbxGfZMv .dropdown .dropdown-menu .dropdown-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-ueMbxGfZMv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueMbxGfZMv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueMbxGfZMv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueMbxGfZMv .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueMbxGfZMv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueMbxGfZMv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueMbxGfZMv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueMbxGfZMv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueMbxGfZMv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueMbxGfZMv button.navbar-toggler:focus {
  outline: none;
}
.cid-ueMbxGfZMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueMbxGfZMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueMbxGfZMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMbxGfZMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMbxGfZMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueMbxGfZMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMbxGfZMv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueMbxGfZMv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueMbxGfZMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMbxGfZMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueMbxGfZMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueMbxGfZMv .collapsed .btn {
  display: flex;
}
.cid-ueMbxGfZMv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueMbxGfZMv .collapsed .navbar-collapse.collapsing,
.cid-ueMbxGfZMv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueMbxGfZMv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueMbxGfZMv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueMbxGfZMv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueMbxGfZMv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueMbxGfZMv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueMbxGfZMv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueMbxGfZMv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueMbxGfZMv .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueMbxGfZMv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueMbxGfZMv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueMbxGfZMv .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMbxGfZMv .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueMbxGfZMv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueMbxGfZMv .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueMbxGfZMv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueMbxGfZMv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueMbxGfZMv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueMbxGfZMv .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueMbxGfZMv .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueMbxGfZMv .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueMbxGfZMv .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueMbxGfZMv .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueMbxGfZMv .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueMbxGfZMv .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueMbxGfZMv .navbar-collapse.collapsing,
  .cid-ueMbxGfZMv .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueMbxGfZMv .navbar-collapse.collapsing .navbar-nav,
  .cid-ueMbxGfZMv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueMbxGfZMv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueMbxGfZMv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueMbxGfZMv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueMbxGfZMv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMbxGfZMv .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueMbxGfZMv .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueMbxGfZMv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueMbxGfZMv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMbxGfZMv img {
    height: 3.8rem !important;
  }
  .cid-ueMbxGfZMv .btn {
    display: flex;
  }
  .cid-ueMbxGfZMv button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueMbxGfZMv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueMbxGfZMv .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMbxGfZMv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueMbxGfZMv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueMbxGfZMv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueMbxGfZMv .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueMbxGfZMv .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueMbxGfZMv .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueMbxGfZMv .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueMbxGfZMv .nav-link:focus {
  outline: none;
}
.cid-ueMbxGfZMv .navbar-toggler {
  position: relative;
}
.cid-ueMbxGfZMv .dropdown-item.active,
.cid-ueMbxGfZMv .dropdown-item:active {
  color: initial;
}
.cid-ueMbxGfZMv .widget-title,
.cid-ueMbxGfZMv .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueMbxGfZMv .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueMbxGfZMv .menu-logo {
    display: none;
  }
  .cid-ueMbxGfZMv .navbar {
    padding: 0;
  }
  .cid-ueMbxGfZMv .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMbxGfZMv button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueMbxGZqin {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueMbxGZqin .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMbxGZqin .row {
  flex-direction: row-reverse;
}
.cid-ueMbxGZqin img {
  width: 100%;
}
.cid-ueMbxHrJ8w {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueMbxHrJ8w .row {
  position: relative;
}
.cid-ueMbxHrJ8w .container {
  max-width: 1500px;
}
.cid-ueMbxHrJ8w h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueMbxHrJ8w .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueMbxHrJ8w .container {
    padding: 0 4rem;
  }
}
.cid-ueMbxHrJ8w H1 {
  text-align: right;
}
.cid-ueMbxHRTWt {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/babyheadturningpreferenceandtorticollis.jpeg");
}
.cid-ueMbxHRTWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMbxHRTWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMbxHRTWt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueMbxHRTWt .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueMbxHRTWt .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueMbxHRTWt .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueMbxHRTWt .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueMbxHRTWt .mbr-text,
.cid-ueMbxHRTWt .mbr-section-btn,
.cid-ueMbxHRTWt .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueMbxImIb0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMbxImIb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMbxImIb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMbxImIb0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMbxImIb0 .row {
  flex-direction: row-reverse;
}
.cid-ueMbxImIb0 img {
  width: 100%;
}
.cid-ueMbxISH0w {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueMbxISH0w .mbr-section-subtitle {
  text-align: left;
}
.cid-ueMbxJgo9p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMbxJgo9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMbxJgo9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMbxJgo9p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMbxJgo9p .row {
  flex-direction: row-reverse;
}
.cid-ueMbxJgo9p img {
  width: 100%;
}
.cid-ueMbxK4Yzu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueMbxK4Yzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMbxK4Yzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMbxK4Yzu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMbxK4Yzu .row {
  flex-direction: row-reverse;
}
.cid-ueMbxK4Yzu img {
  width: 100%;
}
.cid-ueMbxKtKVA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueMbxKtKVA .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMbxKtKVA .card {
  padding: 0.5rem;
}
.cid-ueMbxKtKVA .main-row {
  padding: 0 0.5rem;
}
.cid-ueMbxKtKVA .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMbxKtKVA .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMbxKtKVA .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMbxKtKVA .img-wrapper,
.cid-ueMbxKtKVA img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMbxKtKVA .img-wrapper,
  .cid-ueMbxKtKVA img {
    height: auto;
  }
}
.cid-ueMbxKtKVA .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMbxKtKVA .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMbxKtKVA .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMbxKtKVA .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMbxKtKVA .card-subtitle {
  color: #0095ff;
}
.cid-ueMbxKtKVA .mbr-text {
  color: #555555;
}
.cid-ueMbxKtKVA .card-title {
  color: #103178;
}
.cid-ueMbxKtKVA .mbr-section-title {
  color: #00606d;
  text-align: right;
}
.cid-ueMbxKtKVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMbxKtKVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMbxKtKVA .card-title,
.cid-ueMbxKtKVA .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMbxL6IAr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueMbxL6IAr .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMbxL6IAr .card {
  padding: 0.5rem;
}
.cid-ueMbxL6IAr .main-row {
  padding: 0 0.5rem;
}
.cid-ueMbxL6IAr .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMbxL6IAr .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMbxL6IAr .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMbxL6IAr .img-wrapper,
.cid-ueMbxL6IAr img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMbxL6IAr .img-wrapper,
  .cid-ueMbxL6IAr img {
    height: auto;
  }
}
.cid-ueMbxL6IAr .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMbxL6IAr .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMbxL6IAr .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMbxL6IAr .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMbxL6IAr .card-subtitle {
  color: #0095ff;
}
.cid-ueMbxL6IAr .mbr-text {
  color: #555555;
}
.cid-ueMbxL6IAr .card-title {
  color: #103178;
}
.cid-ueMbxL6IAr .mbr-section-title {
  color: #008ea2;
}
.cid-ueMbxL6IAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMbxL6IAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMbxL6IAr .card-title,
.cid-ueMbxL6IAr .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMbxLL4wX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueMbxLL4wX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMbxLL4wX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMbxLL4wX .video-wrapper iframe {
  width: 100%;
}
.cid-ueMbxLL4wX .mbr-section-title,
.cid-ueMbxLL4wX .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueMbxLL4wX .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueMbxLL4wX .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueMbxLL4wX .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueMbxLL4wX .mbr-text P {
  text-align: left;
}
.cid-ueMbxLL4wX .mbr-section-title {
  color: #ffffff;
}
.cid-ueMbxLL4wX .mbr-description {
  color: #ffffff;
}
.cid-ueMbxMkJui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueMbxMkJui .fb-page,
.cid-ueMbxMkJui span,
.cid-ueMbxMkJui iframe {
  width: 500px;
  height: 470px;
}
.cid-ueMbxMkJui blockquote {
  display: none;
}
.cid-ueMbxMkJui .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueMbxMkJui .mbr-section-subtitle {
  color: #232323;
}
.cid-ueMbxMZkJh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueMbxMZkJh .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueMbxMZkJh p {
  margin: 0;
}
.cid-ueMbxMZkJh a {
  color: #008ea2;
}
.cid-ueMbxMZkJh a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueMdfK0bdB .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueMdfK0bdB .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueMdfK0bdB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueMdfK0bdB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMdfK0bdB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueMdfK0bdB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueMdfK0bdB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueMdfK0bdB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueMdfK0bdB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueMdfK0bdB .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueMdfK0bdB .dropdown-item {
  padding: 0;
}
.cid-ueMdfK0bdB .dropdown-item,
.cid-ueMdfK0bdB .nav-link,
.cid-ueMdfK0bdB .brand-name {
  font-style: normal;
}
.cid-ueMdfK0bdB .dropdown-item:hover,
.cid-ueMdfK0bdB .nav-link:hover,
.cid-ueMdfK0bdB .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueMdfK0bdB .dropdown-menu {
  background-color: #353535;
}
.cid-ueMdfK0bdB .dropdown-item:active {
  background-color: #353535;
}
.cid-ueMdfK0bdB .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueMdfK0bdB .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueMdfK0bdB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueMdfK0bdB .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueMdfK0bdB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMdfK0bdB .content-text {
  margin-bottom: 0;
}
.cid-ueMdfK0bdB .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueMdfK0bdB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueMdfK0bdB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueMdfK0bdB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueMdfK0bdB .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueMdfK0bdB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMdfK0bdB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMdfK0bdB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueMdfK0bdB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueMdfK0bdB .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueMdfK0bdB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueMdfK0bdB .content-right-side {
  text-align: center;
}
.cid-ueMdfK0bdB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueMdfK0bdB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueMdfK0bdB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueMdfK0bdB .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMdfK0bdB .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMdfK0bdB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueMdfK0bdB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueMdfK0bdB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueMdfK0bdB .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueMdfK0bdB .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueMdfK0bdB .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueMdfK0bdB .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMdfK0bdB .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueMdfK0bdB .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueMdfK0bdB .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMdfK0bdB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueMdfK0bdB .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueMdfK0bdB .navbar-toggler {
    display: none;
  }
  .cid-ueMdfK0bdB .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueMdfK0bdB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueMdfK0bdB .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueMdfK0bdB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueMdfK0bdB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueMdfK0bdB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueMdfK0bdB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueMdfK0bdB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueMdfK0bdB .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueMdfK0bdB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMdfK0bdB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMdfK0bdB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueMdfK0bdB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueMdfK0bdB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueMdfK0bdB .dropdown .dropdown-menu .dropdown-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-ueMdfK0bdB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueMdfK0bdB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueMdfK0bdB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueMdfK0bdB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueMdfK0bdB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueMdfK0bdB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueMdfK0bdB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueMdfK0bdB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueMdfK0bdB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueMdfK0bdB button.navbar-toggler:focus {
  outline: none;
}
.cid-ueMdfK0bdB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueMdfK0bdB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueMdfK0bdB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMdfK0bdB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMdfK0bdB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueMdfK0bdB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMdfK0bdB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueMdfK0bdB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueMdfK0bdB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMdfK0bdB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueMdfK0bdB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueMdfK0bdB .collapsed .btn {
  display: flex;
}
.cid-ueMdfK0bdB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueMdfK0bdB .collapsed .navbar-collapse.collapsing,
.cid-ueMdfK0bdB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueMdfK0bdB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueMdfK0bdB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueMdfK0bdB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueMdfK0bdB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueMdfK0bdB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueMdfK0bdB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueMdfK0bdB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueMdfK0bdB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueMdfK0bdB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueMdfK0bdB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueMdfK0bdB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMdfK0bdB .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueMdfK0bdB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueMdfK0bdB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueMdfK0bdB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueMdfK0bdB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueMdfK0bdB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueMdfK0bdB .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueMdfK0bdB .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueMdfK0bdB .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueMdfK0bdB .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueMdfK0bdB .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueMdfK0bdB .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueMdfK0bdB .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueMdfK0bdB .navbar-collapse.collapsing,
  .cid-ueMdfK0bdB .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueMdfK0bdB .navbar-collapse.collapsing .navbar-nav,
  .cid-ueMdfK0bdB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueMdfK0bdB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueMdfK0bdB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueMdfK0bdB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueMdfK0bdB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMdfK0bdB .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueMdfK0bdB .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueMdfK0bdB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueMdfK0bdB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMdfK0bdB img {
    height: 3.8rem !important;
  }
  .cid-ueMdfK0bdB .btn {
    display: flex;
  }
  .cid-ueMdfK0bdB button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueMdfK0bdB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueMdfK0bdB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMdfK0bdB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueMdfK0bdB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueMdfK0bdB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueMdfK0bdB .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueMdfK0bdB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueMdfK0bdB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueMdfK0bdB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueMdfK0bdB .nav-link:focus {
  outline: none;
}
.cid-ueMdfK0bdB .navbar-toggler {
  position: relative;
}
.cid-ueMdfK0bdB .dropdown-item.active,
.cid-ueMdfK0bdB .dropdown-item:active {
  color: initial;
}
.cid-ueMdfK0bdB .widget-title,
.cid-ueMdfK0bdB .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueMdfK0bdB .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueMdfK0bdB .menu-logo {
    display: none;
  }
  .cid-ueMdfK0bdB .navbar {
    padding: 0;
  }
  .cid-ueMdfK0bdB .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMdfK0bdB button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueMdfLJXXQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueMdfLJXXQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMdfLJXXQ .row {
  flex-direction: row-reverse;
}
.cid-ueMdfLJXXQ img {
  width: 100%;
}
.cid-ueMdfMRu2Q {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueMdfMRu2Q .row {
  position: relative;
}
.cid-ueMdfMRu2Q .container {
  max-width: 1500px;
}
.cid-ueMdfMRu2Q h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueMdfMRu2Q .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueMdfMRu2Q .container {
    padding: 0 4rem;
  }
}
.cid-ueMdfMRu2Q H1 {
  text-align: right;
}
.cid-ueMdfNS1sa {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/babyheadturningpreferenceandtorticollis.jpeg");
}
.cid-ueMdfNS1sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMdfNS1sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMdfNS1sa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueMdfNS1sa .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueMdfNS1sa .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueMdfNS1sa .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueMdfNS1sa .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueMdfNS1sa .mbr-text,
.cid-ueMdfNS1sa .mbr-section-btn,
.cid-ueMdfNS1sa .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueMdfPd6M5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMdfPd6M5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMdfPd6M5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMdfPd6M5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMdfPd6M5 .row {
  flex-direction: row-reverse;
}
.cid-ueMdfPd6M5 img {
  width: 100%;
}
.cid-ueMdfQ5891 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueMdfQ5891 .mbr-section-subtitle {
  text-align: left;
}
.cid-ueMdfQCFlI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMdfQCFlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMdfQCFlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMdfQCFlI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMdfQCFlI .row {
  flex-direction: row-reverse;
}
.cid-ueMdfQCFlI img {
  width: 100%;
}
.cid-ueMeyq0pO7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueMeEGVNVY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMeEGVNVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMeEGVNVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMeEGVNVY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMeEGVNVY .row {
  flex-direction: row-reverse;
}
.cid-ueMeEGVNVY img {
  width: 100%;
}
.cid-ueMdfRboqc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueMdfRboqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMdfRboqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMdfRboqc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMdfRboqc .row {
  flex-direction: row-reverse;
}
.cid-ueMdfRboqc img {
  width: 100%;
}
.cid-ueMdfRJmLx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueMdfRJmLx .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMdfRJmLx .card {
  padding: 0.5rem;
}
.cid-ueMdfRJmLx .main-row {
  padding: 0 0.5rem;
}
.cid-ueMdfRJmLx .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMdfRJmLx .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMdfRJmLx .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMdfRJmLx .img-wrapper,
.cid-ueMdfRJmLx img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMdfRJmLx .img-wrapper,
  .cid-ueMdfRJmLx img {
    height: auto;
  }
}
.cid-ueMdfRJmLx .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMdfRJmLx .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMdfRJmLx .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMdfRJmLx .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMdfRJmLx .card-subtitle {
  color: #0095ff;
}
.cid-ueMdfRJmLx .mbr-text {
  color: #555555;
}
.cid-ueMdfRJmLx .card-title {
  color: #103178;
}
.cid-ueMdfRJmLx .mbr-section-title {
  color: #00606d;
  text-align: right;
}
.cid-ueMdfRJmLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMdfRJmLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMdfRJmLx .card-title,
.cid-ueMdfRJmLx .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMdfSA2jC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueMdfSA2jC .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMdfSA2jC .card {
  padding: 0.5rem;
}
.cid-ueMdfSA2jC .main-row {
  padding: 0 0.5rem;
}
.cid-ueMdfSA2jC .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMdfSA2jC .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMdfSA2jC .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMdfSA2jC .img-wrapper,
.cid-ueMdfSA2jC img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMdfSA2jC .img-wrapper,
  .cid-ueMdfSA2jC img {
    height: auto;
  }
}
.cid-ueMdfSA2jC .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMdfSA2jC .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMdfSA2jC .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMdfSA2jC .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMdfSA2jC .card-subtitle {
  color: #0095ff;
}
.cid-ueMdfSA2jC .mbr-text {
  color: #555555;
}
.cid-ueMdfSA2jC .card-title {
  color: #103178;
}
.cid-ueMdfSA2jC .mbr-section-title {
  color: #008ea2;
}
.cid-ueMdfSA2jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMdfSA2jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMdfSA2jC .card-title,
.cid-ueMdfSA2jC .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMdfTyyOe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueMdfTyyOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMdfTyyOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMdfTyyOe .video-wrapper iframe {
  width: 100%;
}
.cid-ueMdfTyyOe .mbr-section-title,
.cid-ueMdfTyyOe .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueMdfTyyOe .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueMdfTyyOe .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueMdfTyyOe .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueMdfTyyOe .mbr-text P {
  text-align: left;
}
.cid-ueMdfTyyOe .mbr-section-title {
  color: #ffffff;
}
.cid-ueMdfTyyOe .mbr-description {
  color: #ffffff;
}
.cid-ueMdfUmrBP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueMdfUmrBP .fb-page,
.cid-ueMdfUmrBP span,
.cid-ueMdfUmrBP iframe {
  width: 500px;
  height: 470px;
}
.cid-ueMdfUmrBP blockquote {
  display: none;
}
.cid-ueMdfUmrBP .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueMdfUmrBP .mbr-section-subtitle {
  color: #232323;
}
.cid-ueMdfVeV3U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueMdfVeV3U .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueMdfVeV3U p {
  margin: 0;
}
.cid-ueMdfVeV3U a {
  color: #008ea2;
}
.cid-ueMdfVeV3U a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueMfFRErG1 .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueMfFRErG1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueMfFRErG1 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueMfFRErG1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMfFRErG1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueMfFRErG1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueMfFRErG1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueMfFRErG1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueMfFRErG1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueMfFRErG1 .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueMfFRErG1 .dropdown-item {
  padding: 0;
}
.cid-ueMfFRErG1 .dropdown-item,
.cid-ueMfFRErG1 .nav-link,
.cid-ueMfFRErG1 .brand-name {
  font-style: normal;
}
.cid-ueMfFRErG1 .dropdown-item:hover,
.cid-ueMfFRErG1 .nav-link:hover,
.cid-ueMfFRErG1 .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueMfFRErG1 .dropdown-menu {
  background-color: #353535;
}
.cid-ueMfFRErG1 .dropdown-item:active {
  background-color: #353535;
}
.cid-ueMfFRErG1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueMfFRErG1 .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueMfFRErG1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueMfFRErG1 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueMfFRErG1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMfFRErG1 .content-text {
  margin-bottom: 0;
}
.cid-ueMfFRErG1 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueMfFRErG1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueMfFRErG1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueMfFRErG1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueMfFRErG1 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueMfFRErG1 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMfFRErG1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMfFRErG1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueMfFRErG1 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueMfFRErG1 .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueMfFRErG1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueMfFRErG1 .content-right-side {
  text-align: center;
}
.cid-ueMfFRErG1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueMfFRErG1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueMfFRErG1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueMfFRErG1 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMfFRErG1 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMfFRErG1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueMfFRErG1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueMfFRErG1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueMfFRErG1 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueMfFRErG1 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueMfFRErG1 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueMfFRErG1 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMfFRErG1 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueMfFRErG1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueMfFRErG1 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMfFRErG1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueMfFRErG1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueMfFRErG1 .navbar-toggler {
    display: none;
  }
  .cid-ueMfFRErG1 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueMfFRErG1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueMfFRErG1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueMfFRErG1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueMfFRErG1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueMfFRErG1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueMfFRErG1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueMfFRErG1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueMfFRErG1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueMfFRErG1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMfFRErG1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMfFRErG1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueMfFRErG1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueMfFRErG1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueMfFRErG1 .dropdown .dropdown-menu .dropdown-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-ueMfFRErG1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueMfFRErG1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueMfFRErG1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueMfFRErG1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueMfFRErG1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueMfFRErG1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueMfFRErG1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueMfFRErG1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueMfFRErG1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueMfFRErG1 button.navbar-toggler:focus {
  outline: none;
}
.cid-ueMfFRErG1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueMfFRErG1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueMfFRErG1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMfFRErG1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMfFRErG1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueMfFRErG1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMfFRErG1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueMfFRErG1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueMfFRErG1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMfFRErG1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueMfFRErG1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueMfFRErG1 .collapsed .btn {
  display: flex;
}
.cid-ueMfFRErG1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueMfFRErG1 .collapsed .navbar-collapse.collapsing,
.cid-ueMfFRErG1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueMfFRErG1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueMfFRErG1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueMfFRErG1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueMfFRErG1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueMfFRErG1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueMfFRErG1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueMfFRErG1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueMfFRErG1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueMfFRErG1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueMfFRErG1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueMfFRErG1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMfFRErG1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueMfFRErG1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueMfFRErG1 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueMfFRErG1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueMfFRErG1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueMfFRErG1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueMfFRErG1 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueMfFRErG1 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueMfFRErG1 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueMfFRErG1 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueMfFRErG1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueMfFRErG1 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueMfFRErG1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueMfFRErG1 .navbar-collapse.collapsing,
  .cid-ueMfFRErG1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueMfFRErG1 .navbar-collapse.collapsing .navbar-nav,
  .cid-ueMfFRErG1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueMfFRErG1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueMfFRErG1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueMfFRErG1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueMfFRErG1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMfFRErG1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueMfFRErG1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueMfFRErG1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueMfFRErG1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMfFRErG1 img {
    height: 3.8rem !important;
  }
  .cid-ueMfFRErG1 .btn {
    display: flex;
  }
  .cid-ueMfFRErG1 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueMfFRErG1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueMfFRErG1 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMfFRErG1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueMfFRErG1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueMfFRErG1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueMfFRErG1 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueMfFRErG1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueMfFRErG1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueMfFRErG1 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueMfFRErG1 .nav-link:focus {
  outline: none;
}
.cid-ueMfFRErG1 .navbar-toggler {
  position: relative;
}
.cid-ueMfFRErG1 .dropdown-item.active,
.cid-ueMfFRErG1 .dropdown-item:active {
  color: initial;
}
.cid-ueMfFRErG1 .widget-title,
.cid-ueMfFRErG1 .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueMfFRErG1 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueMfFRErG1 .menu-logo {
    display: none;
  }
  .cid-ueMfFRErG1 .navbar {
    padding: 0;
  }
  .cid-ueMfFRErG1 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMfFRErG1 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueMfFSfhhk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueMfFSfhhk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMfFSfhhk .row {
  flex-direction: row-reverse;
}
.cid-ueMfFSfhhk img {
  width: 100%;
}
.cid-ueMfFSDrtj {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueMfFSDrtj .row {
  position: relative;
}
.cid-ueMfFSDrtj .container {
  max-width: 1500px;
}
.cid-ueMfFSDrtj h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueMfFSDrtj .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueMfFSDrtj .container {
    padding: 0 4rem;
  }
}
.cid-ueMfFSDrtj H1 {
  text-align: right;
}
.cid-ueMfFT1dln {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tbl-articles-article-24312-1287fc839e3-eb85-4fb4-808b-bb57d64af83d.jpg");
}
.cid-ueMfFT1dln .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMfFT1dln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMfFT1dln .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueMfFT1dln .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueMfFT1dln .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueMfFT1dln .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueMfFT1dln .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueMfFT1dln .mbr-text,
.cid-ueMfFT1dln .mbr-section-btn,
.cid-ueMfFT1dln .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueMfFTyhXm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMfFTyhXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMfFTyhXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMfFTyhXm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMfFTyhXm .row {
  flex-direction: row-reverse;
}
.cid-ueMfFTyhXm img {
  width: 100%;
}
.cid-ueMfFTVzgI {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueMfFTVzgI .mbr-section-subtitle {
  text-align: left;
}
.cid-ueMfFUiE7I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMfFUiE7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMfFUiE7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMfFUiE7I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMfFUiE7I .row {
  flex-direction: row-reverse;
}
.cid-ueMfFUiE7I img {
  width: 100%;
}
.cid-ueMfFVufXu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueMfFVufXu .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMfFVufXu .card {
  padding: 0.5rem;
}
.cid-ueMfFVufXu .main-row {
  padding: 0 0.5rem;
}
.cid-ueMfFVufXu .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMfFVufXu .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMfFVufXu .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMfFVufXu .img-wrapper,
.cid-ueMfFVufXu img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMfFVufXu .img-wrapper,
  .cid-ueMfFVufXu img {
    height: auto;
  }
}
.cid-ueMfFVufXu .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMfFVufXu .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMfFVufXu .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMfFVufXu .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMfFVufXu .card-subtitle {
  color: #0095ff;
}
.cid-ueMfFVufXu .mbr-text {
  color: #555555;
}
.cid-ueMfFVufXu .card-title {
  color: #103178;
}
.cid-ueMfFVufXu .mbr-section-title {
  color: #00606d;
}
.cid-ueMfFVufXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMfFVufXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMfFVufXu .card-title,
.cid-ueMfFVufXu .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMfFW6Udd {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueMfFW6Udd .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMfFW6Udd .card {
  padding: 0.5rem;
}
.cid-ueMfFW6Udd .main-row {
  padding: 0 0.5rem;
}
.cid-ueMfFW6Udd .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMfFW6Udd .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMfFW6Udd .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMfFW6Udd .img-wrapper,
.cid-ueMfFW6Udd img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMfFW6Udd .img-wrapper,
  .cid-ueMfFW6Udd img {
    height: auto;
  }
}
.cid-ueMfFW6Udd .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMfFW6Udd .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMfFW6Udd .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMfFW6Udd .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMfFW6Udd .card-subtitle {
  color: #0095ff;
}
.cid-ueMfFW6Udd .mbr-text {
  color: #555555;
}
.cid-ueMfFW6Udd .card-title {
  color: #103178;
}
.cid-ueMfFW6Udd .mbr-section-title {
  color: #008ea2;
}
.cid-ueMfFW6Udd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMfFW6Udd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMfFW6Udd .card-title,
.cid-ueMfFW6Udd .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMfFWKvLY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueMfFWKvLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMfFWKvLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMfFWKvLY .video-wrapper iframe {
  width: 100%;
}
.cid-ueMfFWKvLY .mbr-section-title,
.cid-ueMfFWKvLY .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueMfFWKvLY .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueMfFWKvLY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueMfFWKvLY .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueMfFWKvLY .mbr-text P {
  text-align: left;
}
.cid-ueMfFWKvLY .mbr-section-title {
  color: #ffffff;
}
.cid-ueMfFWKvLY .mbr-description {
  color: #ffffff;
}
.cid-ueMfFXkeXD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueMfFXkeXD .fb-page,
.cid-ueMfFXkeXD span,
.cid-ueMfFXkeXD iframe {
  width: 500px;
  height: 470px;
}
.cid-ueMfFXkeXD blockquote {
  display: none;
}
.cid-ueMfFXkeXD .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueMfFXkeXD .mbr-section-subtitle {
  color: #232323;
}
.cid-ueMfFY0ifZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueMfFY0ifZ .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueMfFY0ifZ p {
  margin: 0;
}
.cid-ueMfFY0ifZ a {
  color: #008ea2;
}
.cid-ueMfFY0ifZ a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueMgyuK0uX .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueMgyuK0uX .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueMgyuK0uX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueMgyuK0uX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMgyuK0uX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueMgyuK0uX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueMgyuK0uX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueMgyuK0uX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueMgyuK0uX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueMgyuK0uX .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueMgyuK0uX .dropdown-item {
  padding: 0;
}
.cid-ueMgyuK0uX .dropdown-item,
.cid-ueMgyuK0uX .nav-link,
.cid-ueMgyuK0uX .brand-name {
  font-style: normal;
}
.cid-ueMgyuK0uX .dropdown-item:hover,
.cid-ueMgyuK0uX .nav-link:hover,
.cid-ueMgyuK0uX .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueMgyuK0uX .dropdown-menu {
  background-color: #353535;
}
.cid-ueMgyuK0uX .dropdown-item:active {
  background-color: #353535;
}
.cid-ueMgyuK0uX .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueMgyuK0uX .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueMgyuK0uX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueMgyuK0uX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueMgyuK0uX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMgyuK0uX .content-text {
  margin-bottom: 0;
}
.cid-ueMgyuK0uX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueMgyuK0uX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueMgyuK0uX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueMgyuK0uX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueMgyuK0uX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueMgyuK0uX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMgyuK0uX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMgyuK0uX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueMgyuK0uX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueMgyuK0uX .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueMgyuK0uX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueMgyuK0uX .content-right-side {
  text-align: center;
}
.cid-ueMgyuK0uX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueMgyuK0uX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueMgyuK0uX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueMgyuK0uX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMgyuK0uX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMgyuK0uX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueMgyuK0uX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueMgyuK0uX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueMgyuK0uX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueMgyuK0uX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueMgyuK0uX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueMgyuK0uX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMgyuK0uX .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueMgyuK0uX .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueMgyuK0uX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMgyuK0uX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueMgyuK0uX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueMgyuK0uX .navbar-toggler {
    display: none;
  }
  .cid-ueMgyuK0uX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueMgyuK0uX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueMgyuK0uX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueMgyuK0uX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueMgyuK0uX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueMgyuK0uX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueMgyuK0uX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueMgyuK0uX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueMgyuK0uX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueMgyuK0uX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMgyuK0uX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMgyuK0uX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueMgyuK0uX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueMgyuK0uX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueMgyuK0uX .dropdown .dropdown-menu .dropdown-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-ueMgyuK0uX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueMgyuK0uX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueMgyuK0uX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueMgyuK0uX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueMgyuK0uX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueMgyuK0uX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueMgyuK0uX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueMgyuK0uX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueMgyuK0uX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueMgyuK0uX button.navbar-toggler:focus {
  outline: none;
}
.cid-ueMgyuK0uX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueMgyuK0uX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueMgyuK0uX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMgyuK0uX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMgyuK0uX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueMgyuK0uX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMgyuK0uX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueMgyuK0uX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueMgyuK0uX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMgyuK0uX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueMgyuK0uX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueMgyuK0uX .collapsed .btn {
  display: flex;
}
.cid-ueMgyuK0uX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueMgyuK0uX .collapsed .navbar-collapse.collapsing,
.cid-ueMgyuK0uX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueMgyuK0uX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueMgyuK0uX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueMgyuK0uX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueMgyuK0uX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueMgyuK0uX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueMgyuK0uX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueMgyuK0uX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueMgyuK0uX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueMgyuK0uX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueMgyuK0uX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueMgyuK0uX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMgyuK0uX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueMgyuK0uX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueMgyuK0uX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueMgyuK0uX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueMgyuK0uX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueMgyuK0uX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueMgyuK0uX .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueMgyuK0uX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueMgyuK0uX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueMgyuK0uX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueMgyuK0uX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueMgyuK0uX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueMgyuK0uX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueMgyuK0uX .navbar-collapse.collapsing,
  .cid-ueMgyuK0uX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueMgyuK0uX .navbar-collapse.collapsing .navbar-nav,
  .cid-ueMgyuK0uX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueMgyuK0uX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueMgyuK0uX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueMgyuK0uX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueMgyuK0uX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMgyuK0uX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueMgyuK0uX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueMgyuK0uX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueMgyuK0uX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMgyuK0uX img {
    height: 3.8rem !important;
  }
  .cid-ueMgyuK0uX .btn {
    display: flex;
  }
  .cid-ueMgyuK0uX button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueMgyuK0uX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueMgyuK0uX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMgyuK0uX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueMgyuK0uX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueMgyuK0uX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueMgyuK0uX .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueMgyuK0uX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueMgyuK0uX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueMgyuK0uX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueMgyuK0uX .nav-link:focus {
  outline: none;
}
.cid-ueMgyuK0uX .navbar-toggler {
  position: relative;
}
.cid-ueMgyuK0uX .dropdown-item.active,
.cid-ueMgyuK0uX .dropdown-item:active {
  color: initial;
}
.cid-ueMgyuK0uX .widget-title,
.cid-ueMgyuK0uX .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueMgyuK0uX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueMgyuK0uX .menu-logo {
    display: none;
  }
  .cid-ueMgyuK0uX .navbar {
    padding: 0;
  }
  .cid-ueMgyuK0uX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMgyuK0uX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueMgyvskZG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueMgyvskZG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMgyvskZG .row {
  flex-direction: row-reverse;
}
.cid-ueMgyvskZG img {
  width: 100%;
}
.cid-ueMgyvZSUc {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueMgyvZSUc .row {
  position: relative;
}
.cid-ueMgyvZSUc .container {
  max-width: 1500px;
}
.cid-ueMgyvZSUc h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueMgyvZSUc .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueMgyvZSUc .container {
    padding: 0 4rem;
  }
}
.cid-ueMgyvZSUc H1 {
  text-align: right;
}
.cid-ueMgywrg7W {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tbl-articles-article-24312-1287fc839e3-eb85-4fb4-808b-bb57d64af83d.jpg");
}
.cid-ueMgywrg7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMgywrg7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMgywrg7W .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueMgywrg7W .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueMgywrg7W .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueMgywrg7W .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueMgywrg7W .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueMgywrg7W .mbr-text,
.cid-ueMgywrg7W .mbr-section-btn,
.cid-ueMgywrg7W .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueMgywWJXH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMgywWJXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMgywWJXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMgywWJXH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMgywWJXH .row {
  flex-direction: row-reverse;
}
.cid-ueMgywWJXH img {
  width: 100%;
}
.cid-ueMgyxjSh3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueMgyxjSh3 .mbr-section-subtitle {
  text-align: left;
}
.cid-ueMgyxI6Mr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMgyxI6Mr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMgyxI6Mr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMgyxI6Mr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMgyxI6Mr .row {
  flex-direction: row-reverse;
}
.cid-ueMgyxI6Mr img {
  width: 100%;
}
.cid-ueMgyybrv7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueMgyybrv7 .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMgyybrv7 .card {
  padding: 0.5rem;
}
.cid-ueMgyybrv7 .main-row {
  padding: 0 0.5rem;
}
.cid-ueMgyybrv7 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMgyybrv7 .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMgyybrv7 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMgyybrv7 .img-wrapper,
.cid-ueMgyybrv7 img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMgyybrv7 .img-wrapper,
  .cid-ueMgyybrv7 img {
    height: auto;
  }
}
.cid-ueMgyybrv7 .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMgyybrv7 .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMgyybrv7 .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMgyybrv7 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMgyybrv7 .card-subtitle {
  color: #0095ff;
}
.cid-ueMgyybrv7 .mbr-text {
  color: #555555;
}
.cid-ueMgyybrv7 .card-title {
  color: #103178;
}
.cid-ueMgyybrv7 .mbr-section-title {
  color: #00606d;
}
.cid-ueMgyybrv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMgyybrv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMgyybrv7 .card-title,
.cid-ueMgyybrv7 .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMgyyNh0Y {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueMgyyNh0Y .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMgyyNh0Y .card {
  padding: 0.5rem;
}
.cid-ueMgyyNh0Y .main-row {
  padding: 0 0.5rem;
}
.cid-ueMgyyNh0Y .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMgyyNh0Y .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMgyyNh0Y .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMgyyNh0Y .img-wrapper,
.cid-ueMgyyNh0Y img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMgyyNh0Y .img-wrapper,
  .cid-ueMgyyNh0Y img {
    height: auto;
  }
}
.cid-ueMgyyNh0Y .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMgyyNh0Y .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMgyyNh0Y .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMgyyNh0Y .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMgyyNh0Y .card-subtitle {
  color: #0095ff;
}
.cid-ueMgyyNh0Y .mbr-text {
  color: #555555;
}
.cid-ueMgyyNh0Y .card-title {
  color: #103178;
}
.cid-ueMgyyNh0Y .mbr-section-title {
  color: #008ea2;
}
.cid-ueMgyyNh0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMgyyNh0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMgyyNh0Y .card-title,
.cid-ueMgyyNh0Y .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMgyzrtYV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueMgyzrtYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMgyzrtYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMgyzrtYV .video-wrapper iframe {
  width: 100%;
}
.cid-ueMgyzrtYV .mbr-section-title,
.cid-ueMgyzrtYV .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueMgyzrtYV .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueMgyzrtYV .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueMgyzrtYV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueMgyzrtYV .mbr-text P {
  text-align: left;
}
.cid-ueMgyzrtYV .mbr-section-title {
  color: #ffffff;
}
.cid-ueMgyzrtYV .mbr-description {
  color: #ffffff;
}
.cid-ueMgyzXS5N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueMgyzXS5N .fb-page,
.cid-ueMgyzXS5N span,
.cid-ueMgyzXS5N iframe {
  width: 500px;
  height: 470px;
}
.cid-ueMgyzXS5N blockquote {
  display: none;
}
.cid-ueMgyzXS5N .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueMgyzXS5N .mbr-section-subtitle {
  color: #232323;
}
.cid-ueMgyAAZb7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueMgyAAZb7 .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueMgyAAZb7 p {
  margin: 0;
}
.cid-ueMgyAAZb7 a {
  color: #008ea2;
}
.cid-ueMgyAAZb7 a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueMhln3w8R .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueMhln3w8R .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueMhln3w8R .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueMhln3w8R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMhln3w8R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueMhln3w8R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueMhln3w8R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueMhln3w8R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueMhln3w8R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueMhln3w8R .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueMhln3w8R .dropdown-item {
  padding: 0;
}
.cid-ueMhln3w8R .dropdown-item,
.cid-ueMhln3w8R .nav-link,
.cid-ueMhln3w8R .brand-name {
  font-style: normal;
}
.cid-ueMhln3w8R .dropdown-item:hover,
.cid-ueMhln3w8R .nav-link:hover,
.cid-ueMhln3w8R .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueMhln3w8R .dropdown-menu {
  background-color: #353535;
}
.cid-ueMhln3w8R .dropdown-item:active {
  background-color: #353535;
}
.cid-ueMhln3w8R .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueMhln3w8R .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueMhln3w8R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueMhln3w8R .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueMhln3w8R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMhln3w8R .content-text {
  margin-bottom: 0;
}
.cid-ueMhln3w8R .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueMhln3w8R .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueMhln3w8R .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueMhln3w8R .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueMhln3w8R .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueMhln3w8R .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMhln3w8R .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMhln3w8R .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueMhln3w8R .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueMhln3w8R .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueMhln3w8R .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueMhln3w8R .content-right-side {
  text-align: center;
}
.cid-ueMhln3w8R .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueMhln3w8R .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueMhln3w8R .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueMhln3w8R .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMhln3w8R .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMhln3w8R .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueMhln3w8R .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueMhln3w8R .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueMhln3w8R .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueMhln3w8R .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueMhln3w8R .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueMhln3w8R .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMhln3w8R .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueMhln3w8R .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueMhln3w8R .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMhln3w8R .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueMhln3w8R .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueMhln3w8R .navbar-toggler {
    display: none;
  }
  .cid-ueMhln3w8R .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueMhln3w8R .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueMhln3w8R .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueMhln3w8R .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueMhln3w8R .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueMhln3w8R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueMhln3w8R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueMhln3w8R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueMhln3w8R .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueMhln3w8R .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMhln3w8R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMhln3w8R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueMhln3w8R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueMhln3w8R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueMhln3w8R .dropdown .dropdown-menu .dropdown-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-ueMhln3w8R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueMhln3w8R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueMhln3w8R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueMhln3w8R .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueMhln3w8R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueMhln3w8R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueMhln3w8R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueMhln3w8R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueMhln3w8R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueMhln3w8R button.navbar-toggler:focus {
  outline: none;
}
.cid-ueMhln3w8R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueMhln3w8R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueMhln3w8R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMhln3w8R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMhln3w8R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueMhln3w8R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMhln3w8R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueMhln3w8R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueMhln3w8R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMhln3w8R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueMhln3w8R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueMhln3w8R .collapsed .btn {
  display: flex;
}
.cid-ueMhln3w8R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueMhln3w8R .collapsed .navbar-collapse.collapsing,
.cid-ueMhln3w8R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueMhln3w8R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueMhln3w8R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueMhln3w8R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueMhln3w8R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueMhln3w8R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueMhln3w8R .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueMhln3w8R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueMhln3w8R .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueMhln3w8R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueMhln3w8R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueMhln3w8R .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMhln3w8R .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueMhln3w8R .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueMhln3w8R .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueMhln3w8R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueMhln3w8R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueMhln3w8R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueMhln3w8R .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueMhln3w8R .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueMhln3w8R .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueMhln3w8R .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueMhln3w8R .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueMhln3w8R .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueMhln3w8R .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueMhln3w8R .navbar-collapse.collapsing,
  .cid-ueMhln3w8R .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueMhln3w8R .navbar-collapse.collapsing .navbar-nav,
  .cid-ueMhln3w8R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueMhln3w8R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueMhln3w8R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueMhln3w8R .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueMhln3w8R .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMhln3w8R .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueMhln3w8R .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueMhln3w8R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueMhln3w8R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMhln3w8R img {
    height: 3.8rem !important;
  }
  .cid-ueMhln3w8R .btn {
    display: flex;
  }
  .cid-ueMhln3w8R button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueMhln3w8R .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueMhln3w8R .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMhln3w8R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueMhln3w8R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueMhln3w8R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueMhln3w8R .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueMhln3w8R .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueMhln3w8R .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueMhln3w8R .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueMhln3w8R .nav-link:focus {
  outline: none;
}
.cid-ueMhln3w8R .navbar-toggler {
  position: relative;
}
.cid-ueMhln3w8R .dropdown-item.active,
.cid-ueMhln3w8R .dropdown-item:active {
  color: initial;
}
.cid-ueMhln3w8R .widget-title,
.cid-ueMhln3w8R .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueMhln3w8R .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueMhln3w8R .menu-logo {
    display: none;
  }
  .cid-ueMhln3w8R .navbar {
    padding: 0;
  }
  .cid-ueMhln3w8R .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMhln3w8R button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueMhlnLUOO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueMhlnLUOO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMhlnLUOO .row {
  flex-direction: row-reverse;
}
.cid-ueMhlnLUOO img {
  width: 100%;
}
.cid-ueMhlobqgY {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueMhlobqgY .row {
  position: relative;
}
.cid-ueMhlobqgY .container {
  max-width: 1500px;
}
.cid-ueMhlobqgY h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueMhlobqgY .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueMhlobqgY .container {
    padding: 0 4rem;
  }
}
.cid-ueMhlobqgY H1 {
  text-align: right;
}
.cid-ueMhloB3VC {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tbl-articles-article-24312-1287fc839e3-eb85-4fb4-808b-bb57d64af83d.jpg");
}
.cid-ueMhloB3VC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMhloB3VC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMhloB3VC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueMhloB3VC .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueMhloB3VC .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueMhloB3VC .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueMhloB3VC .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueMhloB3VC .mbr-text,
.cid-ueMhloB3VC .mbr-section-btn,
.cid-ueMhloB3VC .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueMhlp6IIF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMhlp6IIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMhlp6IIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMhlp6IIF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMhlp6IIF .row {
  flex-direction: row-reverse;
}
.cid-ueMhlp6IIF img {
  width: 100%;
}
.cid-ueMhlpt023 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueMhlpt023 .mbr-section-subtitle {
  text-align: left;
}
.cid-ueMhlpRqjs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMhlpRqjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMhlpRqjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMhlpRqjs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMhlpRqjs .row {
  flex-direction: row-reverse;
}
.cid-ueMhlpRqjs img {
  width: 100%;
}
.cid-ueMhlqis45 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueMhlqis45 .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMhlqis45 .card {
  padding: 0.5rem;
}
.cid-ueMhlqis45 .main-row {
  padding: 0 0.5rem;
}
.cid-ueMhlqis45 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMhlqis45 .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMhlqis45 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMhlqis45 .img-wrapper,
.cid-ueMhlqis45 img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMhlqis45 .img-wrapper,
  .cid-ueMhlqis45 img {
    height: auto;
  }
}
.cid-ueMhlqis45 .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMhlqis45 .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMhlqis45 .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMhlqis45 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMhlqis45 .card-subtitle {
  color: #0095ff;
}
.cid-ueMhlqis45 .mbr-text {
  color: #555555;
}
.cid-ueMhlqis45 .card-title {
  color: #103178;
}
.cid-ueMhlqis45 .mbr-section-title {
  color: #00606d;
}
.cid-ueMhlqis45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMhlqis45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMhlqis45 .card-title,
.cid-ueMhlqis45 .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMhlqYy1h {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueMhlqYy1h .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMhlqYy1h .card {
  padding: 0.5rem;
}
.cid-ueMhlqYy1h .main-row {
  padding: 0 0.5rem;
}
.cid-ueMhlqYy1h .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMhlqYy1h .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMhlqYy1h .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMhlqYy1h .img-wrapper,
.cid-ueMhlqYy1h img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMhlqYy1h .img-wrapper,
  .cid-ueMhlqYy1h img {
    height: auto;
  }
}
.cid-ueMhlqYy1h .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMhlqYy1h .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMhlqYy1h .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMhlqYy1h .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMhlqYy1h .card-subtitle {
  color: #0095ff;
}
.cid-ueMhlqYy1h .mbr-text {
  color: #555555;
}
.cid-ueMhlqYy1h .card-title {
  color: #103178;
}
.cid-ueMhlqYy1h .mbr-section-title {
  color: #008ea2;
}
.cid-ueMhlqYy1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMhlqYy1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMhlqYy1h .card-title,
.cid-ueMhlqYy1h .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMhUtkARN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(53, 53, 53, 0.7);
}
.cid-ueMhUtkARN .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98dee8;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-ueMhUtkARN .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ueMhUtkARN .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ueMhUtkARN .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueMhUtkARN a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-ueMhUtkARN .col + .mbr-section-btn .btn,
  .cid-ueMhUtkARN .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-ueMhUtkARN .dragArea > *:nth-last-child(2).col,
  .cid-ueMhUtkARN .dragArea > *:nth-last-child(2).col-auto,
  .cid-ueMhUtkARN .col + .mbr-section-btn,
  .cid-ueMhUtkARN .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-ueMhUtkARN .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ueMhUtkARN .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-ueMhUtkARN .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-ueMhUtkARN .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueMhUtkARN .form-group {
  max-width: 400px;
}
.cid-ueMhUtkARN .mbr-section-btn {
  padding: 5px;
}
.cid-ueMhUtkARN .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-ueMhUtkARN .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ueMhUtkARN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMhUtkARN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMhPckpy8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMhPckpy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMhPckpy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMhPckpy8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMhPckpy8 .row {
  flex-direction: row-reverse;
}
.cid-ueMhPckpy8 img {
  width: 100%;
}
.cid-ueMhlrEgtL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueMhlrEgtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMhlrEgtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMhlrEgtL .video-wrapper iframe {
  width: 100%;
}
.cid-ueMhlrEgtL .mbr-section-title,
.cid-ueMhlrEgtL .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueMhlrEgtL .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueMhlrEgtL .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueMhlrEgtL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueMhlrEgtL .mbr-text P {
  text-align: left;
}
.cid-ueMhlrEgtL .mbr-section-title {
  color: #ffffff;
}
.cid-ueMhlrEgtL .mbr-description {
  color: #ffffff;
}
.cid-ueMhlsa5Mb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueMhlsa5Mb .fb-page,
.cid-ueMhlsa5Mb span,
.cid-ueMhlsa5Mb iframe {
  width: 500px;
  height: 470px;
}
.cid-ueMhlsa5Mb blockquote {
  display: none;
}
.cid-ueMhlsa5Mb .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueMhlsa5Mb .mbr-section-subtitle {
  color: #232323;
}
.cid-ueMhlsPzEA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueMhlsPzEA .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueMhlsPzEA p {
  margin: 0;
}
.cid-ueMhlsPzEA a {
  color: #008ea2;
}
.cid-ueMhlsPzEA a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueMi7YoZj5 .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueMi7YoZj5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueMi7YoZj5 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueMi7YoZj5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMi7YoZj5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueMi7YoZj5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueMi7YoZj5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueMi7YoZj5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueMi7YoZj5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueMi7YoZj5 .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueMi7YoZj5 .dropdown-item {
  padding: 0;
}
.cid-ueMi7YoZj5 .dropdown-item,
.cid-ueMi7YoZj5 .nav-link,
.cid-ueMi7YoZj5 .brand-name {
  font-style: normal;
}
.cid-ueMi7YoZj5 .dropdown-item:hover,
.cid-ueMi7YoZj5 .nav-link:hover,
.cid-ueMi7YoZj5 .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueMi7YoZj5 .dropdown-menu {
  background-color: #353535;
}
.cid-ueMi7YoZj5 .dropdown-item:active {
  background-color: #353535;
}
.cid-ueMi7YoZj5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueMi7YoZj5 .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueMi7YoZj5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueMi7YoZj5 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueMi7YoZj5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMi7YoZj5 .content-text {
  margin-bottom: 0;
}
.cid-ueMi7YoZj5 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueMi7YoZj5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueMi7YoZj5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueMi7YoZj5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueMi7YoZj5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueMi7YoZj5 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMi7YoZj5 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMi7YoZj5 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueMi7YoZj5 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueMi7YoZj5 .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueMi7YoZj5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueMi7YoZj5 .content-right-side {
  text-align: center;
}
.cid-ueMi7YoZj5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueMi7YoZj5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueMi7YoZj5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueMi7YoZj5 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMi7YoZj5 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMi7YoZj5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueMi7YoZj5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueMi7YoZj5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueMi7YoZj5 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueMi7YoZj5 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueMi7YoZj5 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueMi7YoZj5 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMi7YoZj5 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueMi7YoZj5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueMi7YoZj5 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMi7YoZj5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueMi7YoZj5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueMi7YoZj5 .navbar-toggler {
    display: none;
  }
  .cid-ueMi7YoZj5 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueMi7YoZj5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueMi7YoZj5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueMi7YoZj5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueMi7YoZj5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueMi7YoZj5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueMi7YoZj5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueMi7YoZj5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueMi7YoZj5 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueMi7YoZj5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMi7YoZj5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMi7YoZj5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueMi7YoZj5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueMi7YoZj5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueMi7YoZj5 .dropdown .dropdown-menu .dropdown-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-ueMi7YoZj5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueMi7YoZj5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueMi7YoZj5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueMi7YoZj5 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueMi7YoZj5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueMi7YoZj5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueMi7YoZj5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueMi7YoZj5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueMi7YoZj5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueMi7YoZj5 button.navbar-toggler:focus {
  outline: none;
}
.cid-ueMi7YoZj5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueMi7YoZj5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueMi7YoZj5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMi7YoZj5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMi7YoZj5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueMi7YoZj5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMi7YoZj5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueMi7YoZj5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueMi7YoZj5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMi7YoZj5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueMi7YoZj5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueMi7YoZj5 .collapsed .btn {
  display: flex;
}
.cid-ueMi7YoZj5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.collapsing,
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueMi7YoZj5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueMi7YoZj5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMi7YoZj5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueMi7YoZj5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueMi7YoZj5 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueMi7YoZj5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueMi7YoZj5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueMi7YoZj5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueMi7YoZj5 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueMi7YoZj5 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueMi7YoZj5 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueMi7YoZj5 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueMi7YoZj5 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueMi7YoZj5 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueMi7YoZj5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueMi7YoZj5 .navbar-collapse.collapsing,
  .cid-ueMi7YoZj5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueMi7YoZj5 .navbar-collapse.collapsing .navbar-nav,
  .cid-ueMi7YoZj5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueMi7YoZj5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueMi7YoZj5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueMi7YoZj5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueMi7YoZj5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMi7YoZj5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueMi7YoZj5 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueMi7YoZj5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueMi7YoZj5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMi7YoZj5 img {
    height: 3.8rem !important;
  }
  .cid-ueMi7YoZj5 .btn {
    display: flex;
  }
  .cid-ueMi7YoZj5 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueMi7YoZj5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueMi7YoZj5 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMi7YoZj5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueMi7YoZj5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueMi7YoZj5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueMi7YoZj5 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueMi7YoZj5 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueMi7YoZj5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueMi7YoZj5 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueMi7YoZj5 .nav-link:focus {
  outline: none;
}
.cid-ueMi7YoZj5 .navbar-toggler {
  position: relative;
}
.cid-ueMi7YoZj5 .dropdown-item.active,
.cid-ueMi7YoZj5 .dropdown-item:active {
  color: initial;
}
.cid-ueMi7YoZj5 .widget-title,
.cid-ueMi7YoZj5 .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueMi7YoZj5 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueMi7YoZj5 .menu-logo {
    display: none;
  }
  .cid-ueMi7YoZj5 .navbar {
    padding: 0;
  }
  .cid-ueMi7YoZj5 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMi7YoZj5 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueMi7YZ32K {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueMi7YZ32K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMi7YZ32K .row {
  flex-direction: row-reverse;
}
.cid-ueMi7YZ32K img {
  width: 100%;
}
.cid-ueMi7Zlxej {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueMi7Zlxej .row {
  position: relative;
}
.cid-ueMi7Zlxej .container {
  max-width: 1500px;
}
.cid-ueMi7Zlxej h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueMi7Zlxej .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueMi7Zlxej .container {
    padding: 0 4rem;
  }
}
.cid-ueMi7Zlxej H1 {
  text-align: right;
}
.cid-ueMi7ZOGm7 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tbl-articles-article-24312-1287fc839e3-eb85-4fb4-808b-bb57d64af83d.jpg");
}
.cid-ueMi7ZOGm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMi7ZOGm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMi7ZOGm7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueMi7ZOGm7 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueMi7ZOGm7 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueMi7ZOGm7 .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueMi7ZOGm7 .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueMi7ZOGm7 .mbr-text,
.cid-ueMi7ZOGm7 .mbr-section-btn,
.cid-ueMi7ZOGm7 .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueMi80kleC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMi80kleC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMi80kleC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMi80kleC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMi80kleC .row {
  flex-direction: row-reverse;
}
.cid-ueMi80kleC img {
  width: 100%;
}
.cid-ueMi80KQSz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueMi80KQSz .mbr-section-subtitle {
  text-align: left;
}
.cid-ueMiBKhSmb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMiBKhSmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMiBKhSmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMiBKhSmb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMiBKhSmb .row {
  flex-direction: row-reverse;
}
.cid-ueMiBKhSmb img {
  width: 100%;
}
.cid-ueMi818bWt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMi818bWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMi818bWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMi818bWt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMi818bWt .row {
  flex-direction: row-reverse;
}
.cid-ueMi818bWt img {
  width: 100%;
}
.cid-ueMi81zUiZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueMi81zUiZ .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMi81zUiZ .card {
  padding: 0.5rem;
}
.cid-ueMi81zUiZ .main-row {
  padding: 0 0.5rem;
}
.cid-ueMi81zUiZ .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMi81zUiZ .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMi81zUiZ .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMi81zUiZ .img-wrapper,
.cid-ueMi81zUiZ img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMi81zUiZ .img-wrapper,
  .cid-ueMi81zUiZ img {
    height: auto;
  }
}
.cid-ueMi81zUiZ .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMi81zUiZ .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMi81zUiZ .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMi81zUiZ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMi81zUiZ .card-subtitle {
  color: #0095ff;
}
.cid-ueMi81zUiZ .mbr-text {
  color: #555555;
}
.cid-ueMi81zUiZ .card-title {
  color: #103178;
}
.cid-ueMi81zUiZ .mbr-section-title {
  color: #00606d;
}
.cid-ueMi81zUiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMi81zUiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMi81zUiZ .card-title,
.cid-ueMi81zUiZ .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMi82dZza {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueMi82dZza .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMi82dZza .card {
  padding: 0.5rem;
}
.cid-ueMi82dZza .main-row {
  padding: 0 0.5rem;
}
.cid-ueMi82dZza .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMi82dZza .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMi82dZza .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMi82dZza .img-wrapper,
.cid-ueMi82dZza img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMi82dZza .img-wrapper,
  .cid-ueMi82dZza img {
    height: auto;
  }
}
.cid-ueMi82dZza .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMi82dZza .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMi82dZza .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMi82dZza .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMi82dZza .card-subtitle {
  color: #0095ff;
}
.cid-ueMi82dZza .mbr-text {
  color: #555555;
}
.cid-ueMi82dZza .card-title {
  color: #103178;
}
.cid-ueMi82dZza .mbr-section-title {
  color: #008ea2;
}
.cid-ueMi82dZza .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMi82dZza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMi82dZza .card-title,
.cid-ueMi82dZza .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMi82MvzE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(53, 53, 53, 0.7);
}
.cid-ueMi82MvzE .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98dee8;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-ueMi82MvzE .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ueMi82MvzE .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ueMi82MvzE .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueMi82MvzE a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-ueMi82MvzE .col + .mbr-section-btn .btn,
  .cid-ueMi82MvzE .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-ueMi82MvzE .dragArea > *:nth-last-child(2).col,
  .cid-ueMi82MvzE .dragArea > *:nth-last-child(2).col-auto,
  .cid-ueMi82MvzE .col + .mbr-section-btn,
  .cid-ueMi82MvzE .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-ueMi82MvzE .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ueMi82MvzE .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-ueMi82MvzE .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-ueMi82MvzE .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueMi82MvzE .form-group {
  max-width: 400px;
}
.cid-ueMi82MvzE .mbr-section-btn {
  padding: 5px;
}
.cid-ueMi82MvzE .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-ueMi82MvzE .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ueMi82MvzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMi82MvzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMi83hTkS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMi83hTkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMi83hTkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMi83hTkS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMi83hTkS .row {
  flex-direction: row-reverse;
}
.cid-ueMi83hTkS img {
  width: 100%;
}
.cid-ueMi83KlOr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueMi83KlOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMi83KlOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMi83KlOr .video-wrapper iframe {
  width: 100%;
}
.cid-ueMi83KlOr .mbr-section-title,
.cid-ueMi83KlOr .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueMi83KlOr .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueMi83KlOr .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueMi83KlOr .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueMi83KlOr .mbr-text P {
  text-align: left;
}
.cid-ueMi83KlOr .mbr-section-title {
  color: #ffffff;
}
.cid-ueMi83KlOr .mbr-description {
  color: #ffffff;
}
.cid-ueMi84leRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueMi84leRO .fb-page,
.cid-ueMi84leRO span,
.cid-ueMi84leRO iframe {
  width: 500px;
  height: 470px;
}
.cid-ueMi84leRO blockquote {
  display: none;
}
.cid-ueMi84leRO .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueMi84leRO .mbr-section-subtitle {
  color: #232323;
}
.cid-ueMi84WIRC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueMi84WIRC .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueMi84WIRC p {
  margin: 0;
}
.cid-ueMi84WIRC a {
  color: #008ea2;
}
.cid-ueMi84WIRC a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueMjnRzv3B .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueMjnRzv3B .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueMjnRzv3B .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueMjnRzv3B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMjnRzv3B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueMjnRzv3B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueMjnRzv3B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueMjnRzv3B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueMjnRzv3B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueMjnRzv3B .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueMjnRzv3B .dropdown-item {
  padding: 0;
}
.cid-ueMjnRzv3B .dropdown-item,
.cid-ueMjnRzv3B .nav-link,
.cid-ueMjnRzv3B .brand-name {
  font-style: normal;
}
.cid-ueMjnRzv3B .dropdown-item:hover,
.cid-ueMjnRzv3B .nav-link:hover,
.cid-ueMjnRzv3B .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueMjnRzv3B .dropdown-menu {
  background-color: #353535;
}
.cid-ueMjnRzv3B .dropdown-item:active {
  background-color: #353535;
}
.cid-ueMjnRzv3B .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueMjnRzv3B .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueMjnRzv3B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueMjnRzv3B .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueMjnRzv3B .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMjnRzv3B .content-text {
  margin-bottom: 0;
}
.cid-ueMjnRzv3B .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueMjnRzv3B .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueMjnRzv3B .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueMjnRzv3B .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueMjnRzv3B .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueMjnRzv3B .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMjnRzv3B .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMjnRzv3B .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueMjnRzv3B .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueMjnRzv3B .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueMjnRzv3B .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueMjnRzv3B .content-right-side {
  text-align: center;
}
.cid-ueMjnRzv3B .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueMjnRzv3B .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueMjnRzv3B .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueMjnRzv3B .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMjnRzv3B .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMjnRzv3B .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueMjnRzv3B .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueMjnRzv3B .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueMjnRzv3B .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueMjnRzv3B .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueMjnRzv3B .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueMjnRzv3B .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMjnRzv3B .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueMjnRzv3B .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueMjnRzv3B .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMjnRzv3B .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueMjnRzv3B .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueMjnRzv3B .navbar-toggler {
    display: none;
  }
  .cid-ueMjnRzv3B .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueMjnRzv3B .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueMjnRzv3B .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueMjnRzv3B .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueMjnRzv3B .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueMjnRzv3B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueMjnRzv3B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueMjnRzv3B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueMjnRzv3B .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueMjnRzv3B .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMjnRzv3B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMjnRzv3B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueMjnRzv3B .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueMjnRzv3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueMjnRzv3B .dropdown .dropdown-menu .dropdown-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-ueMjnRzv3B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueMjnRzv3B .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueMjnRzv3B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueMjnRzv3B .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueMjnRzv3B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueMjnRzv3B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueMjnRzv3B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueMjnRzv3B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueMjnRzv3B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueMjnRzv3B button.navbar-toggler:focus {
  outline: none;
}
.cid-ueMjnRzv3B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueMjnRzv3B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueMjnRzv3B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMjnRzv3B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMjnRzv3B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueMjnRzv3B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMjnRzv3B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueMjnRzv3B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueMjnRzv3B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMjnRzv3B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueMjnRzv3B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueMjnRzv3B .collapsed .btn {
  display: flex;
}
.cid-ueMjnRzv3B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueMjnRzv3B .collapsed .navbar-collapse.collapsing,
.cid-ueMjnRzv3B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueMjnRzv3B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueMjnRzv3B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueMjnRzv3B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueMjnRzv3B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueMjnRzv3B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueMjnRzv3B .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueMjnRzv3B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueMjnRzv3B .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueMjnRzv3B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueMjnRzv3B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueMjnRzv3B .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMjnRzv3B .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueMjnRzv3B .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueMjnRzv3B .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueMjnRzv3B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueMjnRzv3B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueMjnRzv3B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueMjnRzv3B .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueMjnRzv3B .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueMjnRzv3B .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueMjnRzv3B .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueMjnRzv3B .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueMjnRzv3B .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueMjnRzv3B .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueMjnRzv3B .navbar-collapse.collapsing,
  .cid-ueMjnRzv3B .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueMjnRzv3B .navbar-collapse.collapsing .navbar-nav,
  .cid-ueMjnRzv3B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueMjnRzv3B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueMjnRzv3B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueMjnRzv3B .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueMjnRzv3B .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMjnRzv3B .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueMjnRzv3B .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueMjnRzv3B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueMjnRzv3B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMjnRzv3B img {
    height: 3.8rem !important;
  }
  .cid-ueMjnRzv3B .btn {
    display: flex;
  }
  .cid-ueMjnRzv3B button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueMjnRzv3B .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueMjnRzv3B .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMjnRzv3B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueMjnRzv3B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueMjnRzv3B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueMjnRzv3B .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueMjnRzv3B .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueMjnRzv3B .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueMjnRzv3B .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueMjnRzv3B .nav-link:focus {
  outline: none;
}
.cid-ueMjnRzv3B .navbar-toggler {
  position: relative;
}
.cid-ueMjnRzv3B .dropdown-item.active,
.cid-ueMjnRzv3B .dropdown-item:active {
  color: initial;
}
.cid-ueMjnRzv3B .widget-title,
.cid-ueMjnRzv3B .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueMjnRzv3B .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueMjnRzv3B .menu-logo {
    display: none;
  }
  .cid-ueMjnRzv3B .navbar {
    padding: 0;
  }
  .cid-ueMjnRzv3B .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMjnRzv3B button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueMjnSbgtx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueMjnSbgtx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMjnSbgtx .row {
  flex-direction: row-reverse;
}
.cid-ueMjnSbgtx img {
  width: 100%;
}
.cid-ueMjnSCcNi {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueMjnSCcNi .row {
  position: relative;
}
.cid-ueMjnSCcNi .container {
  max-width: 1500px;
}
.cid-ueMjnSCcNi h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueMjnSCcNi .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueMjnSCcNi .container {
    padding: 0 4rem;
  }
}
.cid-ueMjnSCcNi H1 {
  text-align: right;
}
.cid-ueMjnT12p1 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tbl-articles-article-24312-1287fc839e3-eb85-4fb4-808b-bb57d64af83d.jpg");
}
.cid-ueMjnT12p1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMjnT12p1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMjnT12p1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueMjnT12p1 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueMjnT12p1 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueMjnT12p1 .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueMjnT12p1 .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueMjnT12p1 .mbr-text,
.cid-ueMjnT12p1 .mbr-section-btn,
.cid-ueMjnT12p1 .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueMjnTBJ2Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMjnTBJ2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMjnTBJ2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMjnTBJ2Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMjnTBJ2Z .row {
  flex-direction: row-reverse;
}
.cid-ueMjnTBJ2Z img {
  width: 100%;
}
.cid-ueMjnU21c7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueMjnU21c7 .mbr-section-subtitle {
  text-align: left;
}
.cid-ueMjnUpKFk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMjnUpKFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMjnUpKFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMjnUpKFk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMjnUpKFk .row {
  flex-direction: row-reverse;
}
.cid-ueMjnUpKFk img {
  width: 100%;
}
.cid-ueMjnUUGlA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMjnUUGlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMjnUUGlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMjnUUGlA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMjnUUGlA .row {
  flex-direction: row-reverse;
}
.cid-ueMjnUUGlA img {
  width: 100%;
}
.cid-ueMjnVmrjn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueMjnVmrjn .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMjnVmrjn .card {
  padding: 0.5rem;
}
.cid-ueMjnVmrjn .main-row {
  padding: 0 0.5rem;
}
.cid-ueMjnVmrjn .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMjnVmrjn .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMjnVmrjn .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMjnVmrjn .img-wrapper,
.cid-ueMjnVmrjn img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMjnVmrjn .img-wrapper,
  .cid-ueMjnVmrjn img {
    height: auto;
  }
}
.cid-ueMjnVmrjn .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMjnVmrjn .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMjnVmrjn .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMjnVmrjn .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMjnVmrjn .card-subtitle {
  color: #0095ff;
}
.cid-ueMjnVmrjn .mbr-text {
  color: #555555;
}
.cid-ueMjnVmrjn .card-title {
  color: #103178;
}
.cid-ueMjnVmrjn .mbr-section-title {
  color: #00606d;
}
.cid-ueMjnVmrjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMjnVmrjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMjnVmrjn .card-title,
.cid-ueMjnVmrjn .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMjnW2MES {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueMjnW2MES .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMjnW2MES .card {
  padding: 0.5rem;
}
.cid-ueMjnW2MES .main-row {
  padding: 0 0.5rem;
}
.cid-ueMjnW2MES .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMjnW2MES .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMjnW2MES .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMjnW2MES .img-wrapper,
.cid-ueMjnW2MES img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMjnW2MES .img-wrapper,
  .cid-ueMjnW2MES img {
    height: auto;
  }
}
.cid-ueMjnW2MES .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMjnW2MES .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMjnW2MES .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMjnW2MES .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMjnW2MES .card-subtitle {
  color: #0095ff;
}
.cid-ueMjnW2MES .mbr-text {
  color: #555555;
}
.cid-ueMjnW2MES .card-title {
  color: #103178;
}
.cid-ueMjnW2MES .mbr-section-title {
  color: #008ea2;
}
.cid-ueMjnW2MES .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMjnW2MES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMjnW2MES .card-title,
.cid-ueMjnW2MES .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMjnWO7Cn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(53, 53, 53, 0.7);
}
.cid-ueMjnWO7Cn .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98dee8;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-ueMjnWO7Cn .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ueMjnWO7Cn .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ueMjnWO7Cn .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueMjnWO7Cn a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-ueMjnWO7Cn .col + .mbr-section-btn .btn,
  .cid-ueMjnWO7Cn .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-ueMjnWO7Cn .dragArea > *:nth-last-child(2).col,
  .cid-ueMjnWO7Cn .dragArea > *:nth-last-child(2).col-auto,
  .cid-ueMjnWO7Cn .col + .mbr-section-btn,
  .cid-ueMjnWO7Cn .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-ueMjnWO7Cn .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ueMjnWO7Cn .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-ueMjnWO7Cn .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-ueMjnWO7Cn .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueMjnWO7Cn .form-group {
  max-width: 400px;
}
.cid-ueMjnWO7Cn .mbr-section-btn {
  padding: 5px;
}
.cid-ueMjnWO7Cn .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-ueMjnWO7Cn .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ueMjnWO7Cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMjnWO7Cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMjnXk3Jb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMjnXk3Jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMjnXk3Jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMjnXk3Jb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMjnXk3Jb .row {
  flex-direction: row-reverse;
}
.cid-ueMjnXk3Jb img {
  width: 100%;
}
.cid-ueMjnXR0Nh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueMjnXR0Nh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMjnXR0Nh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMjnXR0Nh .video-wrapper iframe {
  width: 100%;
}
.cid-ueMjnXR0Nh .mbr-section-title,
.cid-ueMjnXR0Nh .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueMjnXR0Nh .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueMjnXR0Nh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueMjnXR0Nh .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueMjnXR0Nh .mbr-text P {
  text-align: left;
}
.cid-ueMjnXR0Nh .mbr-section-title {
  color: #ffffff;
}
.cid-ueMjnXR0Nh .mbr-description {
  color: #ffffff;
}
.cid-ueMjnYsnr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueMjnYsnr5 .fb-page,
.cid-ueMjnYsnr5 span,
.cid-ueMjnYsnr5 iframe {
  width: 500px;
  height: 470px;
}
.cid-ueMjnYsnr5 blockquote {
  display: none;
}
.cid-ueMjnYsnr5 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueMjnYsnr5 .mbr-section-subtitle {
  color: #232323;
}
.cid-ueMjnZgJml {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueMjnZgJml .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueMjnZgJml p {
  margin: 0;
}
.cid-ueMjnZgJml a {
  color: #008ea2;
}
.cid-ueMjnZgJml a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueMk8VN7wM .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueMk8VN7wM .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueMk8VN7wM .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueMk8VN7wM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMk8VN7wM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueMk8VN7wM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueMk8VN7wM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueMk8VN7wM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueMk8VN7wM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueMk8VN7wM .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueMk8VN7wM .dropdown-item {
  padding: 0;
}
.cid-ueMk8VN7wM .dropdown-item,
.cid-ueMk8VN7wM .nav-link,
.cid-ueMk8VN7wM .brand-name {
  font-style: normal;
}
.cid-ueMk8VN7wM .dropdown-item:hover,
.cid-ueMk8VN7wM .nav-link:hover,
.cid-ueMk8VN7wM .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueMk8VN7wM .dropdown-menu {
  background-color: #353535;
}
.cid-ueMk8VN7wM .dropdown-item:active {
  background-color: #353535;
}
.cid-ueMk8VN7wM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueMk8VN7wM .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueMk8VN7wM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueMk8VN7wM .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueMk8VN7wM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMk8VN7wM .content-text {
  margin-bottom: 0;
}
.cid-ueMk8VN7wM .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueMk8VN7wM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueMk8VN7wM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueMk8VN7wM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueMk8VN7wM .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueMk8VN7wM .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMk8VN7wM .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMk8VN7wM .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueMk8VN7wM .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueMk8VN7wM .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueMk8VN7wM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueMk8VN7wM .content-right-side {
  text-align: center;
}
.cid-ueMk8VN7wM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueMk8VN7wM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueMk8VN7wM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueMk8VN7wM .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMk8VN7wM .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMk8VN7wM .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueMk8VN7wM .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueMk8VN7wM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueMk8VN7wM .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueMk8VN7wM .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueMk8VN7wM .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueMk8VN7wM .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMk8VN7wM .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueMk8VN7wM .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueMk8VN7wM .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMk8VN7wM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueMk8VN7wM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueMk8VN7wM .navbar-toggler {
    display: none;
  }
  .cid-ueMk8VN7wM .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueMk8VN7wM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueMk8VN7wM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueMk8VN7wM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueMk8VN7wM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueMk8VN7wM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueMk8VN7wM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueMk8VN7wM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueMk8VN7wM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueMk8VN7wM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMk8VN7wM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMk8VN7wM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueMk8VN7wM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueMk8VN7wM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueMk8VN7wM .dropdown .dropdown-menu .dropdown-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-ueMk8VN7wM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueMk8VN7wM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueMk8VN7wM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueMk8VN7wM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueMk8VN7wM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueMk8VN7wM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueMk8VN7wM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueMk8VN7wM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueMk8VN7wM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueMk8VN7wM button.navbar-toggler:focus {
  outline: none;
}
.cid-ueMk8VN7wM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueMk8VN7wM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueMk8VN7wM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMk8VN7wM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMk8VN7wM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueMk8VN7wM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMk8VN7wM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueMk8VN7wM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueMk8VN7wM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMk8VN7wM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueMk8VN7wM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueMk8VN7wM .collapsed .btn {
  display: flex;
}
.cid-ueMk8VN7wM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueMk8VN7wM .collapsed .navbar-collapse.collapsing,
.cid-ueMk8VN7wM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueMk8VN7wM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueMk8VN7wM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueMk8VN7wM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueMk8VN7wM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueMk8VN7wM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueMk8VN7wM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueMk8VN7wM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueMk8VN7wM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueMk8VN7wM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueMk8VN7wM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueMk8VN7wM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMk8VN7wM .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueMk8VN7wM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueMk8VN7wM .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueMk8VN7wM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueMk8VN7wM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueMk8VN7wM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueMk8VN7wM .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueMk8VN7wM .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueMk8VN7wM .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueMk8VN7wM .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueMk8VN7wM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueMk8VN7wM .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueMk8VN7wM .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueMk8VN7wM .navbar-collapse.collapsing,
  .cid-ueMk8VN7wM .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueMk8VN7wM .navbar-collapse.collapsing .navbar-nav,
  .cid-ueMk8VN7wM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueMk8VN7wM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueMk8VN7wM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueMk8VN7wM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueMk8VN7wM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMk8VN7wM .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueMk8VN7wM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueMk8VN7wM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueMk8VN7wM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMk8VN7wM img {
    height: 3.8rem !important;
  }
  .cid-ueMk8VN7wM .btn {
    display: flex;
  }
  .cid-ueMk8VN7wM button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueMk8VN7wM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueMk8VN7wM .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMk8VN7wM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueMk8VN7wM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueMk8VN7wM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueMk8VN7wM .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueMk8VN7wM .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueMk8VN7wM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueMk8VN7wM .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueMk8VN7wM .nav-link:focus {
  outline: none;
}
.cid-ueMk8VN7wM .navbar-toggler {
  position: relative;
}
.cid-ueMk8VN7wM .dropdown-item.active,
.cid-ueMk8VN7wM .dropdown-item:active {
  color: initial;
}
.cid-ueMk8VN7wM .widget-title,
.cid-ueMk8VN7wM .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueMk8VN7wM .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueMk8VN7wM .menu-logo {
    display: none;
  }
  .cid-ueMk8VN7wM .navbar {
    padding: 0;
  }
  .cid-ueMk8VN7wM .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMk8VN7wM button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueMk8WzZyk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueMk8WzZyk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMk8WzZyk .row {
  flex-direction: row-reverse;
}
.cid-ueMk8WzZyk img {
  width: 100%;
}
.cid-ueMk8X2nGd {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueMk8X2nGd .row {
  position: relative;
}
.cid-ueMk8X2nGd .container {
  max-width: 1500px;
}
.cid-ueMk8X2nGd h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueMk8X2nGd .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueMk8X2nGd .container {
    padding: 0 4rem;
  }
}
.cid-ueMk8X2nGd H1 {
  text-align: right;
}
.cid-ueMk8XqSaZ {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tbl-articles-article-24312-1287fc839e3-eb85-4fb4-808b-bb57d64af83d.jpg");
}
.cid-ueMk8XqSaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMk8XqSaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMk8XqSaZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueMk8XqSaZ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueMk8XqSaZ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueMk8XqSaZ .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueMk8XqSaZ .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueMk8XqSaZ .mbr-text,
.cid-ueMk8XqSaZ .mbr-section-btn,
.cid-ueMk8XqSaZ .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueMk8XWRDX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMk8XWRDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMk8XWRDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMk8XWRDX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMk8XWRDX .row {
  flex-direction: row-reverse;
}
.cid-ueMk8XWRDX img {
  width: 100%;
}
.cid-ueMk8YmoEI {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueMk8YmoEI .mbr-section-subtitle {
  text-align: left;
}
.cid-ueMk8YPw4w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMk8YPw4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMk8YPw4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMk8YPw4w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMk8YPw4w .row {
  flex-direction: row-reverse;
}
.cid-ueMk8YPw4w img {
  width: 100%;
}
.cid-ueMk8ZghWO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMk8ZghWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMk8ZghWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMk8ZghWO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMk8ZghWO .row {
  flex-direction: row-reverse;
}
.cid-ueMk8ZghWO img {
  width: 100%;
}
.cid-ueMk8ZE3mu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueMk8ZE3mu .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMk8ZE3mu .card {
  padding: 0.5rem;
}
.cid-ueMk8ZE3mu .main-row {
  padding: 0 0.5rem;
}
.cid-ueMk8ZE3mu .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMk8ZE3mu .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMk8ZE3mu .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMk8ZE3mu .img-wrapper,
.cid-ueMk8ZE3mu img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMk8ZE3mu .img-wrapper,
  .cid-ueMk8ZE3mu img {
    height: auto;
  }
}
.cid-ueMk8ZE3mu .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMk8ZE3mu .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMk8ZE3mu .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMk8ZE3mu .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMk8ZE3mu .card-subtitle {
  color: #0095ff;
}
.cid-ueMk8ZE3mu .mbr-text {
  color: #555555;
}
.cid-ueMk8ZE3mu .card-title {
  color: #103178;
}
.cid-ueMk8ZE3mu .mbr-section-title {
  color: #00606d;
}
.cid-ueMk8ZE3mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMk8ZE3mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMk8ZE3mu .card-title,
.cid-ueMk8ZE3mu .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMk90h551 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueMk90h551 .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMk90h551 .card {
  padding: 0.5rem;
}
.cid-ueMk90h551 .main-row {
  padding: 0 0.5rem;
}
.cid-ueMk90h551 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMk90h551 .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMk90h551 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMk90h551 .img-wrapper,
.cid-ueMk90h551 img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMk90h551 .img-wrapper,
  .cid-ueMk90h551 img {
    height: auto;
  }
}
.cid-ueMk90h551 .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMk90h551 .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMk90h551 .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMk90h551 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMk90h551 .card-subtitle {
  color: #0095ff;
}
.cid-ueMk90h551 .mbr-text {
  color: #555555;
}
.cid-ueMk90h551 .card-title {
  color: #103178;
}
.cid-ueMk90h551 .mbr-section-title {
  color: #008ea2;
}
.cid-ueMk90h551 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMk90h551 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMk90h551 .card-title,
.cid-ueMk90h551 .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMk90WSdB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(53, 53, 53, 0.7);
}
.cid-ueMk90WSdB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98dee8;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-ueMk90WSdB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ueMk90WSdB .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ueMk90WSdB .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueMk90WSdB a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-ueMk90WSdB .col + .mbr-section-btn .btn,
  .cid-ueMk90WSdB .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-ueMk90WSdB .dragArea > *:nth-last-child(2).col,
  .cid-ueMk90WSdB .dragArea > *:nth-last-child(2).col-auto,
  .cid-ueMk90WSdB .col + .mbr-section-btn,
  .cid-ueMk90WSdB .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-ueMk90WSdB .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ueMk90WSdB .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-ueMk90WSdB .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-ueMk90WSdB .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueMk90WSdB .form-group {
  max-width: 400px;
}
.cid-ueMk90WSdB .mbr-section-btn {
  padding: 5px;
}
.cid-ueMk90WSdB .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-ueMk90WSdB .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ueMk90WSdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMk90WSdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMk91vKKf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMk91vKKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMk91vKKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMk91vKKf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMk91vKKf .row {
  flex-direction: row-reverse;
}
.cid-ueMk91vKKf img {
  width: 100%;
}
.cid-ueMk924eoO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueMk924eoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMk924eoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMk924eoO .video-wrapper iframe {
  width: 100%;
}
.cid-ueMk924eoO .mbr-section-title,
.cid-ueMk924eoO .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueMk924eoO .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueMk924eoO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueMk924eoO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueMk924eoO .mbr-text P {
  text-align: left;
}
.cid-ueMk924eoO .mbr-section-title {
  color: #ffffff;
}
.cid-ueMk924eoO .mbr-description {
  color: #ffffff;
}
.cid-ueMk92G08C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueMk92G08C .fb-page,
.cid-ueMk92G08C span,
.cid-ueMk92G08C iframe {
  width: 500px;
  height: 470px;
}
.cid-ueMk92G08C blockquote {
  display: none;
}
.cid-ueMk92G08C .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueMk92G08C .mbr-section-subtitle {
  color: #232323;
}
.cid-ueMk93npDR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueMk93npDR .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueMk93npDR p {
  margin: 0;
}
.cid-ueMk93npDR a {
  color: #008ea2;
}
.cid-ueMk93npDR a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ueMkVfZYr8 .navbar {
  padding: 0.5rem 0;
  background: #008ea2;
  transition: none;
  min-height: 50px;
}
.cid-ueMkVfZYr8 .navbar-fixed-top {
  padding-top: 0;
}
.cid-ueMkVfZYr8 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ueMkVfZYr8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMkVfZYr8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ueMkVfZYr8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueMkVfZYr8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueMkVfZYr8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ueMkVfZYr8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueMkVfZYr8 .menu-content-top {
  background: #1698aa;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ueMkVfZYr8 .dropdown-item {
  padding: 0;
}
.cid-ueMkVfZYr8 .dropdown-item,
.cid-ueMkVfZYr8 .nav-link,
.cid-ueMkVfZYr8 .brand-name {
  font-style: normal;
}
.cid-ueMkVfZYr8 .dropdown-item:hover,
.cid-ueMkVfZYr8 .nav-link:hover,
.cid-ueMkVfZYr8 .brand-name:hover {
  color: #98dee8 !important;
}
.cid-ueMkVfZYr8 .dropdown-menu {
  background-color: #353535;
}
.cid-ueMkVfZYr8 .dropdown-item:active {
  background-color: #353535;
}
.cid-ueMkVfZYr8 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueMkVfZYr8 .navbar-dropdown.bg-color.transparent.opened {
  background: #008ea2;
}
.cid-ueMkVfZYr8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ueMkVfZYr8 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ueMkVfZYr8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMkVfZYr8 .content-text {
  margin-bottom: 0;
}
.cid-ueMkVfZYr8 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ueMkVfZYr8 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #98dee8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ueMkVfZYr8 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ueMkVfZYr8 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ueMkVfZYr8 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ueMkVfZYr8 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMkVfZYr8 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ueMkVfZYr8 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ueMkVfZYr8 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueMkVfZYr8 .nav-dropdown .link {
  font-weight: 400;
}
.cid-ueMkVfZYr8 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ueMkVfZYr8 .content-right-side {
  text-align: center;
}
.cid-ueMkVfZYr8 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ueMkVfZYr8 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ueMkVfZYr8 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ueMkVfZYr8 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMkVfZYr8 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueMkVfZYr8 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ueMkVfZYr8 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ueMkVfZYr8 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ueMkVfZYr8 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ueMkVfZYr8 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ueMkVfZYr8 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ueMkVfZYr8 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMkVfZYr8 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ueMkVfZYr8 .navbar {
    display: block;
    padding: 0;
  }
  .cid-ueMkVfZYr8 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueMkVfZYr8 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ueMkVfZYr8 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ueMkVfZYr8 .navbar-toggler {
    display: none;
  }
  .cid-ueMkVfZYr8 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ueMkVfZYr8 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ueMkVfZYr8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueMkVfZYr8 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ueMkVfZYr8 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ueMkVfZYr8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueMkVfZYr8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueMkVfZYr8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueMkVfZYr8 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueMkVfZYr8 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMkVfZYr8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueMkVfZYr8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueMkVfZYr8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueMkVfZYr8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueMkVfZYr8 .dropdown .dropdown-menu .dropdown-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-ueMkVfZYr8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueMkVfZYr8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueMkVfZYr8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ueMkVfZYr8 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ueMkVfZYr8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueMkVfZYr8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueMkVfZYr8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ueMkVfZYr8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueMkVfZYr8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ueMkVfZYr8 button.navbar-toggler:focus {
  outline: none;
}
.cid-ueMkVfZYr8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00606d;
}
.cid-ueMkVfZYr8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueMkVfZYr8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMkVfZYr8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueMkVfZYr8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueMkVfZYr8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMkVfZYr8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueMkVfZYr8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueMkVfZYr8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueMkVfZYr8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueMkVfZYr8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueMkVfZYr8 .collapsed .btn {
  display: flex;
}
.cid-ueMkVfZYr8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.collapsing,
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueMkVfZYr8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueMkVfZYr8 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ueMkVfZYr8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueMkVfZYr8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ueMkVfZYr8 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueMkVfZYr8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ueMkVfZYr8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueMkVfZYr8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueMkVfZYr8 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ueMkVfZYr8 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ueMkVfZYr8 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-ueMkVfZYr8 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ueMkVfZYr8 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ueMkVfZYr8 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ueMkVfZYr8 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueMkVfZYr8 .navbar-collapse.collapsing,
  .cid-ueMkVfZYr8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueMkVfZYr8 .navbar-collapse.collapsing .navbar-nav,
  .cid-ueMkVfZYr8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueMkVfZYr8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueMkVfZYr8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueMkVfZYr8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueMkVfZYr8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMkVfZYr8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueMkVfZYr8 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ueMkVfZYr8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueMkVfZYr8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueMkVfZYr8 img {
    height: 3.8rem !important;
  }
  .cid-ueMkVfZYr8 .btn {
    display: flex;
  }
  .cid-ueMkVfZYr8 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-ueMkVfZYr8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ueMkVfZYr8 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMkVfZYr8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueMkVfZYr8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueMkVfZYr8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueMkVfZYr8 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ueMkVfZYr8 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ueMkVfZYr8 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ueMkVfZYr8 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueMkVfZYr8 .nav-link:focus {
  outline: none;
}
.cid-ueMkVfZYr8 .navbar-toggler {
  position: relative;
}
.cid-ueMkVfZYr8 .dropdown-item.active,
.cid-ueMkVfZYr8 .dropdown-item:active {
  color: initial;
}
.cid-ueMkVfZYr8 .widget-title,
.cid-ueMkVfZYr8 .widget-icon {
  color: #ffffff;
  text-align: left;
}
.cid-ueMkVfZYr8 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ueMkVfZYr8 .menu-logo {
    display: none;
  }
  .cid-ueMkVfZYr8 .navbar {
    padding: 0;
  }
  .cid-ueMkVfZYr8 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueMkVfZYr8 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ueMkVgJyys {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ueMkVgJyys .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMkVgJyys .row {
  flex-direction: row-reverse;
}
.cid-ueMkVgJyys img {
  width: 100%;
}
.cid-ueMkVhdC7X {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/top-menu-j.jpg");
}
.cid-ueMkVhdC7X .row {
  position: relative;
}
.cid-ueMkVhdC7X .container {
  max-width: 1500px;
}
.cid-ueMkVhdC7X h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ueMkVhdC7X .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ueMkVhdC7X .container {
    padding: 0 4rem;
  }
}
.cid-ueMkVhdC7X H1 {
  text-align: right;
}
.cid-ueMkVhCHb9 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tbl-articles-article-24312-1287fc839e3-eb85-4fb4-808b-bb57d64af83d.jpg");
}
.cid-ueMkVhCHb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMkVhCHb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMkVhCHb9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ueMkVhCHb9 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #000000;
  transition: all 0.3s;
  color: #000000;
}
.cid-ueMkVhCHb9 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ueMkVhCHb9 .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-ueMkVhCHb9 .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ueMkVhCHb9 .mbr-text,
.cid-ueMkVhCHb9 .mbr-section-btn,
.cid-ueMkVhCHb9 .social-row {
  text-align: right;
  color: #ffffff;
}
.cid-ueMkVic4Yr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMkVic4Yr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMkVic4Yr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMkVic4Yr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMkVic4Yr .row {
  flex-direction: row-reverse;
}
.cid-ueMkVic4Yr img {
  width: 100%;
}
.cid-ueMkViD0NZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueMkViD0NZ .mbr-section-subtitle {
  text-align: left;
}
.cid-ueMkVj5ihB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMkVj5ihB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMkVj5ihB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMkVj5ihB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMkVj5ihB .row {
  flex-direction: row-reverse;
}
.cid-ueMkVj5ihB img {
  width: 100%;
}
.cid-ueMkVjypAI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMkVjypAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMkVjypAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMkVjypAI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMkVjypAI .row {
  flex-direction: row-reverse;
}
.cid-ueMkVjypAI img {
  width: 100%;
}
.cid-ueMkVjYwnP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c1dde1;
}
.cid-ueMkVjYwnP .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMkVjYwnP .card {
  padding: 0.5rem;
}
.cid-ueMkVjYwnP .main-row {
  padding: 0 0.5rem;
}
.cid-ueMkVjYwnP .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMkVjYwnP .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMkVjYwnP .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMkVjYwnP .img-wrapper,
.cid-ueMkVjYwnP img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMkVjYwnP .img-wrapper,
  .cid-ueMkVjYwnP img {
    height: auto;
  }
}
.cid-ueMkVjYwnP .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMkVjYwnP .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMkVjYwnP .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMkVjYwnP .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMkVjYwnP .card-subtitle {
  color: #0095ff;
}
.cid-ueMkVjYwnP .mbr-text {
  color: #555555;
}
.cid-ueMkVjYwnP .card-title {
  color: #103178;
}
.cid-ueMkVjYwnP .mbr-section-title {
  color: #00606d;
}
.cid-ueMkVjYwnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMkVjYwnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMkVjYwnP .card-title,
.cid-ueMkVjYwnP .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMkVkAJCx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #c1dde1;
}
.cid-ueMkVkAJCx .card-wrapper {
  background: #f0f2f5;
}
.cid-ueMkVkAJCx .card {
  padding: 0.5rem;
}
.cid-ueMkVkAJCx .main-row {
  padding: 0 0.5rem;
}
.cid-ueMkVkAJCx .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueMkVkAJCx .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueMkVkAJCx .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueMkVkAJCx .img-wrapper,
.cid-ueMkVkAJCx img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-ueMkVkAJCx .img-wrapper,
  .cid-ueMkVkAJCx img {
    height: auto;
  }
}
.cid-ueMkVkAJCx .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-ueMkVkAJCx .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-ueMkVkAJCx .btn-md {
  padding: 0.2rem 1rem;
}
.cid-ueMkVkAJCx .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueMkVkAJCx .card-subtitle {
  color: #0095ff;
}
.cid-ueMkVkAJCx .mbr-text {
  color: #555555;
}
.cid-ueMkVkAJCx .card-title {
  color: #103178;
}
.cid-ueMkVkAJCx .mbr-section-title {
  color: #008ea2;
}
.cid-ueMkVkAJCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMkVkAJCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMkVkAJCx .card-title,
.cid-ueMkVkAJCx .mbr-section-btn {
  text-align: center;
  color: #00606d;
}
.cid-ueMkVleJcv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(53, 53, 53, 0.7);
}
.cid-ueMkVleJcv .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #98dee8;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-ueMkVleJcv .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ueMkVleJcv .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ueMkVleJcv .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueMkVleJcv a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-ueMkVleJcv .col + .mbr-section-btn .btn,
  .cid-ueMkVleJcv .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-ueMkVleJcv .dragArea > *:nth-last-child(2).col,
  .cid-ueMkVleJcv .dragArea > *:nth-last-child(2).col-auto,
  .cid-ueMkVleJcv .col + .mbr-section-btn,
  .cid-ueMkVleJcv .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-ueMkVleJcv .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ueMkVleJcv .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-ueMkVleJcv .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-ueMkVleJcv .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueMkVleJcv .form-group {
  max-width: 400px;
}
.cid-ueMkVleJcv .mbr-section-btn {
  padding: 5px;
}
.cid-ueMkVleJcv .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-ueMkVleJcv .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ueMkVleJcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMkVleJcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMkVlNAY6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueMkVlNAY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMkVlNAY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueMkVlNAY6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueMkVlNAY6 .row {
  flex-direction: row-reverse;
}
.cid-ueMkVlNAY6 img {
  width: 100%;
}
.cid-ueMkVmorPd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ueMkVmorPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueMkVmorPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueMkVmorPd .video-wrapper iframe {
  width: 100%;
}
.cid-ueMkVmorPd .mbr-section-title,
.cid-ueMkVmorPd .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueMkVmorPd .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueMkVmorPd .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueMkVmorPd .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ueMkVmorPd .mbr-text P {
  text-align: left;
}
.cid-ueMkVmorPd .mbr-section-title {
  color: #ffffff;
}
.cid-ueMkVmorPd .mbr-description {
  color: #ffffff;
}
.cid-ueMkVn0rTv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f5;
}
.cid-ueMkVn0rTv .fb-page,
.cid-ueMkVn0rTv span,
.cid-ueMkVn0rTv iframe {
  width: 500px;
  height: 470px;
}
.cid-ueMkVn0rTv blockquote {
  display: none;
}
.cid-ueMkVn0rTv .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ueMkVn0rTv .mbr-section-subtitle {
  color: #232323;
}
.cid-ueMkVnKkPM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-ueMkVnKkPM .links {
  text-align: center;
  color: #ffffff;
}
.cid-ueMkVnKkPM p {
  margin: 0;
}
.cid-ueMkVnKkPM a {
  color: #008ea2;
}
.cid-ueMkVnKkPM a:hover {
  color: #98dee8 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
