@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #35bae7 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #35bae7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #35bae7 !important;
  border-color: #35bae7 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1690b9 !important;
  border-color: #1690b9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1690b9 !important;
  border-color: #1690b9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #35bae7 !important;
  border-color: #35bae7 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1690b9 !important;
  border-color: #1690b9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1690b9 !important;
  border-color: #1690b9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #137ea3;
  color: #137ea3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #35bae7;
  border-color: #35bae7;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #35bae7 !important;
  border-color: #35bae7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #137ea3;
  color: #137ea3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #35bae7;
  border-color: #35bae7;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #35bae7 !important;
  border-color: #35bae7 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #35bae7 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #35bae7 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #137ea3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #137ea3 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #35bae7;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #35bae7;
  border-color: #35bae7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #35bae7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebf8fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ebf8fd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #35bae7;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #35bae7;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #35bae7;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #35bae7;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #35bae7;
  border-bottom-color: #35bae7;
}
.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: #35bae7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2335bae7' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rB4ToPxAiO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/imagen-uninpe-25-1624x855.jpg");
}
.cid-rB4ToPxAiO .container-fluid {
  overflow: hidden;
}
.cid-rB4ToPxAiO .carousel-controls {
  display: none;
}
.cid-rB4ToPxAiO .carousel-controls a {
  transition: opacity 0.5s;
}
.cid-rB4ToPxAiO .carousel-controls a:hover span,
.cid-rB4ToPxAiO .carousel-controls a:focus span {
  opacity: 1;
}
.cid-rB4ToPxAiO .carousel-controls a:hover svg,
.cid-rB4ToPxAiO .carousel-controls a:focus svg {
  transition: all 0.25s;
  stroke-width: 3;
}
.cid-rB4ToPxAiO .carousel-controls a:active svg {
  transition: all 0.1s;
  stroke-width: 5;
}
.cid-rB4ToPxAiO .carousel-indicators li {
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-rB4ToPxAiO .carousel-indicators {
  bottom: 0px;
}
.cid-rB4ToPxAiO .carousel-indicators .active {
  border: 0px solid #1b1b1b;
  background: #000000;
}
.cid-rB4ToPxAiO ol {
  margin-bottom: 0rem;
}
.cid-rB4ToPxAiO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 1rem;
}
.cid-rB4ToPxAiO .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-rB4ToPxAiO .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-rB4ToPxAiO .carousel-item.active,
.cid-rB4ToPxAiO .carousel-item-next,
.cid-rB4ToPxAiO .carousel-item-prev {
  display: flex;
}
.cid-rB4ToPxAiO .user_image {
  overflow: hidden;
  display: flex;
  padding: 1.5rem;
}
.cid-rB4ToPxAiO .user_image .user_image_inner {
  max-width: 250px;
  max-height: 250px;
  border-radius: 10%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-rB4ToPxAiO .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.cid-rB4ToPxAiO .user_text {
  color: #767676;
  position: relative;
}
.cid-rB4ToPxAiO .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-rB4ToPxAiO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #35bae7, #ff3366);
  display: inline-block;
}
.cid-rB4ToPxAiO .testimonials-quote svg {
  height: 50px;
  width: 50px;
  opacity: 0.2;
  margin-bottom: -50px;
  margin-left: -25px;
}
.cid-rB4ToPxAiO svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rB4ToPxAiO .user_name {
  color: #ffffff;
  text-align: right;
}
.cid-rB4ToPxAiO .carousel-controls svg {
  height: 60px;
}
@media (max-width: 576px) {
  .cid-rB4ToPxAiO .carousel-controls {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rB4ToPxAiO .testimonials-quote,
  .cid-rB4ToPxAiO .user_text,
  .cid-rB4ToPxAiO .user_name,
  .cid-rB4ToPxAiO .user_desk {
    text-align: center !important;
  }
  .cid-rB4ToPxAiO .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
  .cid-rB4ToPxAiO .testimonials-quote svg {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .cid-rB4ToPxAiO .mbr-section-title,
  .cid-rB4ToPxAiO .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-rB4ToPxAiO .carousel-control-prev span {
    right: -1rem;
  }
  .cid-rB4ToPxAiO .carousel-control-next span {
    left: -1rem;
  }
  .cid-rB4ToPxAiO .user-text {
    padding-right: 2rem;
  }
  .cid-rB4ToPxAiO .carousel-control-prev,
  .cid-rB4ToPxAiO .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-rB4ToPxAiO .user_desk {
  text-align: right;
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}
.cid-rB4ToPxAiO .user_text,
.cid-rB4ToPxAiO .testimonials-quote {
  color: #ffffff;
}
.cid-sJws7lOMov {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-sJws7lOMov .links {
  text-align: center;
  color: #ffffff;
}
.cid-sJws7lOMov p {
  margin: 0;
}
.cid-rzPpxDxFYx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bb5-1002x669.jpg");
}
.cid-rzPpxDxFYx .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-rzPpxDxFYx .mbr-section-title {
  color: #ffffff;
}
.cid-rzPpxDxFYx .mbr-text,
.cid-rzPpxDxFYx .mbr-section-btn {
  color: #ffffff;
}
.cid-rzPpxDxFYx H3 {
  color: #ffffff;
}
.cid-sJwshFSOA0 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-sJwshFSOA0 .links {
  text-align: center;
  color: #ffffff;
}
.cid-sJwshFSOA0 p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sJpj4a3TMw {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-sJpj4a3TMw .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sJpj4a3TMw .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJpj4a3TMw .rev,
.cid-sJpj4a3TMw .mbr-iconfont {
  display: inline-block;
}
.cid-sJpj4a3TMw .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJpj4a3TMw .card-img {
  position: relative;
}
.cid-sJpj4a3TMw .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sJpj4a3TMw .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sJpj4a3TMw .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sJpj4a3TMw .card-box {
  padding: 1.5rem;
}
.cid-sJpj4a3TMw .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sJpj4a3TMw .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sJpj4a3TMw .mbr-section-title,
.cid-sJpj4a3TMw .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sJpj4a3TMw .card-text,
.cid-sJpj4a3TMw .mbr-section-btn,
.cid-sJpj4a3TMw .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-sJpj4a3TMw .mbr-text,
.cid-sJpj4a3TMw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sJpj4a3TMw .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-rBaGqujjfg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBaGqujjfg .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBaGqujjfg p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rA25vJOrFh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/admisin7-802x565.jpg");
}
.cid-rA25vJOrFh h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rA25vJOrFh .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rA25vJOrFh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rA25vJOrFh .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rA25vJOrFh ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rA25vJOrFh path {
  stroke: #ffffff;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rA25vJOrFh .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rA25vJOrFh .mbr-section-title {
  color: #ffffff;
}
.cid-rA25vJOrFh H4 {
  color: #ffffff;
}
.cid-rA25vJOrFh P {
  color: #ffffff;
}
.cid-rA6eUr6csc {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rA6eUr6csc .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 300;
}
.cid-rA6eUr6csc .step {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #000000;
}
.cid-rA6eUr6csc .separline {
  position: relative;
}
.cid-rA6eUr6csc .separline:after {
  top: 40px;
  left: 16px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (18px + 4px) * 2);
  background-color: #efefef;
}
.cid-rA6eUr6csc .mbr-section-title {
  color: #000000;
}
.cid-rA6eUr6csc .mbr-step-title {
  color: #000000;
}
.cid-rA6eUr6csc .mbr-step-text {
  color: #000000;
}
.cid-rC5E8J1rC7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBaGKifwgJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBaGKifwgJ .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBaGKifwgJ p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rBDajN1vO6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBDajN1vO6 P {
  color: #767676;
}
.cid-rBDajN1vO6 H1 {
  color: #ffffff;
}
.cid-rBDajN1vO6 H3 {
  color: #ffffff;
}
.cid-rBDgH3sQk8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rBDgH3sQk8 .form-control,
.cid-rBDgH3sQk8 .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-rBDgH3sQk8 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#35bae7, #35bae7);
  border: none;
}
.cid-rBDgH3sQk8 textarea.form-control {
  min-height: 188px;
}
.cid-rBDgH3sQk8 .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-rBDgH3sQk8 .content-container {
    padding-right: 5rem;
  }
}
.cid-rBDgH3sQk8 .mbr-text,
.cid-rBDgH3sQk8 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBDgH3sQk8 H1 {
  text-align: left;
  color: #232323;
}
.cid-rBaGWUD41i {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBaGWUD41i .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBaGWUD41i p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ruRwl6TpTZ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/imagen-uninpe-adm-6-b-1002x494.jpg");
}
.cid-ruRwl6TpTZ .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-ruRwl6TpTZ .main .mbr-section-btn {
  text-align: right;
}
.cid-ruRwl6TpTZ .btn {
  margin: 0 0 .5rem 0;
}
.cid-ruRwl6TpTZ H2 {
  color: #ffffff;
  text-align: left;
}
.cid-ruRwl6TpTZ H3 {
  color: #232323;
  text-align: left;
}
.cid-rBxdtdc7R5 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rBxdtdc7R5 .mbr-text {
  color: #767676;
}
.cid-rBxdtdc7R5 .mbr-text p {
  background: #ffffff;
}
.cid-rBaHZJxLa4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBaHZJxLa4 .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBaHZJxLa4 p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rBdm6rW2qv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBdm6rW2qv P {
  color: #767676;
}
.cid-rBdm6rW2qv H1 {
  color: #ffffff;
}
.cid-rBdm6rW2qv H3 {
  color: #ffffff;
}
.cid-rBdlHquWqF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBdlHquWqF .mbr-section-subtitle {
  color: #232323;
}
.cid-rBdlHquWqF .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzJDScunq6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzJDScunq6 .mbr-section-subtitle {
  color: #232323;
}
.cid-rzJDScunq6 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rxuaB4PchT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxuaB4PchT .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxuaB4PchT .mbr-content-text {
  color: #232323;
}
.cid-rxuaB4PchT .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxuaB4PchT .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxuaB4PchT .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxuaB4PchT .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxuaB4PchT .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxuaB4PchT .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxuaB4PchT .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rxuaB4PchT H4 {
  color: #232323;
}
.cid-rxuaKfbH5n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxuaKfbH5n .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxuaKfbH5n .mbr-content-text {
  color: #767676;
}
.cid-rxuaKfbH5n .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxuaKfbH5n .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxuaKfbH5n .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxuaKfbH5n .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxuaKfbH5n .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxuaKfbH5n .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxuaKfbH5n .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBlJDMbhGG {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlJDMbhGG P {
  color: #767676;
}
.cid-rBlJDMbhGG H1 {
  text-align: left;
}
.cid-rBlJDMbhGG .mbr-text,
.cid-rBlJDMbhGG .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBlJDMbhGG H3 {
  text-align: left;
}
.cid-sJqjZEIu1w {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJqjZEIu1w .mbr-section-subtitle {
  color: #767676;
}
.cid-sJqjZEIu1w .container-table {
  margin: 0 auto;
}
.cid-sJqjZEIu1w table.dataTable thead .sorting:before,
.cid-sJqjZEIu1w table.dataTable thead .sorting:after,
.cid-sJqjZEIu1w table.dataTable thead .sorting_asc:before,
.cid-sJqjZEIu1w table.dataTable thead .sorting_asc:after,
.cid-sJqjZEIu1w table.dataTable thead .sorting_desc:before,
.cid-sJqjZEIu1w table.dataTable thead .sorting_desc:after,
.cid-sJqjZEIu1w table.dataTable thead .sorting_asc_disabled:before,
.cid-sJqjZEIu1w table.dataTable thead .sorting_asc_disabled:after,
.cid-sJqjZEIu1w table.dataTable thead .sorting_desc_disabled:before,
.cid-sJqjZEIu1w table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJqjZEIu1w .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJqjZEIu1w .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJqjZEIu1w .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJqjZEIu1w .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJqjZEIu1w .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJqjZEIu1w .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJqjZEIu1w .table-heads {
  color: #ffffff;
}
.cid-sJqjZEIu1w .dataTables_wrapper {
  display: block;
}
.cid-sJqjZEIu1w .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJqjZEIu1w .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJqjZEIu1w table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJqjZEIu1w table td,
.cid-sJqjZEIu1w table th {
  white-space: nowrap;
}
.cid-sJqjZEIu1w table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJqjZEIu1w table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJqjZEIu1w table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJqjZEIu1w table.table {
  background: #ffffff;
}
.cid-sJqjZEIu1w .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJqjZEIu1w .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJqjZEIu1w .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJqjZEIu1w .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJqjZEIu1w .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJqjZEIu1w .dataTables_filter {
    text-align: center;
  }
  .cid-sJqjZEIu1w .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJqjZEIu1w .mbr-section-title,
.cid-sJqjZEIu1w .line-wrap {
  text-align: center;
}
.cid-sJqjZEIu1w .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBwdb6GEXx {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwdb6GEXx .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwdb6GEXx .container-table {
  margin: 0 auto;
}
.cid-rBwdb6GEXx table.dataTable thead .sorting:before,
.cid-rBwdb6GEXx table.dataTable thead .sorting:after,
.cid-rBwdb6GEXx table.dataTable thead .sorting_asc:before,
.cid-rBwdb6GEXx table.dataTable thead .sorting_asc:after,
.cid-rBwdb6GEXx table.dataTable thead .sorting_desc:before,
.cid-rBwdb6GEXx table.dataTable thead .sorting_desc:after,
.cid-rBwdb6GEXx table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwdb6GEXx table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwdb6GEXx table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwdb6GEXx table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwdb6GEXx .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwdb6GEXx .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwdb6GEXx .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwdb6GEXx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwdb6GEXx .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwdb6GEXx .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwdb6GEXx .table-heads {
  color: #ffffff;
}
.cid-rBwdb6GEXx .dataTables_wrapper {
  display: block;
}
.cid-rBwdb6GEXx .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwdb6GEXx .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwdb6GEXx table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwdb6GEXx table td,
.cid-rBwdb6GEXx table th {
  white-space: nowrap;
}
.cid-rBwdb6GEXx table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwdb6GEXx table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwdb6GEXx table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwdb6GEXx table.table {
  background: #ffffff;
}
.cid-rBwdb6GEXx .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwdb6GEXx .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwdb6GEXx .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwdb6GEXx .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwdb6GEXx .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwdb6GEXx .dataTables_filter {
    text-align: center;
  }
  .cid-rBwdb6GEXx .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwdb6GEXx .mbr-section-title,
.cid-rBwdb6GEXx .line-wrap {
  text-align: center;
}
.cid-rBwdb6GEXx .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlJtjxxHR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlJtjxxHR .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlJtjxxHR .container-table {
  margin: 0 auto;
}
.cid-rBlJtjxxHR table.dataTable thead .sorting:before,
.cid-rBlJtjxxHR table.dataTable thead .sorting:after,
.cid-rBlJtjxxHR table.dataTable thead .sorting_asc:before,
.cid-rBlJtjxxHR table.dataTable thead .sorting_asc:after,
.cid-rBlJtjxxHR table.dataTable thead .sorting_desc:before,
.cid-rBlJtjxxHR table.dataTable thead .sorting_desc:after,
.cid-rBlJtjxxHR table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlJtjxxHR table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlJtjxxHR table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlJtjxxHR table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlJtjxxHR .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlJtjxxHR .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlJtjxxHR .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlJtjxxHR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlJtjxxHR .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlJtjxxHR .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlJtjxxHR .table-heads {
  color: #ffffff;
}
.cid-rBlJtjxxHR .dataTables_wrapper {
  display: block;
}
.cid-rBlJtjxxHR .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlJtjxxHR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlJtjxxHR table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlJtjxxHR table td,
.cid-rBlJtjxxHR table th {
  white-space: nowrap;
}
.cid-rBlJtjxxHR table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlJtjxxHR table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlJtjxxHR table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlJtjxxHR table.table {
  background: #ffffff;
}
.cid-rBlJtjxxHR .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlJtjxxHR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlJtjxxHR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlJtjxxHR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlJtjxxHR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlJtjxxHR .dataTables_filter {
    text-align: center;
  }
  .cid-rBlJtjxxHR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlJtjxxHR .mbr-section-title,
.cid-rBlJtjxxHR .line-wrap {
  text-align: center;
}
.cid-rBlJtjxxHR .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlJqAFY4y {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlJqAFY4y .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlJqAFY4y .container-table {
  margin: 0 auto;
}
.cid-rBlJqAFY4y table.dataTable thead .sorting:before,
.cid-rBlJqAFY4y table.dataTable thead .sorting:after,
.cid-rBlJqAFY4y table.dataTable thead .sorting_asc:before,
.cid-rBlJqAFY4y table.dataTable thead .sorting_asc:after,
.cid-rBlJqAFY4y table.dataTable thead .sorting_desc:before,
.cid-rBlJqAFY4y table.dataTable thead .sorting_desc:after,
.cid-rBlJqAFY4y table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlJqAFY4y table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlJqAFY4y table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlJqAFY4y table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlJqAFY4y .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlJqAFY4y .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlJqAFY4y .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlJqAFY4y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlJqAFY4y .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlJqAFY4y .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlJqAFY4y .table-heads {
  color: #ffffff;
}
.cid-rBlJqAFY4y .dataTables_wrapper {
  display: block;
}
.cid-rBlJqAFY4y .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlJqAFY4y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlJqAFY4y table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlJqAFY4y table td,
.cid-rBlJqAFY4y table th {
  white-space: nowrap;
}
.cid-rBlJqAFY4y table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlJqAFY4y table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlJqAFY4y table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlJqAFY4y table.table {
  background: #ffffff;
}
.cid-rBlJqAFY4y .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlJqAFY4y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlJqAFY4y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlJqAFY4y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlJqAFY4y .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlJqAFY4y .dataTables_filter {
    text-align: center;
  }
  .cid-rBlJqAFY4y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlJqAFY4y .mbr-section-title,
.cid-rBlJqAFY4y .line-wrap {
  text-align: center;
}
.cid-rBlJqAFY4y .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDJlc45cT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBaM06lUOX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBaM06lUOX .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBaM06lUOX p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rBdw83WJa5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBdw83WJa5 P {
  color: #767676;
}
.cid-rBdw83WJa5 H1 {
  color: #ffffff;
}
.cid-rBdw83WJa5 H3 {
  color: #ffffff;
}
.cid-rBdwjGjQEk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBdwjGjQEk P {
  color: #767676;
}
.cid-rBdwjGjQEk H1 {
  color: #ffffff;
}
.cid-rBdwjGjQEk H3 {
  color: #ffffff;
}
.cid-rvcWnKPRf1 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvcWnKPRf1 .mbr-section-subtitle {
  color: #232323;
}
.cid-rvcWnKPRf1 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzJEYSOZZL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzJEYSOZZL .mbr-section-subtitle {
  color: #232323;
}
.cid-rzJEYSOZZL .btn {
  margin: 0 0 .5rem 0;
}
.cid-rxyDd5Crg1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxyDd5Crg1 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxyDd5Crg1 .mbr-content-text {
  color: #767676;
}
.cid-rxyDd5Crg1 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxyDd5Crg1 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxyDd5Crg1 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxyDd5Crg1 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxyDd5Crg1 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxyDd5Crg1 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxyDd5Crg1 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rxyDeVWDJD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxyDeVWDJD .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxyDeVWDJD .mbr-content-text {
  color: #767676;
}
.cid-rxyDeVWDJD .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxyDeVWDJD .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxyDeVWDJD .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxyDeVWDJD .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxyDeVWDJD .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxyDeVWDJD .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxyDeVWDJD .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBlMI4VK1h {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlMI4VK1h P {
  color: #767676;
}
.cid-rBlMI4VK1h H1 {
  text-align: left;
}
.cid-rBlMI4VK1h .mbr-text,
.cid-rBlMI4VK1h .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBlMI4VK1h H3 {
  text-align: left;
}
.cid-rBwcwNaGxc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwcwNaGxc .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwcwNaGxc .container-table {
  margin: 0 auto;
}
.cid-rBwcwNaGxc table.dataTable thead .sorting:before,
.cid-rBwcwNaGxc table.dataTable thead .sorting:after,
.cid-rBwcwNaGxc table.dataTable thead .sorting_asc:before,
.cid-rBwcwNaGxc table.dataTable thead .sorting_asc:after,
.cid-rBwcwNaGxc table.dataTable thead .sorting_desc:before,
.cid-rBwcwNaGxc table.dataTable thead .sorting_desc:after,
.cid-rBwcwNaGxc table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwcwNaGxc table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwcwNaGxc table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwcwNaGxc table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwcwNaGxc .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwcwNaGxc .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwcwNaGxc .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwcwNaGxc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwcwNaGxc .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwcwNaGxc .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwcwNaGxc .table-heads {
  color: #ffffff;
}
.cid-rBwcwNaGxc .dataTables_wrapper {
  display: block;
}
.cid-rBwcwNaGxc .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwcwNaGxc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwcwNaGxc table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwcwNaGxc table td,
.cid-rBwcwNaGxc table th {
  white-space: nowrap;
}
.cid-rBwcwNaGxc table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwcwNaGxc table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwcwNaGxc table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwcwNaGxc table.table {
  background: #ffffff;
}
.cid-rBwcwNaGxc .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwcwNaGxc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwcwNaGxc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwcwNaGxc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwcwNaGxc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwcwNaGxc .dataTables_filter {
    text-align: center;
  }
  .cid-rBwcwNaGxc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwcwNaGxc .mbr-section-title,
.cid-rBwcwNaGxc .line-wrap {
  text-align: center;
}
.cid-rBwcwNaGxc .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlMCCLDcy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlMCCLDcy .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlMCCLDcy .container-table {
  margin: 0 auto;
}
.cid-rBlMCCLDcy table.dataTable thead .sorting:before,
.cid-rBlMCCLDcy table.dataTable thead .sorting:after,
.cid-rBlMCCLDcy table.dataTable thead .sorting_asc:before,
.cid-rBlMCCLDcy table.dataTable thead .sorting_asc:after,
.cid-rBlMCCLDcy table.dataTable thead .sorting_desc:before,
.cid-rBlMCCLDcy table.dataTable thead .sorting_desc:after,
.cid-rBlMCCLDcy table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlMCCLDcy table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlMCCLDcy table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlMCCLDcy table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlMCCLDcy .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlMCCLDcy .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlMCCLDcy .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlMCCLDcy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlMCCLDcy .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlMCCLDcy .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlMCCLDcy .table-heads {
  color: #ffffff;
}
.cid-rBlMCCLDcy .dataTables_wrapper {
  display: block;
}
.cid-rBlMCCLDcy .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlMCCLDcy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlMCCLDcy table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlMCCLDcy table td,
.cid-rBlMCCLDcy table th {
  white-space: nowrap;
}
.cid-rBlMCCLDcy table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlMCCLDcy table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlMCCLDcy table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlMCCLDcy table.table {
  background: #ffffff;
}
.cid-rBlMCCLDcy .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlMCCLDcy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlMCCLDcy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlMCCLDcy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlMCCLDcy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlMCCLDcy .dataTables_filter {
    text-align: center;
  }
  .cid-rBlMCCLDcy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlMCCLDcy .mbr-section-title,
.cid-rBlMCCLDcy .line-wrap {
  text-align: center;
}
.cid-rBlMCCLDcy .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlMAlLZvl {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlMAlLZvl .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlMAlLZvl .container-table {
  margin: 0 auto;
}
.cid-rBlMAlLZvl table.dataTable thead .sorting:before,
.cid-rBlMAlLZvl table.dataTable thead .sorting:after,
.cid-rBlMAlLZvl table.dataTable thead .sorting_asc:before,
.cid-rBlMAlLZvl table.dataTable thead .sorting_asc:after,
.cid-rBlMAlLZvl table.dataTable thead .sorting_desc:before,
.cid-rBlMAlLZvl table.dataTable thead .sorting_desc:after,
.cid-rBlMAlLZvl table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlMAlLZvl table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlMAlLZvl table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlMAlLZvl table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlMAlLZvl .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlMAlLZvl .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlMAlLZvl .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlMAlLZvl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlMAlLZvl .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlMAlLZvl .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlMAlLZvl .table-heads {
  color: #ffffff;
}
.cid-rBlMAlLZvl .dataTables_wrapper {
  display: block;
}
.cid-rBlMAlLZvl .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlMAlLZvl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlMAlLZvl table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlMAlLZvl table td,
.cid-rBlMAlLZvl table th {
  white-space: nowrap;
}
.cid-rBlMAlLZvl table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlMAlLZvl table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlMAlLZvl table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlMAlLZvl table.table {
  background: #ffffff;
}
.cid-rBlMAlLZvl .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlMAlLZvl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlMAlLZvl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlMAlLZvl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlMAlLZvl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlMAlLZvl .dataTables_filter {
    text-align: center;
  }
  .cid-rBlMAlLZvl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlMAlLZvl .mbr-section-title,
.cid-rBlMAlLZvl .line-wrap {
  text-align: center;
}
.cid-rBlMAlLZvl .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlMy4Pjyj {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlMy4Pjyj .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlMy4Pjyj .container-table {
  margin: 0 auto;
}
.cid-rBlMy4Pjyj table.dataTable thead .sorting:before,
.cid-rBlMy4Pjyj table.dataTable thead .sorting:after,
.cid-rBlMy4Pjyj table.dataTable thead .sorting_asc:before,
.cid-rBlMy4Pjyj table.dataTable thead .sorting_asc:after,
.cid-rBlMy4Pjyj table.dataTable thead .sorting_desc:before,
.cid-rBlMy4Pjyj table.dataTable thead .sorting_desc:after,
.cid-rBlMy4Pjyj table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlMy4Pjyj table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlMy4Pjyj table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlMy4Pjyj table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlMy4Pjyj .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlMy4Pjyj .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlMy4Pjyj .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlMy4Pjyj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlMy4Pjyj .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlMy4Pjyj .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlMy4Pjyj .table-heads {
  color: #ffffff;
}
.cid-rBlMy4Pjyj .dataTables_wrapper {
  display: block;
}
.cid-rBlMy4Pjyj .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlMy4Pjyj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlMy4Pjyj table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlMy4Pjyj table td,
.cid-rBlMy4Pjyj table th {
  white-space: nowrap;
}
.cid-rBlMy4Pjyj table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlMy4Pjyj table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlMy4Pjyj table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlMy4Pjyj table.table {
  background: #ffffff;
}
.cid-rBlMy4Pjyj .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlMy4Pjyj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlMy4Pjyj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlMy4Pjyj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlMy4Pjyj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlMy4Pjyj .dataTables_filter {
    text-align: center;
  }
  .cid-rBlMy4Pjyj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlMy4Pjyj .mbr-section-title,
.cid-rBlMy4Pjyj .line-wrap {
  text-align: center;
}
.cid-rBlMy4Pjyj .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDKlHPhF5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBdHkH3C7x {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBdHkH3C7x .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBdHkH3C7x p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rvnN0IBILM {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rvnN0IBILM P {
  color: #767676;
}
.cid-rvnN0IBILM H1 {
  color: #ffffff;
}
.cid-rvnN0IBILM H3 {
  color: #ffffff;
}
.cid-rvnN0LCWm5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvnN0LCWm5 .mbr-section-subtitle {
  color: #232323;
}
.cid-rvnN0LCWm5 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rxFYO41BvJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxFYO41BvJ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxFYO41BvJ .mbr-content-text {
  color: #767676;
}
.cid-rxFYO41BvJ .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxFYO41BvJ .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxFYO41BvJ .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxFYO41BvJ .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxFYO41BvJ .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxFYO41BvJ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxFYO41BvJ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rxFYQkL3Ie {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxFYQkL3Ie .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxFYQkL3Ie .mbr-content-text {
  color: #767676;
}
.cid-rxFYQkL3Ie .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxFYQkL3Ie .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxFYQkL3Ie .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxFYQkL3Ie .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxFYQkL3Ie .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxFYQkL3Ie .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxFYQkL3Ie .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBmhhCntnM {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBmhhCntnM P {
  color: #767676;
}
.cid-rBmhhCntnM H1 {
  text-align: left;
}
.cid-rBmhhCntnM .mbr-text,
.cid-rBmhhCntnM .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBmhhCntnM H3 {
  text-align: left;
}
.cid-rBmheeP1LK {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBmheeP1LK .mbr-section-subtitle {
  color: #767676;
}
.cid-rBmheeP1LK .container-table {
  margin: 0 auto;
}
.cid-rBmheeP1LK table.dataTable thead .sorting:before,
.cid-rBmheeP1LK table.dataTable thead .sorting:after,
.cid-rBmheeP1LK table.dataTable thead .sorting_asc:before,
.cid-rBmheeP1LK table.dataTable thead .sorting_asc:after,
.cid-rBmheeP1LK table.dataTable thead .sorting_desc:before,
.cid-rBmheeP1LK table.dataTable thead .sorting_desc:after,
.cid-rBmheeP1LK table.dataTable thead .sorting_asc_disabled:before,
.cid-rBmheeP1LK table.dataTable thead .sorting_asc_disabled:after,
.cid-rBmheeP1LK table.dataTable thead .sorting_desc_disabled:before,
.cid-rBmheeP1LK table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBmheeP1LK .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBmheeP1LK .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBmheeP1LK .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBmheeP1LK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBmheeP1LK .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBmheeP1LK .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBmheeP1LK .table-heads {
  color: #ffffff;
}
.cid-rBmheeP1LK .dataTables_wrapper {
  display: block;
}
.cid-rBmheeP1LK .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBmheeP1LK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBmheeP1LK table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBmheeP1LK table td,
.cid-rBmheeP1LK table th {
  white-space: nowrap;
}
.cid-rBmheeP1LK table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBmheeP1LK table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBmheeP1LK table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBmheeP1LK table.table {
  background: #ffffff;
}
.cid-rBmheeP1LK .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBmheeP1LK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBmheeP1LK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBmheeP1LK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBmheeP1LK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBmheeP1LK .dataTables_filter {
    text-align: center;
  }
  .cid-rBmheeP1LK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBmheeP1LK .mbr-section-title,
.cid-rBmheeP1LK .line-wrap {
  text-align: center;
}
.cid-rBmheeP1LK .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBmhaKarEH {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBmhaKarEH .mbr-section-subtitle {
  color: #767676;
}
.cid-rBmhaKarEH .container-table {
  margin: 0 auto;
}
.cid-rBmhaKarEH table.dataTable thead .sorting:before,
.cid-rBmhaKarEH table.dataTable thead .sorting:after,
.cid-rBmhaKarEH table.dataTable thead .sorting_asc:before,
.cid-rBmhaKarEH table.dataTable thead .sorting_asc:after,
.cid-rBmhaKarEH table.dataTable thead .sorting_desc:before,
.cid-rBmhaKarEH table.dataTable thead .sorting_desc:after,
.cid-rBmhaKarEH table.dataTable thead .sorting_asc_disabled:before,
.cid-rBmhaKarEH table.dataTable thead .sorting_asc_disabled:after,
.cid-rBmhaKarEH table.dataTable thead .sorting_desc_disabled:before,
.cid-rBmhaKarEH table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBmhaKarEH .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBmhaKarEH .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBmhaKarEH .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBmhaKarEH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBmhaKarEH .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBmhaKarEH .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBmhaKarEH .table-heads {
  color: #ffffff;
}
.cid-rBmhaKarEH .dataTables_wrapper {
  display: block;
}
.cid-rBmhaKarEH .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBmhaKarEH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBmhaKarEH table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBmhaKarEH table td,
.cid-rBmhaKarEH table th {
  white-space: nowrap;
}
.cid-rBmhaKarEH table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBmhaKarEH table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBmhaKarEH table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBmhaKarEH table.table {
  background: #ffffff;
}
.cid-rBmhaKarEH .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBmhaKarEH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBmhaKarEH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBmhaKarEH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBmhaKarEH .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBmhaKarEH .dataTables_filter {
    text-align: center;
  }
  .cid-rBmhaKarEH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBmhaKarEH .mbr-section-title,
.cid-rBmhaKarEH .line-wrap {
  text-align: center;
}
.cid-rBmhaKarEH .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBwbteAAie {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwbteAAie .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwbteAAie .container-table {
  margin: 0 auto;
}
.cid-rBwbteAAie table.dataTable thead .sorting:before,
.cid-rBwbteAAie table.dataTable thead .sorting:after,
.cid-rBwbteAAie table.dataTable thead .sorting_asc:before,
.cid-rBwbteAAie table.dataTable thead .sorting_asc:after,
.cid-rBwbteAAie table.dataTable thead .sorting_desc:before,
.cid-rBwbteAAie table.dataTable thead .sorting_desc:after,
.cid-rBwbteAAie table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwbteAAie table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwbteAAie table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwbteAAie table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwbteAAie .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwbteAAie .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwbteAAie .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwbteAAie .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwbteAAie .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwbteAAie .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwbteAAie .table-heads {
  color: #ffffff;
}
.cid-rBwbteAAie .dataTables_wrapper {
  display: block;
}
.cid-rBwbteAAie .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwbteAAie .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwbteAAie table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwbteAAie table td,
.cid-rBwbteAAie table th {
  white-space: nowrap;
}
.cid-rBwbteAAie table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwbteAAie table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwbteAAie table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwbteAAie table.table {
  background: #ffffff;
}
.cid-rBwbteAAie .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwbteAAie .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwbteAAie .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwbteAAie .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwbteAAie .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwbteAAie .dataTables_filter {
    text-align: center;
  }
  .cid-rBwbteAAie .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwbteAAie .mbr-section-title,
.cid-rBwbteAAie .line-wrap {
  text-align: center;
}
.cid-rBwbteAAie .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBmh5tyyrg {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBmh5tyyrg .mbr-section-subtitle {
  color: #767676;
}
.cid-rBmh5tyyrg .container-table {
  margin: 0 auto;
}
.cid-rBmh5tyyrg table.dataTable thead .sorting:before,
.cid-rBmh5tyyrg table.dataTable thead .sorting:after,
.cid-rBmh5tyyrg table.dataTable thead .sorting_asc:before,
.cid-rBmh5tyyrg table.dataTable thead .sorting_asc:after,
.cid-rBmh5tyyrg table.dataTable thead .sorting_desc:before,
.cid-rBmh5tyyrg table.dataTable thead .sorting_desc:after,
.cid-rBmh5tyyrg table.dataTable thead .sorting_asc_disabled:before,
.cid-rBmh5tyyrg table.dataTable thead .sorting_asc_disabled:after,
.cid-rBmh5tyyrg table.dataTable thead .sorting_desc_disabled:before,
.cid-rBmh5tyyrg table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBmh5tyyrg .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBmh5tyyrg .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBmh5tyyrg .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBmh5tyyrg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBmh5tyyrg .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBmh5tyyrg .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBmh5tyyrg .table-heads {
  color: #ffffff;
}
.cid-rBmh5tyyrg .dataTables_wrapper {
  display: block;
}
.cid-rBmh5tyyrg .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBmh5tyyrg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBmh5tyyrg table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBmh5tyyrg table td,
.cid-rBmh5tyyrg table th {
  white-space: nowrap;
}
.cid-rBmh5tyyrg table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBmh5tyyrg table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBmh5tyyrg table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBmh5tyyrg table.table {
  background: #ffffff;
}
.cid-rBmh5tyyrg .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBmh5tyyrg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBmh5tyyrg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBmh5tyyrg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBmh5tyyrg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBmh5tyyrg .dataTables_filter {
    text-align: center;
  }
  .cid-rBmh5tyyrg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBmh5tyyrg .mbr-section-title,
.cid-rBmh5tyyrg .line-wrap {
  text-align: center;
}
.cid-rBmh5tyyrg .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDLjb8yKB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBdHRJ4mT1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBdHRJ4mT1 .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBdHRJ4mT1 p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rvzKAGBLbi {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rvzKAGBLbi P {
  color: #767676;
}
.cid-rvzKAGBLbi H1 {
  color: #ffffff;
}
.cid-rvzKAGBLbi H3 {
  color: #ffffff;
}
.cid-rvzKAJjxVn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvzKAJjxVn .mbr-section-subtitle {
  color: #232323;
}
.cid-rvzKAJjxVn .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzJJOOnWoK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzJJOOnWoK .mbr-section-subtitle {
  color: #232323;
}
.cid-rzJJOOnWoK .btn {
  margin: 0 0 .5rem 0;
}
.cid-rxLB2FlZNA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxLB2FlZNA .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxLB2FlZNA .mbr-content-text {
  color: #767676;
}
.cid-rxLB2FlZNA .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxLB2FlZNA .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxLB2FlZNA .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxLB2FlZNA .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxLB2FlZNA .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxLB2FlZNA .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxLB2FlZNA .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rxLB59pXiu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxLB59pXiu .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxLB59pXiu .mbr-content-text {
  color: #767676;
}
.cid-rxLB59pXiu .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxLB59pXiu .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxLB59pXiu .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxLB59pXiu .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxLB59pXiu .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxLB59pXiu .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxLB59pXiu .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBpo1Bg7SV {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpo1Bg7SV P {
  color: #767676;
}
.cid-rBpo1Bg7SV H1 {
  text-align: left;
}
.cid-rBpo1Bg7SV .mbr-text,
.cid-rBpo1Bg7SV .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBpo1Bg7SV H3 {
  text-align: left;
}
.cid-rBpnZmsTZ9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpnZmsTZ9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpnZmsTZ9 .container-table {
  margin: 0 auto;
}
.cid-rBpnZmsTZ9 table.dataTable thead .sorting:before,
.cid-rBpnZmsTZ9 table.dataTable thead .sorting:after,
.cid-rBpnZmsTZ9 table.dataTable thead .sorting_asc:before,
.cid-rBpnZmsTZ9 table.dataTable thead .sorting_asc:after,
.cid-rBpnZmsTZ9 table.dataTable thead .sorting_desc:before,
.cid-rBpnZmsTZ9 table.dataTable thead .sorting_desc:after,
.cid-rBpnZmsTZ9 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpnZmsTZ9 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpnZmsTZ9 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpnZmsTZ9 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpnZmsTZ9 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpnZmsTZ9 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpnZmsTZ9 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpnZmsTZ9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpnZmsTZ9 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpnZmsTZ9 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpnZmsTZ9 .table-heads {
  color: #ffffff;
}
.cid-rBpnZmsTZ9 .dataTables_wrapper {
  display: block;
}
.cid-rBpnZmsTZ9 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpnZmsTZ9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpnZmsTZ9 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpnZmsTZ9 table td,
.cid-rBpnZmsTZ9 table th {
  white-space: nowrap;
}
.cid-rBpnZmsTZ9 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpnZmsTZ9 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpnZmsTZ9 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpnZmsTZ9 table.table {
  background: #ffffff;
}
.cid-rBpnZmsTZ9 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpnZmsTZ9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpnZmsTZ9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpnZmsTZ9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpnZmsTZ9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpnZmsTZ9 .dataTables_filter {
    text-align: center;
  }
  .cid-rBpnZmsTZ9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpnZmsTZ9 .mbr-section-title,
.cid-rBpnZmsTZ9 .line-wrap {
  text-align: center;
}
.cid-rBpnZmsTZ9 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBw8ojqj9J {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBw8ojqj9J .mbr-section-subtitle {
  color: #767676;
}
.cid-rBw8ojqj9J .container-table {
  margin: 0 auto;
}
.cid-rBw8ojqj9J table.dataTable thead .sorting:before,
.cid-rBw8ojqj9J table.dataTable thead .sorting:after,
.cid-rBw8ojqj9J table.dataTable thead .sorting_asc:before,
.cid-rBw8ojqj9J table.dataTable thead .sorting_asc:after,
.cid-rBw8ojqj9J table.dataTable thead .sorting_desc:before,
.cid-rBw8ojqj9J table.dataTable thead .sorting_desc:after,
.cid-rBw8ojqj9J table.dataTable thead .sorting_asc_disabled:before,
.cid-rBw8ojqj9J table.dataTable thead .sorting_asc_disabled:after,
.cid-rBw8ojqj9J table.dataTable thead .sorting_desc_disabled:before,
.cid-rBw8ojqj9J table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBw8ojqj9J .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBw8ojqj9J .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBw8ojqj9J .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBw8ojqj9J .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBw8ojqj9J .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBw8ojqj9J .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBw8ojqj9J .table-heads {
  color: #ffffff;
}
.cid-rBw8ojqj9J .dataTables_wrapper {
  display: block;
}
.cid-rBw8ojqj9J .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBw8ojqj9J .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBw8ojqj9J table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBw8ojqj9J table td,
.cid-rBw8ojqj9J table th {
  white-space: nowrap;
}
.cid-rBw8ojqj9J table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBw8ojqj9J table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBw8ojqj9J table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBw8ojqj9J table.table {
  background: #ffffff;
}
.cid-rBw8ojqj9J .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBw8ojqj9J .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBw8ojqj9J .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBw8ojqj9J .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBw8ojqj9J .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBw8ojqj9J .dataTables_filter {
    text-align: center;
  }
  .cid-rBw8ojqj9J .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBw8ojqj9J .mbr-section-title,
.cid-rBw8ojqj9J .line-wrap {
  text-align: center;
}
.cid-rBw8ojqj9J .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBw8qKyxUA {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBw8qKyxUA .mbr-section-subtitle {
  color: #767676;
}
.cid-rBw8qKyxUA .container-table {
  margin: 0 auto;
}
.cid-rBw8qKyxUA table.dataTable thead .sorting:before,
.cid-rBw8qKyxUA table.dataTable thead .sorting:after,
.cid-rBw8qKyxUA table.dataTable thead .sorting_asc:before,
.cid-rBw8qKyxUA table.dataTable thead .sorting_asc:after,
.cid-rBw8qKyxUA table.dataTable thead .sorting_desc:before,
.cid-rBw8qKyxUA table.dataTable thead .sorting_desc:after,
.cid-rBw8qKyxUA table.dataTable thead .sorting_asc_disabled:before,
.cid-rBw8qKyxUA table.dataTable thead .sorting_asc_disabled:after,
.cid-rBw8qKyxUA table.dataTable thead .sorting_desc_disabled:before,
.cid-rBw8qKyxUA table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBw8qKyxUA .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBw8qKyxUA .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBw8qKyxUA .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBw8qKyxUA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBw8qKyxUA .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBw8qKyxUA .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBw8qKyxUA .table-heads {
  color: #ffffff;
}
.cid-rBw8qKyxUA .dataTables_wrapper {
  display: block;
}
.cid-rBw8qKyxUA .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBw8qKyxUA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBw8qKyxUA table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBw8qKyxUA table td,
.cid-rBw8qKyxUA table th {
  white-space: nowrap;
}
.cid-rBw8qKyxUA table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBw8qKyxUA table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBw8qKyxUA table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBw8qKyxUA table.table {
  background: #ffffff;
}
.cid-rBw8qKyxUA .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBw8qKyxUA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBw8qKyxUA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBw8qKyxUA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBw8qKyxUA .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBw8qKyxUA .dataTables_filter {
    text-align: center;
  }
  .cid-rBw8qKyxUA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBw8qKyxUA .mbr-section-title,
.cid-rBw8qKyxUA .line-wrap {
  text-align: center;
}
.cid-rBw8qKyxUA .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpnS76lVY {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpnS76lVY .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpnS76lVY .container-table {
  margin: 0 auto;
}
.cid-rBpnS76lVY table.dataTable thead .sorting:before,
.cid-rBpnS76lVY table.dataTable thead .sorting:after,
.cid-rBpnS76lVY table.dataTable thead .sorting_asc:before,
.cid-rBpnS76lVY table.dataTable thead .sorting_asc:after,
.cid-rBpnS76lVY table.dataTable thead .sorting_desc:before,
.cid-rBpnS76lVY table.dataTable thead .sorting_desc:after,
.cid-rBpnS76lVY table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpnS76lVY table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpnS76lVY table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpnS76lVY table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpnS76lVY .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpnS76lVY .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpnS76lVY .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpnS76lVY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpnS76lVY .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpnS76lVY .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpnS76lVY .table-heads {
  color: #ffffff;
}
.cid-rBpnS76lVY .dataTables_wrapper {
  display: block;
}
.cid-rBpnS76lVY .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpnS76lVY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpnS76lVY table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpnS76lVY table td,
.cid-rBpnS76lVY table th {
  white-space: nowrap;
}
.cid-rBpnS76lVY table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpnS76lVY table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpnS76lVY table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpnS76lVY table.table {
  background: #ffffff;
}
.cid-rBpnS76lVY .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpnS76lVY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpnS76lVY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpnS76lVY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpnS76lVY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpnS76lVY .dataTables_filter {
    text-align: center;
  }
  .cid-rBpnS76lVY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpnS76lVY .mbr-section-title,
.cid-rBpnS76lVY .line-wrap {
  text-align: center;
}
.cid-rBpnS76lVY .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDLFdKEFN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBdHZdTD7A {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBdHZdTD7A .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBdHZdTD7A p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rvAhvwRlH2 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rvAhvwRlH2 P {
  color: #767676;
}
.cid-rvAhvwRlH2 H1 {
  color: #ffffff;
}
.cid-rvAhvwRlH2 H3 {
  color: #ffffff;
}
.cid-rvAhvzZBV4 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvAhvzZBV4 .mbr-section-subtitle {
  color: #232323;
}
.cid-rvAhvzZBV4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzJKIp88dj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzJKIp88dj .mbr-section-subtitle {
  color: #232323;
}
.cid-rzJKIp88dj .btn {
  margin: 0 0 .5rem 0;
}
.cid-rxQuVX8w53 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxQuVX8w53 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxQuVX8w53 .mbr-content-text {
  color: #767676;
}
.cid-rxQuVX8w53 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxQuVX8w53 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxQuVX8w53 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxQuVX8w53 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxQuVX8w53 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxQuVX8w53 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxQuVX8w53 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rxQuXzkGhu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxQuXzkGhu .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxQuXzkGhu .mbr-content-text {
  color: #767676;
}
.cid-rxQuXzkGhu .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxQuXzkGhu .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxQuXzkGhu .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxQuXzkGhu .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxQuXzkGhu .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxQuXzkGhu .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxQuXzkGhu .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBpr51n1Yo {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpr51n1Yo P {
  color: #767676;
}
.cid-rBpr51n1Yo H1 {
  text-align: left;
}
.cid-rBpr51n1Yo .mbr-text,
.cid-rBpr51n1Yo .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBpr51n1Yo H3 {
  text-align: left;
}
.cid-rBpr2YK3Iv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpr2YK3Iv .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpr2YK3Iv .container-table {
  margin: 0 auto;
}
.cid-rBpr2YK3Iv table.dataTable thead .sorting:before,
.cid-rBpr2YK3Iv table.dataTable thead .sorting:after,
.cid-rBpr2YK3Iv table.dataTable thead .sorting_asc:before,
.cid-rBpr2YK3Iv table.dataTable thead .sorting_asc:after,
.cid-rBpr2YK3Iv table.dataTable thead .sorting_desc:before,
.cid-rBpr2YK3Iv table.dataTable thead .sorting_desc:after,
.cid-rBpr2YK3Iv table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpr2YK3Iv table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpr2YK3Iv table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpr2YK3Iv table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpr2YK3Iv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpr2YK3Iv .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpr2YK3Iv .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpr2YK3Iv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpr2YK3Iv .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpr2YK3Iv .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpr2YK3Iv .table-heads {
  color: #ffffff;
}
.cid-rBpr2YK3Iv .dataTables_wrapper {
  display: block;
}
.cid-rBpr2YK3Iv .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpr2YK3Iv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpr2YK3Iv table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpr2YK3Iv table td,
.cid-rBpr2YK3Iv table th {
  white-space: nowrap;
}
.cid-rBpr2YK3Iv table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpr2YK3Iv table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpr2YK3Iv table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpr2YK3Iv table.table {
  background: #ffffff;
}
.cid-rBpr2YK3Iv .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpr2YK3Iv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpr2YK3Iv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpr2YK3Iv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpr2YK3Iv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpr2YK3Iv .dataTables_filter {
    text-align: center;
  }
  .cid-rBpr2YK3Iv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpr2YK3Iv .mbr-section-title,
.cid-rBpr2YK3Iv .line-wrap {
  text-align: center;
}
.cid-rBpr2YK3Iv .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpr0JYMUc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpr0JYMUc .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpr0JYMUc .container-table {
  margin: 0 auto;
}
.cid-rBpr0JYMUc table.dataTable thead .sorting:before,
.cid-rBpr0JYMUc table.dataTable thead .sorting:after,
.cid-rBpr0JYMUc table.dataTable thead .sorting_asc:before,
.cid-rBpr0JYMUc table.dataTable thead .sorting_asc:after,
.cid-rBpr0JYMUc table.dataTable thead .sorting_desc:before,
.cid-rBpr0JYMUc table.dataTable thead .sorting_desc:after,
.cid-rBpr0JYMUc table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpr0JYMUc table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpr0JYMUc table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpr0JYMUc table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpr0JYMUc .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpr0JYMUc .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpr0JYMUc .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpr0JYMUc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpr0JYMUc .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpr0JYMUc .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpr0JYMUc .table-heads {
  color: #ffffff;
}
.cid-rBpr0JYMUc .dataTables_wrapper {
  display: block;
}
.cid-rBpr0JYMUc .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpr0JYMUc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpr0JYMUc table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpr0JYMUc table td,
.cid-rBpr0JYMUc table th {
  white-space: nowrap;
}
.cid-rBpr0JYMUc table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpr0JYMUc table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpr0JYMUc table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpr0JYMUc table.table {
  background: #ffffff;
}
.cid-rBpr0JYMUc .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpr0JYMUc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpr0JYMUc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpr0JYMUc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpr0JYMUc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpr0JYMUc .dataTables_filter {
    text-align: center;
  }
  .cid-rBpr0JYMUc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpr0JYMUc .mbr-section-title,
.cid-rBpr0JYMUc .line-wrap {
  text-align: center;
}
.cid-rBpr0JYMUc .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBwa0zw7Sl {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwa0zw7Sl .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwa0zw7Sl .container-table {
  margin: 0 auto;
}
.cid-rBwa0zw7Sl table.dataTable thead .sorting:before,
.cid-rBwa0zw7Sl table.dataTable thead .sorting:after,
.cid-rBwa0zw7Sl table.dataTable thead .sorting_asc:before,
.cid-rBwa0zw7Sl table.dataTable thead .sorting_asc:after,
.cid-rBwa0zw7Sl table.dataTable thead .sorting_desc:before,
.cid-rBwa0zw7Sl table.dataTable thead .sorting_desc:after,
.cid-rBwa0zw7Sl table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwa0zw7Sl table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwa0zw7Sl table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwa0zw7Sl table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwa0zw7Sl .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwa0zw7Sl .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwa0zw7Sl .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwa0zw7Sl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwa0zw7Sl .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwa0zw7Sl .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwa0zw7Sl .table-heads {
  color: #ffffff;
}
.cid-rBwa0zw7Sl .dataTables_wrapper {
  display: block;
}
.cid-rBwa0zw7Sl .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwa0zw7Sl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwa0zw7Sl table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwa0zw7Sl table td,
.cid-rBwa0zw7Sl table th {
  white-space: nowrap;
}
.cid-rBwa0zw7Sl table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwa0zw7Sl table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwa0zw7Sl table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwa0zw7Sl table.table {
  background: #ffffff;
}
.cid-rBwa0zw7Sl .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwa0zw7Sl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwa0zw7Sl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwa0zw7Sl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwa0zw7Sl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwa0zw7Sl .dataTables_filter {
    text-align: center;
  }
  .cid-rBwa0zw7Sl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwa0zw7Sl .mbr-section-title,
.cid-rBwa0zw7Sl .line-wrap {
  text-align: center;
}
.cid-rBwa0zw7Sl .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpqW8OBQB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpqW8OBQB .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpqW8OBQB .container-table {
  margin: 0 auto;
}
.cid-rBpqW8OBQB table.dataTable thead .sorting:before,
.cid-rBpqW8OBQB table.dataTable thead .sorting:after,
.cid-rBpqW8OBQB table.dataTable thead .sorting_asc:before,
.cid-rBpqW8OBQB table.dataTable thead .sorting_asc:after,
.cid-rBpqW8OBQB table.dataTable thead .sorting_desc:before,
.cid-rBpqW8OBQB table.dataTable thead .sorting_desc:after,
.cid-rBpqW8OBQB table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpqW8OBQB table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpqW8OBQB table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpqW8OBQB table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpqW8OBQB .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpqW8OBQB .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpqW8OBQB .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpqW8OBQB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpqW8OBQB .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpqW8OBQB .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpqW8OBQB .table-heads {
  color: #ffffff;
}
.cid-rBpqW8OBQB .dataTables_wrapper {
  display: block;
}
.cid-rBpqW8OBQB .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpqW8OBQB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpqW8OBQB table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpqW8OBQB table td,
.cid-rBpqW8OBQB table th {
  white-space: nowrap;
}
.cid-rBpqW8OBQB table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpqW8OBQB table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpqW8OBQB table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpqW8OBQB table.table {
  background: #ffffff;
}
.cid-rBpqW8OBQB .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpqW8OBQB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpqW8OBQB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpqW8OBQB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpqW8OBQB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpqW8OBQB .dataTables_filter {
    text-align: center;
  }
  .cid-rBpqW8OBQB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpqW8OBQB .mbr-section-title,
.cid-rBpqW8OBQB .line-wrap {
  text-align: center;
}
.cid-rBpqW8OBQB .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDLTxdyi8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBdI6V97g6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBdI6V97g6 .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBdI6V97g6 p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rvBMtma2Pe {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rvBMtma2Pe P {
  color: #767676;
}
.cid-rvBMtma2Pe H1 {
  color: #ffffff;
}
.cid-rvBMtma2Pe H3 {
  color: #ffffff;
}
.cid-rvBMtqju1z {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvBMtqju1z .mbr-section-subtitle {
  color: #232323;
}
.cid-rvBMtqju1z .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzJMfpWMvS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzJMfpWMvS .mbr-section-subtitle {
  color: #232323;
}
.cid-rzJMfpWMvS .btn {
  margin: 0 0 .5rem 0;
}
.cid-rxRqWAHaRk {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxRqWAHaRk .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxRqWAHaRk .mbr-content-text {
  color: #767676;
}
.cid-rxRqWAHaRk .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxRqWAHaRk .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxRqWAHaRk .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxRqWAHaRk .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxRqWAHaRk .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxRqWAHaRk .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxRqWAHaRk .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rxRqYc3xSp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxRqYc3xSp .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxRqYc3xSp .mbr-content-text {
  color: #767676;
}
.cid-rxRqYc3xSp .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxRqYc3xSp .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxRqYc3xSp .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxRqYc3xSp .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxRqYc3xSp .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxRqYc3xSp .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxRqYc3xSp .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBpuCtYBmv {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpuCtYBmv P {
  color: #767676;
}
.cid-rBpuCtYBmv H1 {
  text-align: left;
}
.cid-rBpuCtYBmv .mbr-text,
.cid-rBpuCtYBmv .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBpuCtYBmv H3 {
  text-align: left;
}
.cid-rBw5EokALt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBw5EokALt .mbr-section-subtitle {
  color: #767676;
}
.cid-rBw5EokALt .container-table {
  margin: 0 auto;
}
.cid-rBw5EokALt table.dataTable thead .sorting:before,
.cid-rBw5EokALt table.dataTable thead .sorting:after,
.cid-rBw5EokALt table.dataTable thead .sorting_asc:before,
.cid-rBw5EokALt table.dataTable thead .sorting_asc:after,
.cid-rBw5EokALt table.dataTable thead .sorting_desc:before,
.cid-rBw5EokALt table.dataTable thead .sorting_desc:after,
.cid-rBw5EokALt table.dataTable thead .sorting_asc_disabled:before,
.cid-rBw5EokALt table.dataTable thead .sorting_asc_disabled:after,
.cid-rBw5EokALt table.dataTable thead .sorting_desc_disabled:before,
.cid-rBw5EokALt table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBw5EokALt .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBw5EokALt .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBw5EokALt .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBw5EokALt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBw5EokALt .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBw5EokALt .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBw5EokALt .table-heads {
  color: #ffffff;
}
.cid-rBw5EokALt .dataTables_wrapper {
  display: block;
}
.cid-rBw5EokALt .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBw5EokALt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBw5EokALt table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBw5EokALt table td,
.cid-rBw5EokALt table th {
  white-space: nowrap;
}
.cid-rBw5EokALt table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBw5EokALt table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBw5EokALt table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBw5EokALt table.table {
  background: #ffffff;
}
.cid-rBw5EokALt .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBw5EokALt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBw5EokALt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBw5EokALt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBw5EokALt .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBw5EokALt .dataTables_filter {
    text-align: center;
  }
  .cid-rBw5EokALt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBw5EokALt .mbr-section-title,
.cid-rBw5EokALt .line-wrap {
  text-align: center;
}
.cid-rBw5EokALt .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBw5IGhDdf {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBw5IGhDdf .mbr-section-subtitle {
  color: #767676;
}
.cid-rBw5IGhDdf .container-table {
  margin: 0 auto;
}
.cid-rBw5IGhDdf table.dataTable thead .sorting:before,
.cid-rBw5IGhDdf table.dataTable thead .sorting:after,
.cid-rBw5IGhDdf table.dataTable thead .sorting_asc:before,
.cid-rBw5IGhDdf table.dataTable thead .sorting_asc:after,
.cid-rBw5IGhDdf table.dataTable thead .sorting_desc:before,
.cid-rBw5IGhDdf table.dataTable thead .sorting_desc:after,
.cid-rBw5IGhDdf table.dataTable thead .sorting_asc_disabled:before,
.cid-rBw5IGhDdf table.dataTable thead .sorting_asc_disabled:after,
.cid-rBw5IGhDdf table.dataTable thead .sorting_desc_disabled:before,
.cid-rBw5IGhDdf table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBw5IGhDdf .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBw5IGhDdf .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBw5IGhDdf .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBw5IGhDdf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBw5IGhDdf .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBw5IGhDdf .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBw5IGhDdf .table-heads {
  color: #ffffff;
}
.cid-rBw5IGhDdf .dataTables_wrapper {
  display: block;
}
.cid-rBw5IGhDdf .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBw5IGhDdf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBw5IGhDdf table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBw5IGhDdf table td,
.cid-rBw5IGhDdf table th {
  white-space: nowrap;
}
.cid-rBw5IGhDdf table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBw5IGhDdf table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBw5IGhDdf table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBw5IGhDdf table.table {
  background: #ffffff;
}
.cid-rBw5IGhDdf .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBw5IGhDdf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBw5IGhDdf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBw5IGhDdf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBw5IGhDdf .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBw5IGhDdf .dataTables_filter {
    text-align: center;
  }
  .cid-rBw5IGhDdf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBw5IGhDdf .mbr-section-title,
.cid-rBw5IGhDdf .line-wrap {
  text-align: center;
}
.cid-rBw5IGhDdf .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBw5KZNnBE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBw5KZNnBE .mbr-section-subtitle {
  color: #767676;
}
.cid-rBw5KZNnBE .container-table {
  margin: 0 auto;
}
.cid-rBw5KZNnBE table.dataTable thead .sorting:before,
.cid-rBw5KZNnBE table.dataTable thead .sorting:after,
.cid-rBw5KZNnBE table.dataTable thead .sorting_asc:before,
.cid-rBw5KZNnBE table.dataTable thead .sorting_asc:after,
.cid-rBw5KZNnBE table.dataTable thead .sorting_desc:before,
.cid-rBw5KZNnBE table.dataTable thead .sorting_desc:after,
.cid-rBw5KZNnBE table.dataTable thead .sorting_asc_disabled:before,
.cid-rBw5KZNnBE table.dataTable thead .sorting_asc_disabled:after,
.cid-rBw5KZNnBE table.dataTable thead .sorting_desc_disabled:before,
.cid-rBw5KZNnBE table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBw5KZNnBE .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBw5KZNnBE .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBw5KZNnBE .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBw5KZNnBE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBw5KZNnBE .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBw5KZNnBE .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBw5KZNnBE .table-heads {
  color: #ffffff;
}
.cid-rBw5KZNnBE .dataTables_wrapper {
  display: block;
}
.cid-rBw5KZNnBE .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBw5KZNnBE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBw5KZNnBE table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBw5KZNnBE table td,
.cid-rBw5KZNnBE table th {
  white-space: nowrap;
}
.cid-rBw5KZNnBE table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBw5KZNnBE table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBw5KZNnBE table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBw5KZNnBE table.table {
  background: #ffffff;
}
.cid-rBw5KZNnBE .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBw5KZNnBE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBw5KZNnBE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBw5KZNnBE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBw5KZNnBE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBw5KZNnBE .dataTables_filter {
    text-align: center;
  }
  .cid-rBw5KZNnBE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBw5KZNnBE .mbr-section-title,
.cid-rBw5KZNnBE .line-wrap {
  text-align: center;
}
.cid-rBw5KZNnBE .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpusbmRCN {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpusbmRCN .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpusbmRCN .container-table {
  margin: 0 auto;
}
.cid-rBpusbmRCN table.dataTable thead .sorting:before,
.cid-rBpusbmRCN table.dataTable thead .sorting:after,
.cid-rBpusbmRCN table.dataTable thead .sorting_asc:before,
.cid-rBpusbmRCN table.dataTable thead .sorting_asc:after,
.cid-rBpusbmRCN table.dataTable thead .sorting_desc:before,
.cid-rBpusbmRCN table.dataTable thead .sorting_desc:after,
.cid-rBpusbmRCN table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpusbmRCN table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpusbmRCN table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpusbmRCN table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpusbmRCN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpusbmRCN .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpusbmRCN .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpusbmRCN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpusbmRCN .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpusbmRCN .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpusbmRCN .table-heads {
  color: #ffffff;
}
.cid-rBpusbmRCN .dataTables_wrapper {
  display: block;
}
.cid-rBpusbmRCN .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpusbmRCN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpusbmRCN table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpusbmRCN table td,
.cid-rBpusbmRCN table th {
  white-space: nowrap;
}
.cid-rBpusbmRCN table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpusbmRCN table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpusbmRCN table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpusbmRCN table.table {
  background: #ffffff;
}
.cid-rBpusbmRCN .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpusbmRCN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpusbmRCN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpusbmRCN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpusbmRCN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpusbmRCN .dataTables_filter {
    text-align: center;
  }
  .cid-rBpusbmRCN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpusbmRCN .mbr-section-title,
.cid-rBpusbmRCN .line-wrap {
  text-align: center;
}
.cid-rBpusbmRCN .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDMmNWkkp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBdIlOdkrI {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBdIlOdkrI .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBdIlOdkrI p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rvTjiRA0b5 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rvTjiRA0b5 P {
  color: #767676;
}
.cid-rvTjiRA0b5 H1 {
  color: #ffffff;
}
.cid-rvTjiRA0b5 H3 {
  color: #ffffff;
}
.cid-rvTjiUmWSy {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvTjiUmWSy .mbr-section-subtitle {
  color: #232323;
}
.cid-rvTjiUmWSy .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzJHuMxm6M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzJHuMxm6M .mbr-section-subtitle {
  color: #232323;
}
.cid-rzJHuMxm6M .btn {
  margin: 0 0 .5rem 0;
}
.cid-rxzi6m8H8n {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxzi6m8H8n .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxzi6m8H8n .mbr-content-text {
  color: #767676;
}
.cid-rxzi6m8H8n .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxzi6m8H8n .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxzi6m8H8n .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxzi6m8H8n .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxzi6m8H8n .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxzi6m8H8n .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxzi6m8H8n .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rxzi7VpE7h {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxzi7VpE7h .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxzi7VpE7h .mbr-content-text {
  color: #767676;
}
.cid-rxzi7VpE7h .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxzi7VpE7h .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxzi7VpE7h .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxzi7VpE7h .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxzi7VpE7h .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxzi7VpE7h .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxzi7VpE7h .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBlSHLgYMQ {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlSHLgYMQ P {
  color: #767676;
}
.cid-rBlSHLgYMQ H1 {
  text-align: left;
}
.cid-rBlSHLgYMQ .mbr-text,
.cid-rBlSHLgYMQ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBlSHLgYMQ H3 {
  text-align: left;
}
.cid-rBlSENWRis {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlSENWRis .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlSENWRis .container-table {
  margin: 0 auto;
}
.cid-rBlSENWRis table.dataTable thead .sorting:before,
.cid-rBlSENWRis table.dataTable thead .sorting:after,
.cid-rBlSENWRis table.dataTable thead .sorting_asc:before,
.cid-rBlSENWRis table.dataTable thead .sorting_asc:after,
.cid-rBlSENWRis table.dataTable thead .sorting_desc:before,
.cid-rBlSENWRis table.dataTable thead .sorting_desc:after,
.cid-rBlSENWRis table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlSENWRis table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlSENWRis table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlSENWRis table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlSENWRis .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlSENWRis .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlSENWRis .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlSENWRis .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlSENWRis .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlSENWRis .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlSENWRis .table-heads {
  color: #ffffff;
}
.cid-rBlSENWRis .dataTables_wrapper {
  display: block;
}
.cid-rBlSENWRis .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlSENWRis .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlSENWRis table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlSENWRis table td,
.cid-rBlSENWRis table th {
  white-space: nowrap;
}
.cid-rBlSENWRis table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlSENWRis table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlSENWRis table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlSENWRis table.table {
  background: #ffffff;
}
.cid-rBlSENWRis .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlSENWRis .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlSENWRis .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlSENWRis .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlSENWRis .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlSENWRis .dataTables_filter {
    text-align: center;
  }
  .cid-rBlSENWRis .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlSENWRis .mbr-section-title,
.cid-rBlSENWRis .line-wrap {
  text-align: center;
}
.cid-rBlSENWRis .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBwdWtP1xI {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwdWtP1xI .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwdWtP1xI .container-table {
  margin: 0 auto;
}
.cid-rBwdWtP1xI table.dataTable thead .sorting:before,
.cid-rBwdWtP1xI table.dataTable thead .sorting:after,
.cid-rBwdWtP1xI table.dataTable thead .sorting_asc:before,
.cid-rBwdWtP1xI table.dataTable thead .sorting_asc:after,
.cid-rBwdWtP1xI table.dataTable thead .sorting_desc:before,
.cid-rBwdWtP1xI table.dataTable thead .sorting_desc:after,
.cid-rBwdWtP1xI table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwdWtP1xI table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwdWtP1xI table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwdWtP1xI table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwdWtP1xI .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwdWtP1xI .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwdWtP1xI .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwdWtP1xI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwdWtP1xI .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwdWtP1xI .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwdWtP1xI .table-heads {
  color: #ffffff;
}
.cid-rBwdWtP1xI .dataTables_wrapper {
  display: block;
}
.cid-rBwdWtP1xI .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwdWtP1xI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwdWtP1xI table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwdWtP1xI table td,
.cid-rBwdWtP1xI table th {
  white-space: nowrap;
}
.cid-rBwdWtP1xI table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwdWtP1xI table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwdWtP1xI table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwdWtP1xI table.table {
  background: #ffffff;
}
.cid-rBwdWtP1xI .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwdWtP1xI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwdWtP1xI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwdWtP1xI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwdWtP1xI .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwdWtP1xI .dataTables_filter {
    text-align: center;
  }
  .cid-rBwdWtP1xI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwdWtP1xI .mbr-section-title,
.cid-rBwdWtP1xI .line-wrap {
  text-align: center;
}
.cid-rBwdWtP1xI .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlSzEzpLL {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlSzEzpLL .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlSzEzpLL .container-table {
  margin: 0 auto;
}
.cid-rBlSzEzpLL table.dataTable thead .sorting:before,
.cid-rBlSzEzpLL table.dataTable thead .sorting:after,
.cid-rBlSzEzpLL table.dataTable thead .sorting_asc:before,
.cid-rBlSzEzpLL table.dataTable thead .sorting_asc:after,
.cid-rBlSzEzpLL table.dataTable thead .sorting_desc:before,
.cid-rBlSzEzpLL table.dataTable thead .sorting_desc:after,
.cid-rBlSzEzpLL table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlSzEzpLL table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlSzEzpLL table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlSzEzpLL table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlSzEzpLL .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlSzEzpLL .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlSzEzpLL .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlSzEzpLL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlSzEzpLL .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlSzEzpLL .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlSzEzpLL .table-heads {
  color: #ffffff;
}
.cid-rBlSzEzpLL .dataTables_wrapper {
  display: block;
}
.cid-rBlSzEzpLL .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlSzEzpLL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlSzEzpLL table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlSzEzpLL table td,
.cid-rBlSzEzpLL table th {
  white-space: nowrap;
}
.cid-rBlSzEzpLL table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlSzEzpLL table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlSzEzpLL table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlSzEzpLL table.table {
  background: #ffffff;
}
.cid-rBlSzEzpLL .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlSzEzpLL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlSzEzpLL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlSzEzpLL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlSzEzpLL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlSzEzpLL .dataTables_filter {
    text-align: center;
  }
  .cid-rBlSzEzpLL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlSzEzpLL .mbr-section-title,
.cid-rBlSzEzpLL .line-wrap {
  text-align: center;
}
.cid-rBlSzEzpLL .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlSx8yUnD {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlSx8yUnD .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlSx8yUnD .container-table {
  margin: 0 auto;
}
.cid-rBlSx8yUnD table.dataTable thead .sorting:before,
.cid-rBlSx8yUnD table.dataTable thead .sorting:after,
.cid-rBlSx8yUnD table.dataTable thead .sorting_asc:before,
.cid-rBlSx8yUnD table.dataTable thead .sorting_asc:after,
.cid-rBlSx8yUnD table.dataTable thead .sorting_desc:before,
.cid-rBlSx8yUnD table.dataTable thead .sorting_desc:after,
.cid-rBlSx8yUnD table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlSx8yUnD table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlSx8yUnD table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlSx8yUnD table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlSx8yUnD .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlSx8yUnD .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlSx8yUnD .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlSx8yUnD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlSx8yUnD .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlSx8yUnD .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlSx8yUnD .table-heads {
  color: #ffffff;
}
.cid-rBlSx8yUnD .dataTables_wrapper {
  display: block;
}
.cid-rBlSx8yUnD .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlSx8yUnD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlSx8yUnD table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlSx8yUnD table td,
.cid-rBlSx8yUnD table th {
  white-space: nowrap;
}
.cid-rBlSx8yUnD table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlSx8yUnD table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlSx8yUnD table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlSx8yUnD table.table {
  background: #ffffff;
}
.cid-rBlSx8yUnD .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlSx8yUnD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlSx8yUnD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlSx8yUnD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlSx8yUnD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlSx8yUnD .dataTables_filter {
    text-align: center;
  }
  .cid-rBlSx8yUnD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlSx8yUnD .mbr-section-title,
.cid-rBlSx8yUnD .line-wrap {
  text-align: center;
}
.cid-rBlSx8yUnD .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDKNWxbqO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBdHArDY0f {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBdHArDY0f .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBdHArDY0f p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rvTjBlQHYy {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rvTjBlQHYy P {
  color: #767676;
}
.cid-rvTjBlQHYy H1 {
  color: #ffffff;
}
.cid-rvTjBlQHYy H3 {
  color: #ffffff;
}
.cid-rvTjBoNZkH {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvTjBoNZkH .mbr-section-subtitle {
  color: #232323;
}
.cid-rvTjBoNZkH .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzJIpOqzsq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzJIpOqzsq .mbr-section-subtitle {
  color: #232323;
}
.cid-rzJIpOqzsq .btn {
  margin: 0 0 .5rem 0;
}
.cid-rxzLVQUFyo {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxzLVQUFyo .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxzLVQUFyo .mbr-content-text {
  color: #767676;
}
.cid-rxzLVQUFyo .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxzLVQUFyo .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxzLVQUFyo .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxzLVQUFyo .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxzLVQUFyo .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxzLVQUFyo .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxzLVQUFyo .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rxzLXveRYS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxzLXveRYS .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxzLXveRYS .mbr-content-text {
  color: #767676;
}
.cid-rxzLXveRYS .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rxzLXveRYS .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rxzLXveRYS .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rxzLXveRYS .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rxzLXveRYS .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rxzLXveRYS .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rxzLXveRYS .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBlVRMNTD5 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlVRMNTD5 P {
  color: #767676;
}
.cid-rBlVRMNTD5 H1 {
  text-align: left;
}
.cid-rBlVRMNTD5 .mbr-text,
.cid-rBlVRMNTD5 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBlVRMNTD5 H3 {
  text-align: left;
}
.cid-rBlVP7QHWO {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlVP7QHWO .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlVP7QHWO .container-table {
  margin: 0 auto;
}
.cid-rBlVP7QHWO table.dataTable thead .sorting:before,
.cid-rBlVP7QHWO table.dataTable thead .sorting:after,
.cid-rBlVP7QHWO table.dataTable thead .sorting_asc:before,
.cid-rBlVP7QHWO table.dataTable thead .sorting_asc:after,
.cid-rBlVP7QHWO table.dataTable thead .sorting_desc:before,
.cid-rBlVP7QHWO table.dataTable thead .sorting_desc:after,
.cid-rBlVP7QHWO table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlVP7QHWO table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlVP7QHWO table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlVP7QHWO table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlVP7QHWO .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlVP7QHWO .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlVP7QHWO .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlVP7QHWO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlVP7QHWO .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlVP7QHWO .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlVP7QHWO .table-heads {
  color: #ffffff;
}
.cid-rBlVP7QHWO .dataTables_wrapper {
  display: block;
}
.cid-rBlVP7QHWO .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlVP7QHWO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlVP7QHWO table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlVP7QHWO table td,
.cid-rBlVP7QHWO table th {
  white-space: nowrap;
}
.cid-rBlVP7QHWO table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlVP7QHWO table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlVP7QHWO table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlVP7QHWO table.table {
  background: #ffffff;
}
.cid-rBlVP7QHWO .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlVP7QHWO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlVP7QHWO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlVP7QHWO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlVP7QHWO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlVP7QHWO .dataTables_filter {
    text-align: center;
  }
  .cid-rBlVP7QHWO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlVP7QHWO .mbr-section-title,
.cid-rBlVP7QHWO .line-wrap {
  text-align: center;
}
.cid-rBlVP7QHWO .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlVMjolPN {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlVMjolPN .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlVMjolPN .container-table {
  margin: 0 auto;
}
.cid-rBlVMjolPN table.dataTable thead .sorting:before,
.cid-rBlVMjolPN table.dataTable thead .sorting:after,
.cid-rBlVMjolPN table.dataTable thead .sorting_asc:before,
.cid-rBlVMjolPN table.dataTable thead .sorting_asc:after,
.cid-rBlVMjolPN table.dataTable thead .sorting_desc:before,
.cid-rBlVMjolPN table.dataTable thead .sorting_desc:after,
.cid-rBlVMjolPN table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlVMjolPN table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlVMjolPN table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlVMjolPN table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlVMjolPN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlVMjolPN .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlVMjolPN .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlVMjolPN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlVMjolPN .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlVMjolPN .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlVMjolPN .table-heads {
  color: #ffffff;
}
.cid-rBlVMjolPN .dataTables_wrapper {
  display: block;
}
.cid-rBlVMjolPN .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlVMjolPN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlVMjolPN table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlVMjolPN table td,
.cid-rBlVMjolPN table th {
  white-space: nowrap;
}
.cid-rBlVMjolPN table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlVMjolPN table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlVMjolPN table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlVMjolPN table.table {
  background: #ffffff;
}
.cid-rBlVMjolPN .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlVMjolPN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlVMjolPN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlVMjolPN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlVMjolPN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlVMjolPN .dataTables_filter {
    text-align: center;
  }
  .cid-rBlVMjolPN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlVMjolPN .mbr-section-title,
.cid-rBlVMjolPN .line-wrap {
  text-align: center;
}
.cid-rBlVMjolPN .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlVKq2voa {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlVKq2voa .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlVKq2voa .container-table {
  margin: 0 auto;
}
.cid-rBlVKq2voa table.dataTable thead .sorting:before,
.cid-rBlVKq2voa table.dataTable thead .sorting:after,
.cid-rBlVKq2voa table.dataTable thead .sorting_asc:before,
.cid-rBlVKq2voa table.dataTable thead .sorting_asc:after,
.cid-rBlVKq2voa table.dataTable thead .sorting_desc:before,
.cid-rBlVKq2voa table.dataTable thead .sorting_desc:after,
.cid-rBlVKq2voa table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlVKq2voa table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlVKq2voa table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlVKq2voa table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlVKq2voa .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlVKq2voa .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlVKq2voa .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlVKq2voa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlVKq2voa .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlVKq2voa .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlVKq2voa .table-heads {
  color: #ffffff;
}
.cid-rBlVKq2voa .dataTables_wrapper {
  display: block;
}
.cid-rBlVKq2voa .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlVKq2voa .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlVKq2voa table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlVKq2voa table td,
.cid-rBlVKq2voa table th {
  white-space: nowrap;
}
.cid-rBlVKq2voa table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlVKq2voa table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlVKq2voa table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlVKq2voa table.table {
  background: #ffffff;
}
.cid-rBlVKq2voa .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlVKq2voa .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlVKq2voa .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlVKq2voa .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlVKq2voa .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlVKq2voa .dataTables_filter {
    text-align: center;
  }
  .cid-rBlVKq2voa .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlVKq2voa .mbr-section-title,
.cid-rBlVKq2voa .line-wrap {
  text-align: center;
}
.cid-rBlVKq2voa .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlVHWplZp {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlVHWplZp .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlVHWplZp .container-table {
  margin: 0 auto;
}
.cid-rBlVHWplZp table.dataTable thead .sorting:before,
.cid-rBlVHWplZp table.dataTable thead .sorting:after,
.cid-rBlVHWplZp table.dataTable thead .sorting_asc:before,
.cid-rBlVHWplZp table.dataTable thead .sorting_asc:after,
.cid-rBlVHWplZp table.dataTable thead .sorting_desc:before,
.cid-rBlVHWplZp table.dataTable thead .sorting_desc:after,
.cid-rBlVHWplZp table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlVHWplZp table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlVHWplZp table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlVHWplZp table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlVHWplZp .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlVHWplZp .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlVHWplZp .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlVHWplZp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlVHWplZp .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlVHWplZp .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlVHWplZp .table-heads {
  color: #ffffff;
}
.cid-rBlVHWplZp .dataTables_wrapper {
  display: block;
}
.cid-rBlVHWplZp .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlVHWplZp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlVHWplZp table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlVHWplZp table td,
.cid-rBlVHWplZp table th {
  white-space: nowrap;
}
.cid-rBlVHWplZp table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlVHWplZp table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlVHWplZp table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlVHWplZp table.table {
  background: #ffffff;
}
.cid-rBlVHWplZp .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlVHWplZp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlVHWplZp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlVHWplZp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlVHWplZp .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlVHWplZp .dataTables_filter {
    text-align: center;
  }
  .cid-rBlVHWplZp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlVHWplZp .mbr-section-title,
.cid-rBlVHWplZp .line-wrap {
  text-align: center;
}
.cid-rBlVHWplZp .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDL3XV2IU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBdHIcM796 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBdHIcM796 .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBdHIcM796 p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ry3eDk8gG0 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-ry3eDk8gG0 P {
  color: #767676;
}
.cid-ry3eDk8gG0 H1 {
  color: #ffffff;
}
.cid-ry3eDk8gG0 H3 {
  color: #ffffff;
}
.cid-ry3eDnknkY {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry3eDnknkY .mbr-section-subtitle {
  color: #232323;
}
.cid-ry3eDnknkY .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzJNgjWIxs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzJNgjWIxs .mbr-section-subtitle {
  color: #232323;
}
.cid-rzJNgjWIxs .btn {
  margin: 0 0 .5rem 0;
}
.cid-ry3eDqRSO4 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry3eDqRSO4 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ry3eDqRSO4 .mbr-content-text {
  color: #767676;
}
.cid-ry3eDqRSO4 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ry3eDqRSO4 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ry3eDqRSO4 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ry3eDqRSO4 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ry3eDqRSO4 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ry3eDqRSO4 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ry3eDqRSO4 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ry3eDw0Vgt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ry3eDw0Vgt .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ry3eDw0Vgt .mbr-content-text {
  color: #767676;
}
.cid-ry3eDw0Vgt .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ry3eDw0Vgt .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ry3eDw0Vgt .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ry3eDw0Vgt .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ry3eDw0Vgt .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ry3eDw0Vgt .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ry3eDw0Vgt .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBpyVkjUVn {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpyVkjUVn P {
  color: #767676;
}
.cid-rBpyVkjUVn H1 {
  text-align: left;
}
.cid-rBpyVkjUVn .mbr-text,
.cid-rBpyVkjUVn .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBpyVkjUVn H3 {
  text-align: left;
}
.cid-rBpyT4xLsV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpyT4xLsV .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpyT4xLsV .container-table {
  margin: 0 auto;
}
.cid-rBpyT4xLsV table.dataTable thead .sorting:before,
.cid-rBpyT4xLsV table.dataTable thead .sorting:after,
.cid-rBpyT4xLsV table.dataTable thead .sorting_asc:before,
.cid-rBpyT4xLsV table.dataTable thead .sorting_asc:after,
.cid-rBpyT4xLsV table.dataTable thead .sorting_desc:before,
.cid-rBpyT4xLsV table.dataTable thead .sorting_desc:after,
.cid-rBpyT4xLsV table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpyT4xLsV table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpyT4xLsV table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpyT4xLsV table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpyT4xLsV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpyT4xLsV .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpyT4xLsV .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpyT4xLsV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpyT4xLsV .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpyT4xLsV .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpyT4xLsV .table-heads {
  color: #ffffff;
}
.cid-rBpyT4xLsV .dataTables_wrapper {
  display: block;
}
.cid-rBpyT4xLsV .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpyT4xLsV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpyT4xLsV table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpyT4xLsV table td,
.cid-rBpyT4xLsV table th {
  white-space: nowrap;
}
.cid-rBpyT4xLsV table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpyT4xLsV table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpyT4xLsV table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpyT4xLsV table.table {
  background: #ffffff;
}
.cid-rBpyT4xLsV .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpyT4xLsV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpyT4xLsV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpyT4xLsV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpyT4xLsV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpyT4xLsV .dataTables_filter {
    text-align: center;
  }
  .cid-rBpyT4xLsV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpyT4xLsV .mbr-section-title,
.cid-rBpyT4xLsV .line-wrap {
  text-align: center;
}
.cid-rBpyT4xLsV .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpyQf7Z0X {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpyQf7Z0X .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpyQf7Z0X .container-table {
  margin: 0 auto;
}
.cid-rBpyQf7Z0X table.dataTable thead .sorting:before,
.cid-rBpyQf7Z0X table.dataTable thead .sorting:after,
.cid-rBpyQf7Z0X table.dataTable thead .sorting_asc:before,
.cid-rBpyQf7Z0X table.dataTable thead .sorting_asc:after,
.cid-rBpyQf7Z0X table.dataTable thead .sorting_desc:before,
.cid-rBpyQf7Z0X table.dataTable thead .sorting_desc:after,
.cid-rBpyQf7Z0X table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpyQf7Z0X table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpyQf7Z0X table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpyQf7Z0X table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpyQf7Z0X .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpyQf7Z0X .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpyQf7Z0X .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpyQf7Z0X .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpyQf7Z0X .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpyQf7Z0X .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpyQf7Z0X .table-heads {
  color: #ffffff;
}
.cid-rBpyQf7Z0X .dataTables_wrapper {
  display: block;
}
.cid-rBpyQf7Z0X .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpyQf7Z0X .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpyQf7Z0X table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpyQf7Z0X table td,
.cid-rBpyQf7Z0X table th {
  white-space: nowrap;
}
.cid-rBpyQf7Z0X table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpyQf7Z0X table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpyQf7Z0X table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpyQf7Z0X table.table {
  background: #ffffff;
}
.cid-rBpyQf7Z0X .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpyQf7Z0X .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpyQf7Z0X .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpyQf7Z0X .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpyQf7Z0X .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpyQf7Z0X .dataTables_filter {
    text-align: center;
  }
  .cid-rBpyQf7Z0X .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpyQf7Z0X .mbr-section-title,
.cid-rBpyQf7Z0X .line-wrap {
  text-align: center;
}
.cid-rBpyQf7Z0X .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpyNccYoC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpyNccYoC .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpyNccYoC .container-table {
  margin: 0 auto;
}
.cid-rBpyNccYoC table.dataTable thead .sorting:before,
.cid-rBpyNccYoC table.dataTable thead .sorting:after,
.cid-rBpyNccYoC table.dataTable thead .sorting_asc:before,
.cid-rBpyNccYoC table.dataTable thead .sorting_asc:after,
.cid-rBpyNccYoC table.dataTable thead .sorting_desc:before,
.cid-rBpyNccYoC table.dataTable thead .sorting_desc:after,
.cid-rBpyNccYoC table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpyNccYoC table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpyNccYoC table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpyNccYoC table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpyNccYoC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpyNccYoC .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpyNccYoC .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpyNccYoC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpyNccYoC .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpyNccYoC .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpyNccYoC .table-heads {
  color: #ffffff;
}
.cid-rBpyNccYoC .dataTables_wrapper {
  display: block;
}
.cid-rBpyNccYoC .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpyNccYoC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpyNccYoC table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpyNccYoC table td,
.cid-rBpyNccYoC table th {
  white-space: nowrap;
}
.cid-rBpyNccYoC table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpyNccYoC table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpyNccYoC table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpyNccYoC table.table {
  background: #ffffff;
}
.cid-rBpyNccYoC .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpyNccYoC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpyNccYoC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpyNccYoC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpyNccYoC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpyNccYoC .dataTables_filter {
    text-align: center;
  }
  .cid-rBpyNccYoC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpyNccYoC .mbr-section-title,
.cid-rBpyNccYoC .line-wrap {
  text-align: center;
}
.cid-rBpyNccYoC .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpyLnx3FN {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpyLnx3FN .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpyLnx3FN .container-table {
  margin: 0 auto;
}
.cid-rBpyLnx3FN table.dataTable thead .sorting:before,
.cid-rBpyLnx3FN table.dataTable thead .sorting:after,
.cid-rBpyLnx3FN table.dataTable thead .sorting_asc:before,
.cid-rBpyLnx3FN table.dataTable thead .sorting_asc:after,
.cid-rBpyLnx3FN table.dataTable thead .sorting_desc:before,
.cid-rBpyLnx3FN table.dataTable thead .sorting_desc:after,
.cid-rBpyLnx3FN table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpyLnx3FN table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpyLnx3FN table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpyLnx3FN table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpyLnx3FN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpyLnx3FN .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpyLnx3FN .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpyLnx3FN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpyLnx3FN .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpyLnx3FN .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpyLnx3FN .table-heads {
  color: #ffffff;
}
.cid-rBpyLnx3FN .dataTables_wrapper {
  display: block;
}
.cid-rBpyLnx3FN .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpyLnx3FN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpyLnx3FN table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpyLnx3FN table td,
.cid-rBpyLnx3FN table th {
  white-space: nowrap;
}
.cid-rBpyLnx3FN table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpyLnx3FN table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpyLnx3FN table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpyLnx3FN table.table {
  background: #ffffff;
}
.cid-rBpyLnx3FN .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpyLnx3FN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpyLnx3FN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpyLnx3FN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpyLnx3FN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpyLnx3FN .dataTables_filter {
    text-align: center;
  }
  .cid-rBpyLnx3FN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpyLnx3FN .mbr-section-title,
.cid-rBpyLnx3FN .line-wrap {
  text-align: center;
}
.cid-rBpyLnx3FN .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpyJEWdGU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpyJEWdGU .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpyJEWdGU .container-table {
  margin: 0 auto;
}
.cid-rBpyJEWdGU table.dataTable thead .sorting:before,
.cid-rBpyJEWdGU table.dataTable thead .sorting:after,
.cid-rBpyJEWdGU table.dataTable thead .sorting_asc:before,
.cid-rBpyJEWdGU table.dataTable thead .sorting_asc:after,
.cid-rBpyJEWdGU table.dataTable thead .sorting_desc:before,
.cid-rBpyJEWdGU table.dataTable thead .sorting_desc:after,
.cid-rBpyJEWdGU table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpyJEWdGU table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpyJEWdGU table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpyJEWdGU table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpyJEWdGU .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpyJEWdGU .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpyJEWdGU .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpyJEWdGU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpyJEWdGU .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpyJEWdGU .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpyJEWdGU .table-heads {
  color: #ffffff;
}
.cid-rBpyJEWdGU .dataTables_wrapper {
  display: block;
}
.cid-rBpyJEWdGU .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpyJEWdGU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpyJEWdGU table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpyJEWdGU table td,
.cid-rBpyJEWdGU table th {
  white-space: nowrap;
}
.cid-rBpyJEWdGU table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpyJEWdGU table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpyJEWdGU table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpyJEWdGU table.table {
  background: #ffffff;
}
.cid-rBpyJEWdGU .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpyJEWdGU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpyJEWdGU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpyJEWdGU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpyJEWdGU .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpyJEWdGU .dataTables_filter {
    text-align: center;
  }
  .cid-rBpyJEWdGU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpyJEWdGU .mbr-section-title,
.cid-rBpyJEWdGU .line-wrap {
  text-align: center;
}
.cid-rBpyJEWdGU .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpyHHk8wS {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpyHHk8wS .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpyHHk8wS .container-table {
  margin: 0 auto;
}
.cid-rBpyHHk8wS table.dataTable thead .sorting:before,
.cid-rBpyHHk8wS table.dataTable thead .sorting:after,
.cid-rBpyHHk8wS table.dataTable thead .sorting_asc:before,
.cid-rBpyHHk8wS table.dataTable thead .sorting_asc:after,
.cid-rBpyHHk8wS table.dataTable thead .sorting_desc:before,
.cid-rBpyHHk8wS table.dataTable thead .sorting_desc:after,
.cid-rBpyHHk8wS table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpyHHk8wS table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpyHHk8wS table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpyHHk8wS table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpyHHk8wS .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpyHHk8wS .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpyHHk8wS .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpyHHk8wS .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpyHHk8wS .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpyHHk8wS .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpyHHk8wS .table-heads {
  color: #ffffff;
}
.cid-rBpyHHk8wS .dataTables_wrapper {
  display: block;
}
.cid-rBpyHHk8wS .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpyHHk8wS .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpyHHk8wS table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpyHHk8wS table td,
.cid-rBpyHHk8wS table th {
  white-space: nowrap;
}
.cid-rBpyHHk8wS table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpyHHk8wS table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpyHHk8wS table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpyHHk8wS table.table {
  background: #ffffff;
}
.cid-rBpyHHk8wS .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpyHHk8wS .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpyHHk8wS .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpyHHk8wS .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpyHHk8wS .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpyHHk8wS .dataTables_filter {
    text-align: center;
  }
  .cid-rBpyHHk8wS .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpyHHk8wS .mbr-section-title,
.cid-rBpyHHk8wS .line-wrap {
  text-align: center;
}
.cid-rBpyHHk8wS .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDMNRMVXX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBebafPjZT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBebafPjZT .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBebafPjZT p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ry7bCNxNdC {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-ry7bCNxNdC P {
  color: #767676;
}
.cid-ry7bCNxNdC H1 {
  color: #ffffff;
}
.cid-ry7bCNxNdC H3 {
  color: #ffffff;
}
.cid-ry7bCQOEOx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry7bCQOEOx .mbr-section-subtitle {
  color: #232323;
}
.cid-ry7bCQOEOx .btn {
  margin: 0 0 .5rem 0;
}
.cid-ry9FxbTGiT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry9FxbTGiT .mbr-section-subtitle {
  color: #232323;
}
.cid-ry9FxbTGiT .btn {
  margin: 0 0 .5rem 0;
}
.cid-ry7bCU8yh2 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry7bCU8yh2 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ry7bCU8yh2 .mbr-content-text {
  color: #767676;
}
.cid-ry7bCU8yh2 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ry7bCU8yh2 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ry7bCU8yh2 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ry7bCU8yh2 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ry7bCU8yh2 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ry7bCU8yh2 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ry7bCU8yh2 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ry7bCZGJqa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ry7bCZGJqa .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ry7bCZGJqa .mbr-content-text {
  color: #767676;
}
.cid-ry7bCZGJqa .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ry7bCZGJqa .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ry7bCZGJqa .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ry7bCZGJqa .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ry7bCZGJqa .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ry7bCZGJqa .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ry7bCZGJqa .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBpDsWirG4 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpDsWirG4 P {
  color: #767676;
}
.cid-rBpDsWirG4 H1 {
  text-align: left;
}
.cid-rBpDsWirG4 .mbr-text,
.cid-rBpDsWirG4 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBpDsWirG4 H3 {
  text-align: left;
}
.cid-rBpDqes8Yr {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpDqes8Yr .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpDqes8Yr .container-table {
  margin: 0 auto;
}
.cid-rBpDqes8Yr table.dataTable thead .sorting:before,
.cid-rBpDqes8Yr table.dataTable thead .sorting:after,
.cid-rBpDqes8Yr table.dataTable thead .sorting_asc:before,
.cid-rBpDqes8Yr table.dataTable thead .sorting_asc:after,
.cid-rBpDqes8Yr table.dataTable thead .sorting_desc:before,
.cid-rBpDqes8Yr table.dataTable thead .sorting_desc:after,
.cid-rBpDqes8Yr table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpDqes8Yr table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpDqes8Yr table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpDqes8Yr table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpDqes8Yr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpDqes8Yr .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpDqes8Yr .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpDqes8Yr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpDqes8Yr .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpDqes8Yr .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpDqes8Yr .table-heads {
  color: #ffffff;
}
.cid-rBpDqes8Yr .dataTables_wrapper {
  display: block;
}
.cid-rBpDqes8Yr .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpDqes8Yr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpDqes8Yr table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpDqes8Yr table td,
.cid-rBpDqes8Yr table th {
  white-space: nowrap;
}
.cid-rBpDqes8Yr table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpDqes8Yr table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpDqes8Yr table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpDqes8Yr table.table {
  background: #ffffff;
}
.cid-rBpDqes8Yr .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpDqes8Yr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpDqes8Yr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpDqes8Yr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpDqes8Yr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpDqes8Yr .dataTables_filter {
    text-align: center;
  }
  .cid-rBpDqes8Yr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpDqes8Yr .mbr-section-title,
.cid-rBpDqes8Yr .line-wrap {
  text-align: center;
}
.cid-rBpDqes8Yr .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpDo8PQN0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpDo8PQN0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpDo8PQN0 .container-table {
  margin: 0 auto;
}
.cid-rBpDo8PQN0 table.dataTable thead .sorting:before,
.cid-rBpDo8PQN0 table.dataTable thead .sorting:after,
.cid-rBpDo8PQN0 table.dataTable thead .sorting_asc:before,
.cid-rBpDo8PQN0 table.dataTable thead .sorting_asc:after,
.cid-rBpDo8PQN0 table.dataTable thead .sorting_desc:before,
.cid-rBpDo8PQN0 table.dataTable thead .sorting_desc:after,
.cid-rBpDo8PQN0 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpDo8PQN0 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpDo8PQN0 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpDo8PQN0 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpDo8PQN0 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpDo8PQN0 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpDo8PQN0 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpDo8PQN0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpDo8PQN0 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpDo8PQN0 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpDo8PQN0 .table-heads {
  color: #ffffff;
}
.cid-rBpDo8PQN0 .dataTables_wrapper {
  display: block;
}
.cid-rBpDo8PQN0 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpDo8PQN0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpDo8PQN0 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpDo8PQN0 table td,
.cid-rBpDo8PQN0 table th {
  white-space: nowrap;
}
.cid-rBpDo8PQN0 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpDo8PQN0 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpDo8PQN0 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpDo8PQN0 table.table {
  background: #ffffff;
}
.cid-rBpDo8PQN0 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpDo8PQN0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpDo8PQN0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpDo8PQN0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpDo8PQN0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpDo8PQN0 .dataTables_filter {
    text-align: center;
  }
  .cid-rBpDo8PQN0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpDo8PQN0 .mbr-section-title,
.cid-rBpDo8PQN0 .line-wrap {
  text-align: center;
}
.cid-rBpDo8PQN0 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpDlW3qgi {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpDlW3qgi .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpDlW3qgi .container-table {
  margin: 0 auto;
}
.cid-rBpDlW3qgi table.dataTable thead .sorting:before,
.cid-rBpDlW3qgi table.dataTable thead .sorting:after,
.cid-rBpDlW3qgi table.dataTable thead .sorting_asc:before,
.cid-rBpDlW3qgi table.dataTable thead .sorting_asc:after,
.cid-rBpDlW3qgi table.dataTable thead .sorting_desc:before,
.cid-rBpDlW3qgi table.dataTable thead .sorting_desc:after,
.cid-rBpDlW3qgi table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpDlW3qgi table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpDlW3qgi table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpDlW3qgi table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpDlW3qgi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpDlW3qgi .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpDlW3qgi .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpDlW3qgi .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpDlW3qgi .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpDlW3qgi .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpDlW3qgi .table-heads {
  color: #ffffff;
}
.cid-rBpDlW3qgi .dataTables_wrapper {
  display: block;
}
.cid-rBpDlW3qgi .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpDlW3qgi .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpDlW3qgi table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpDlW3qgi table td,
.cid-rBpDlW3qgi table th {
  white-space: nowrap;
}
.cid-rBpDlW3qgi table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpDlW3qgi table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpDlW3qgi table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpDlW3qgi table.table {
  background: #ffffff;
}
.cid-rBpDlW3qgi .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpDlW3qgi .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpDlW3qgi .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpDlW3qgi .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpDlW3qgi .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpDlW3qgi .dataTables_filter {
    text-align: center;
  }
  .cid-rBpDlW3qgi .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpDlW3qgi .mbr-section-title,
.cid-rBpDlW3qgi .line-wrap {
  text-align: center;
}
.cid-rBpDlW3qgi .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpDjJH9xV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpDjJH9xV .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpDjJH9xV .container-table {
  margin: 0 auto;
}
.cid-rBpDjJH9xV table.dataTable thead .sorting:before,
.cid-rBpDjJH9xV table.dataTable thead .sorting:after,
.cid-rBpDjJH9xV table.dataTable thead .sorting_asc:before,
.cid-rBpDjJH9xV table.dataTable thead .sorting_asc:after,
.cid-rBpDjJH9xV table.dataTable thead .sorting_desc:before,
.cid-rBpDjJH9xV table.dataTable thead .sorting_desc:after,
.cid-rBpDjJH9xV table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpDjJH9xV table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpDjJH9xV table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpDjJH9xV table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpDjJH9xV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpDjJH9xV .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpDjJH9xV .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpDjJH9xV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpDjJH9xV .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpDjJH9xV .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpDjJH9xV .table-heads {
  color: #ffffff;
}
.cid-rBpDjJH9xV .dataTables_wrapper {
  display: block;
}
.cid-rBpDjJH9xV .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpDjJH9xV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpDjJH9xV table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpDjJH9xV table td,
.cid-rBpDjJH9xV table th {
  white-space: nowrap;
}
.cid-rBpDjJH9xV table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpDjJH9xV table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpDjJH9xV table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpDjJH9xV table.table {
  background: #ffffff;
}
.cid-rBpDjJH9xV .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpDjJH9xV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpDjJH9xV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpDjJH9xV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpDjJH9xV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpDjJH9xV .dataTables_filter {
    text-align: center;
  }
  .cid-rBpDjJH9xV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpDjJH9xV .mbr-section-title,
.cid-rBpDjJH9xV .line-wrap {
  text-align: center;
}
.cid-rBpDjJH9xV .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpDhNlqzC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpDhNlqzC .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpDhNlqzC .container-table {
  margin: 0 auto;
}
.cid-rBpDhNlqzC table.dataTable thead .sorting:before,
.cid-rBpDhNlqzC table.dataTable thead .sorting:after,
.cid-rBpDhNlqzC table.dataTable thead .sorting_asc:before,
.cid-rBpDhNlqzC table.dataTable thead .sorting_asc:after,
.cid-rBpDhNlqzC table.dataTable thead .sorting_desc:before,
.cid-rBpDhNlqzC table.dataTable thead .sorting_desc:after,
.cid-rBpDhNlqzC table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpDhNlqzC table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpDhNlqzC table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpDhNlqzC table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpDhNlqzC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpDhNlqzC .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpDhNlqzC .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpDhNlqzC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpDhNlqzC .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpDhNlqzC .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpDhNlqzC .table-heads {
  color: #ffffff;
}
.cid-rBpDhNlqzC .dataTables_wrapper {
  display: block;
}
.cid-rBpDhNlqzC .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpDhNlqzC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpDhNlqzC table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpDhNlqzC table td,
.cid-rBpDhNlqzC table th {
  white-space: nowrap;
}
.cid-rBpDhNlqzC table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpDhNlqzC table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpDhNlqzC table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpDhNlqzC table.table {
  background: #ffffff;
}
.cid-rBpDhNlqzC .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpDhNlqzC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpDhNlqzC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpDhNlqzC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpDhNlqzC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpDhNlqzC .dataTables_filter {
    text-align: center;
  }
  .cid-rBpDhNlqzC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpDhNlqzC .mbr-section-title,
.cid-rBpDhNlqzC .line-wrap {
  text-align: center;
}
.cid-rBpDhNlqzC .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBpDeCowk3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBpDeCowk3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBpDeCowk3 .container-table {
  margin: 0 auto;
}
.cid-rBpDeCowk3 table.dataTable thead .sorting:before,
.cid-rBpDeCowk3 table.dataTable thead .sorting:after,
.cid-rBpDeCowk3 table.dataTable thead .sorting_asc:before,
.cid-rBpDeCowk3 table.dataTable thead .sorting_asc:after,
.cid-rBpDeCowk3 table.dataTable thead .sorting_desc:before,
.cid-rBpDeCowk3 table.dataTable thead .sorting_desc:after,
.cid-rBpDeCowk3 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBpDeCowk3 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBpDeCowk3 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBpDeCowk3 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBpDeCowk3 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBpDeCowk3 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBpDeCowk3 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBpDeCowk3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBpDeCowk3 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBpDeCowk3 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBpDeCowk3 .table-heads {
  color: #ffffff;
}
.cid-rBpDeCowk3 .dataTables_wrapper {
  display: block;
}
.cid-rBpDeCowk3 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBpDeCowk3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBpDeCowk3 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBpDeCowk3 table td,
.cid-rBpDeCowk3 table th {
  white-space: nowrap;
}
.cid-rBpDeCowk3 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBpDeCowk3 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBpDeCowk3 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBpDeCowk3 table.table {
  background: #ffffff;
}
.cid-rBpDeCowk3 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBpDeCowk3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBpDeCowk3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBpDeCowk3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBpDeCowk3 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBpDeCowk3 .dataTables_filter {
    text-align: center;
  }
  .cid-rBpDeCowk3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBpDeCowk3 .mbr-section-title,
.cid-rBpDeCowk3 .line-wrap {
  text-align: center;
}
.cid-rBpDeCowk3 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDN2ja2Qp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBeb0YZkMY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBeb0YZkMY .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBeb0YZkMY p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ry9qINAHk9 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-ry9qINAHk9 P {
  color: #767676;
}
.cid-ry9qINAHk9 H1 {
  color: #ffffff;
}
.cid-ry9qINAHk9 H3 {
  color: #ffffff;
}
.cid-ry9qIS2F3E {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry9qIS2F3E .mbr-section-subtitle {
  color: #232323;
}
.cid-ry9qIS2F3E .btn {
  margin: 0 0 .5rem 0;
}
.cid-ry9EtnJCBW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry9EtnJCBW .mbr-section-subtitle {
  color: #232323;
}
.cid-ry9EtnJCBW .btn {
  margin: 0 0 .5rem 0;
}
.cid-ry9qIVluIa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry9qIVluIa .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ry9qIVluIa .mbr-content-text {
  color: #767676;
}
.cid-ry9qIVluIa .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ry9qIVluIa .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ry9qIVluIa .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ry9qIVluIa .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ry9qIVluIa .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ry9qIVluIa .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ry9qIVluIa .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ry9qJ2RjJq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ry9qJ2RjJq .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ry9qJ2RjJq .mbr-content-text {
  color: #767676;
}
.cid-ry9qJ2RjJq .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ry9qJ2RjJq .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ry9qJ2RjJq .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ry9qJ2RjJq .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ry9qJ2RjJq .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ry9qJ2RjJq .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ry9qJ2RjJq .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBqH2r32Dl {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqH2r32Dl P {
  color: #767676;
}
.cid-rBqH2r32Dl H1 {
  text-align: left;
}
.cid-rBqH2r32Dl .mbr-text,
.cid-rBqH2r32Dl .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBqH2r32Dl H3 {
  text-align: left;
}
.cid-rBqGZtlW6j {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqGZtlW6j .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqGZtlW6j .container-table {
  margin: 0 auto;
}
.cid-rBqGZtlW6j table.dataTable thead .sorting:before,
.cid-rBqGZtlW6j table.dataTable thead .sorting:after,
.cid-rBqGZtlW6j table.dataTable thead .sorting_asc:before,
.cid-rBqGZtlW6j table.dataTable thead .sorting_asc:after,
.cid-rBqGZtlW6j table.dataTable thead .sorting_desc:before,
.cid-rBqGZtlW6j table.dataTable thead .sorting_desc:after,
.cid-rBqGZtlW6j table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqGZtlW6j table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqGZtlW6j table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqGZtlW6j table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqGZtlW6j .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqGZtlW6j .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqGZtlW6j .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqGZtlW6j .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqGZtlW6j .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqGZtlW6j .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqGZtlW6j .table-heads {
  color: #ffffff;
}
.cid-rBqGZtlW6j .dataTables_wrapper {
  display: block;
}
.cid-rBqGZtlW6j .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqGZtlW6j .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqGZtlW6j table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqGZtlW6j table td,
.cid-rBqGZtlW6j table th {
  white-space: nowrap;
}
.cid-rBqGZtlW6j table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqGZtlW6j table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqGZtlW6j table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqGZtlW6j table.table {
  background: #ffffff;
}
.cid-rBqGZtlW6j .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqGZtlW6j .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqGZtlW6j .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqGZtlW6j .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqGZtlW6j .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqGZtlW6j .dataTables_filter {
    text-align: center;
  }
  .cid-rBqGZtlW6j .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqGZtlW6j .mbr-section-title,
.cid-rBqGZtlW6j .line-wrap {
  text-align: center;
}
.cid-rBqGZtlW6j .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqGWRcO0o {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqGWRcO0o .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqGWRcO0o .container-table {
  margin: 0 auto;
}
.cid-rBqGWRcO0o table.dataTable thead .sorting:before,
.cid-rBqGWRcO0o table.dataTable thead .sorting:after,
.cid-rBqGWRcO0o table.dataTable thead .sorting_asc:before,
.cid-rBqGWRcO0o table.dataTable thead .sorting_asc:after,
.cid-rBqGWRcO0o table.dataTable thead .sorting_desc:before,
.cid-rBqGWRcO0o table.dataTable thead .sorting_desc:after,
.cid-rBqGWRcO0o table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqGWRcO0o table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqGWRcO0o table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqGWRcO0o table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqGWRcO0o .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqGWRcO0o .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqGWRcO0o .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqGWRcO0o .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqGWRcO0o .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqGWRcO0o .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqGWRcO0o .table-heads {
  color: #ffffff;
}
.cid-rBqGWRcO0o .dataTables_wrapper {
  display: block;
}
.cid-rBqGWRcO0o .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqGWRcO0o .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqGWRcO0o table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqGWRcO0o table td,
.cid-rBqGWRcO0o table th {
  white-space: nowrap;
}
.cid-rBqGWRcO0o table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqGWRcO0o table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqGWRcO0o table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqGWRcO0o table.table {
  background: #ffffff;
}
.cid-rBqGWRcO0o .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqGWRcO0o .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqGWRcO0o .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqGWRcO0o .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqGWRcO0o .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqGWRcO0o .dataTables_filter {
    text-align: center;
  }
  .cid-rBqGWRcO0o .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqGWRcO0o .mbr-section-title,
.cid-rBqGWRcO0o .line-wrap {
  text-align: center;
}
.cid-rBqGWRcO0o .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqGTF8ILO {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqGTF8ILO .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqGTF8ILO .container-table {
  margin: 0 auto;
}
.cid-rBqGTF8ILO table.dataTable thead .sorting:before,
.cid-rBqGTF8ILO table.dataTable thead .sorting:after,
.cid-rBqGTF8ILO table.dataTable thead .sorting_asc:before,
.cid-rBqGTF8ILO table.dataTable thead .sorting_asc:after,
.cid-rBqGTF8ILO table.dataTable thead .sorting_desc:before,
.cid-rBqGTF8ILO table.dataTable thead .sorting_desc:after,
.cid-rBqGTF8ILO table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqGTF8ILO table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqGTF8ILO table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqGTF8ILO table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqGTF8ILO .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqGTF8ILO .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqGTF8ILO .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqGTF8ILO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqGTF8ILO .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqGTF8ILO .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqGTF8ILO .table-heads {
  color: #ffffff;
}
.cid-rBqGTF8ILO .dataTables_wrapper {
  display: block;
}
.cid-rBqGTF8ILO .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqGTF8ILO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqGTF8ILO table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqGTF8ILO table td,
.cid-rBqGTF8ILO table th {
  white-space: nowrap;
}
.cid-rBqGTF8ILO table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqGTF8ILO table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqGTF8ILO table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqGTF8ILO table.table {
  background: #ffffff;
}
.cid-rBqGTF8ILO .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqGTF8ILO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqGTF8ILO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqGTF8ILO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqGTF8ILO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqGTF8ILO .dataTables_filter {
    text-align: center;
  }
  .cid-rBqGTF8ILO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqGTF8ILO .mbr-section-title,
.cid-rBqGTF8ILO .line-wrap {
  text-align: center;
}
.cid-rBqGTF8ILO .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqGR20rW5 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqGR20rW5 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqGR20rW5 .container-table {
  margin: 0 auto;
}
.cid-rBqGR20rW5 table.dataTable thead .sorting:before,
.cid-rBqGR20rW5 table.dataTable thead .sorting:after,
.cid-rBqGR20rW5 table.dataTable thead .sorting_asc:before,
.cid-rBqGR20rW5 table.dataTable thead .sorting_asc:after,
.cid-rBqGR20rW5 table.dataTable thead .sorting_desc:before,
.cid-rBqGR20rW5 table.dataTable thead .sorting_desc:after,
.cid-rBqGR20rW5 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqGR20rW5 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqGR20rW5 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqGR20rW5 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqGR20rW5 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqGR20rW5 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqGR20rW5 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqGR20rW5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqGR20rW5 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqGR20rW5 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqGR20rW5 .table-heads {
  color: #ffffff;
}
.cid-rBqGR20rW5 .dataTables_wrapper {
  display: block;
}
.cid-rBqGR20rW5 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqGR20rW5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqGR20rW5 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqGR20rW5 table td,
.cid-rBqGR20rW5 table th {
  white-space: nowrap;
}
.cid-rBqGR20rW5 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqGR20rW5 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqGR20rW5 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqGR20rW5 table.table {
  background: #ffffff;
}
.cid-rBqGR20rW5 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqGR20rW5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqGR20rW5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqGR20rW5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqGR20rW5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqGR20rW5 .dataTables_filter {
    text-align: center;
  }
  .cid-rBqGR20rW5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqGR20rW5 .mbr-section-title,
.cid-rBqGR20rW5 .line-wrap {
  text-align: center;
}
.cid-rBqGR20rW5 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqGOx9HX4 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqGOx9HX4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqGOx9HX4 .container-table {
  margin: 0 auto;
}
.cid-rBqGOx9HX4 table.dataTable thead .sorting:before,
.cid-rBqGOx9HX4 table.dataTable thead .sorting:after,
.cid-rBqGOx9HX4 table.dataTable thead .sorting_asc:before,
.cid-rBqGOx9HX4 table.dataTable thead .sorting_asc:after,
.cid-rBqGOx9HX4 table.dataTable thead .sorting_desc:before,
.cid-rBqGOx9HX4 table.dataTable thead .sorting_desc:after,
.cid-rBqGOx9HX4 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqGOx9HX4 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqGOx9HX4 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqGOx9HX4 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqGOx9HX4 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqGOx9HX4 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqGOx9HX4 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqGOx9HX4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqGOx9HX4 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqGOx9HX4 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqGOx9HX4 .table-heads {
  color: #ffffff;
}
.cid-rBqGOx9HX4 .dataTables_wrapper {
  display: block;
}
.cid-rBqGOx9HX4 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqGOx9HX4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqGOx9HX4 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqGOx9HX4 table td,
.cid-rBqGOx9HX4 table th {
  white-space: nowrap;
}
.cid-rBqGOx9HX4 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqGOx9HX4 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqGOx9HX4 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqGOx9HX4 table.table {
  background: #ffffff;
}
.cid-rBqGOx9HX4 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqGOx9HX4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqGOx9HX4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqGOx9HX4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqGOx9HX4 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqGOx9HX4 .dataTables_filter {
    text-align: center;
  }
  .cid-rBqGOx9HX4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqGOx9HX4 .mbr-section-title,
.cid-rBqGOx9HX4 .line-wrap {
  text-align: center;
}
.cid-rBqGOx9HX4 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqGLbBbkT {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqGLbBbkT .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqGLbBbkT .container-table {
  margin: 0 auto;
}
.cid-rBqGLbBbkT table.dataTable thead .sorting:before,
.cid-rBqGLbBbkT table.dataTable thead .sorting:after,
.cid-rBqGLbBbkT table.dataTable thead .sorting_asc:before,
.cid-rBqGLbBbkT table.dataTable thead .sorting_asc:after,
.cid-rBqGLbBbkT table.dataTable thead .sorting_desc:before,
.cid-rBqGLbBbkT table.dataTable thead .sorting_desc:after,
.cid-rBqGLbBbkT table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqGLbBbkT table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqGLbBbkT table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqGLbBbkT table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqGLbBbkT .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqGLbBbkT .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqGLbBbkT .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqGLbBbkT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqGLbBbkT .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqGLbBbkT .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqGLbBbkT .table-heads {
  color: #ffffff;
}
.cid-rBqGLbBbkT .dataTables_wrapper {
  display: block;
}
.cid-rBqGLbBbkT .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqGLbBbkT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqGLbBbkT table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqGLbBbkT table td,
.cid-rBqGLbBbkT table th {
  white-space: nowrap;
}
.cid-rBqGLbBbkT table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqGLbBbkT table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqGLbBbkT table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqGLbBbkT table.table {
  background: #ffffff;
}
.cid-rBqGLbBbkT .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqGLbBbkT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqGLbBbkT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqGLbBbkT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqGLbBbkT .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqGLbBbkT .dataTables_filter {
    text-align: center;
  }
  .cid-rBqGLbBbkT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqGLbBbkT .mbr-section-title,
.cid-rBqGLbBbkT .line-wrap {
  text-align: center;
}
.cid-rBqGLbBbkT .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDNh5Azal {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBeaMhL42D {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBeaMhL42D .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBeaMhL42D p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ry9C7taA5N {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-ry9C7taA5N P {
  color: #767676;
}
.cid-ry9C7taA5N H1 {
  color: #ffffff;
}
.cid-ry9C7taA5N H3 {
  color: #ffffff;
}
.cid-ry9C7xrqDg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry9C7xrqDg .mbr-section-subtitle {
  color: #232323;
}
.cid-ry9C7xrqDg .btn {
  margin: 0 0 .5rem 0;
}
.cid-ry9C7BuOrN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry9C7BuOrN .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ry9C7BuOrN .mbr-content-text {
  color: #767676;
}
.cid-ry9C7BuOrN .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ry9C7BuOrN .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ry9C7BuOrN .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ry9C7BuOrN .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ry9C7BuOrN .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ry9C7BuOrN .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ry9C7BuOrN .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ry9C7J6aRa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ry9C7J6aRa .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ry9C7J6aRa .mbr-content-text {
  color: #767676;
}
.cid-ry9C7J6aRa .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ry9C7J6aRa .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ry9C7J6aRa .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ry9C7J6aRa .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ry9C7J6aRa .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ry9C7J6aRa .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ry9C7J6aRa .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBqTlXn7Mx {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqTlXn7Mx P {
  color: #767676;
}
.cid-rBqTlXn7Mx H1 {
  text-align: left;
}
.cid-rBqTlXn7Mx .mbr-text,
.cid-rBqTlXn7Mx .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBqTlXn7Mx H3 {
  text-align: left;
}
.cid-rBqTjTtI0u {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqTjTtI0u .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqTjTtI0u .container-table {
  margin: 0 auto;
}
.cid-rBqTjTtI0u table.dataTable thead .sorting:before,
.cid-rBqTjTtI0u table.dataTable thead .sorting:after,
.cid-rBqTjTtI0u table.dataTable thead .sorting_asc:before,
.cid-rBqTjTtI0u table.dataTable thead .sorting_asc:after,
.cid-rBqTjTtI0u table.dataTable thead .sorting_desc:before,
.cid-rBqTjTtI0u table.dataTable thead .sorting_desc:after,
.cid-rBqTjTtI0u table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqTjTtI0u table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqTjTtI0u table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqTjTtI0u table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqTjTtI0u .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqTjTtI0u .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqTjTtI0u .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqTjTtI0u .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqTjTtI0u .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqTjTtI0u .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqTjTtI0u .table-heads {
  color: #ffffff;
}
.cid-rBqTjTtI0u .dataTables_wrapper {
  display: block;
}
.cid-rBqTjTtI0u .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqTjTtI0u .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqTjTtI0u table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqTjTtI0u table td,
.cid-rBqTjTtI0u table th {
  white-space: nowrap;
}
.cid-rBqTjTtI0u table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqTjTtI0u table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqTjTtI0u table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqTjTtI0u table.table {
  background: #ffffff;
}
.cid-rBqTjTtI0u .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqTjTtI0u .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqTjTtI0u .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqTjTtI0u .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqTjTtI0u .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqTjTtI0u .dataTables_filter {
    text-align: center;
  }
  .cid-rBqTjTtI0u .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqTjTtI0u .mbr-section-title,
.cid-rBqTjTtI0u .line-wrap {
  text-align: center;
}
.cid-rBqTjTtI0u .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqThZgUWq {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqThZgUWq .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqThZgUWq .container-table {
  margin: 0 auto;
}
.cid-rBqThZgUWq table.dataTable thead .sorting:before,
.cid-rBqThZgUWq table.dataTable thead .sorting:after,
.cid-rBqThZgUWq table.dataTable thead .sorting_asc:before,
.cid-rBqThZgUWq table.dataTable thead .sorting_asc:after,
.cid-rBqThZgUWq table.dataTable thead .sorting_desc:before,
.cid-rBqThZgUWq table.dataTable thead .sorting_desc:after,
.cid-rBqThZgUWq table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqThZgUWq table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqThZgUWq table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqThZgUWq table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqThZgUWq .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqThZgUWq .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqThZgUWq .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqThZgUWq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqThZgUWq .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqThZgUWq .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqThZgUWq .table-heads {
  color: #ffffff;
}
.cid-rBqThZgUWq .dataTables_wrapper {
  display: block;
}
.cid-rBqThZgUWq .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqThZgUWq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqThZgUWq table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqThZgUWq table td,
.cid-rBqThZgUWq table th {
  white-space: nowrap;
}
.cid-rBqThZgUWq table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqThZgUWq table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqThZgUWq table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqThZgUWq table.table {
  background: #ffffff;
}
.cid-rBqThZgUWq .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqThZgUWq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqThZgUWq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqThZgUWq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqThZgUWq .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqThZgUWq .dataTables_filter {
    text-align: center;
  }
  .cid-rBqThZgUWq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqThZgUWq .mbr-section-title,
.cid-rBqThZgUWq .line-wrap {
  text-align: center;
}
.cid-rBqThZgUWq .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqTfyID3y {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqTfyID3y .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqTfyID3y .container-table {
  margin: 0 auto;
}
.cid-rBqTfyID3y table.dataTable thead .sorting:before,
.cid-rBqTfyID3y table.dataTable thead .sorting:after,
.cid-rBqTfyID3y table.dataTable thead .sorting_asc:before,
.cid-rBqTfyID3y table.dataTable thead .sorting_asc:after,
.cid-rBqTfyID3y table.dataTable thead .sorting_desc:before,
.cid-rBqTfyID3y table.dataTable thead .sorting_desc:after,
.cid-rBqTfyID3y table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqTfyID3y table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqTfyID3y table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqTfyID3y table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqTfyID3y .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqTfyID3y .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqTfyID3y .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqTfyID3y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqTfyID3y .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqTfyID3y .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqTfyID3y .table-heads {
  color: #ffffff;
}
.cid-rBqTfyID3y .dataTables_wrapper {
  display: block;
}
.cid-rBqTfyID3y .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqTfyID3y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqTfyID3y table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqTfyID3y table td,
.cid-rBqTfyID3y table th {
  white-space: nowrap;
}
.cid-rBqTfyID3y table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqTfyID3y table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqTfyID3y table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqTfyID3y table.table {
  background: #ffffff;
}
.cid-rBqTfyID3y .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqTfyID3y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqTfyID3y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqTfyID3y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqTfyID3y .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqTfyID3y .dataTables_filter {
    text-align: center;
  }
  .cid-rBqTfyID3y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqTfyID3y .mbr-section-title,
.cid-rBqTfyID3y .line-wrap {
  text-align: center;
}
.cid-rBqTfyID3y .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqTdmtqxQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqTdmtqxQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqTdmtqxQ .container-table {
  margin: 0 auto;
}
.cid-rBqTdmtqxQ table.dataTable thead .sorting:before,
.cid-rBqTdmtqxQ table.dataTable thead .sorting:after,
.cid-rBqTdmtqxQ table.dataTable thead .sorting_asc:before,
.cid-rBqTdmtqxQ table.dataTable thead .sorting_asc:after,
.cid-rBqTdmtqxQ table.dataTable thead .sorting_desc:before,
.cid-rBqTdmtqxQ table.dataTable thead .sorting_desc:after,
.cid-rBqTdmtqxQ table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqTdmtqxQ table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqTdmtqxQ table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqTdmtqxQ table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqTdmtqxQ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqTdmtqxQ .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqTdmtqxQ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqTdmtqxQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqTdmtqxQ .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqTdmtqxQ .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqTdmtqxQ .table-heads {
  color: #ffffff;
}
.cid-rBqTdmtqxQ .dataTables_wrapper {
  display: block;
}
.cid-rBqTdmtqxQ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqTdmtqxQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqTdmtqxQ table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqTdmtqxQ table td,
.cid-rBqTdmtqxQ table th {
  white-space: nowrap;
}
.cid-rBqTdmtqxQ table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqTdmtqxQ table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqTdmtqxQ table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqTdmtqxQ table.table {
  background: #ffffff;
}
.cid-rBqTdmtqxQ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqTdmtqxQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqTdmtqxQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqTdmtqxQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqTdmtqxQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqTdmtqxQ .dataTables_filter {
    text-align: center;
  }
  .cid-rBqTdmtqxQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqTdmtqxQ .mbr-section-title,
.cid-rBqTdmtqxQ .line-wrap {
  text-align: center;
}
.cid-rBqTdmtqxQ .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqTaaybi6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqTaaybi6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqTaaybi6 .container-table {
  margin: 0 auto;
}
.cid-rBqTaaybi6 table.dataTable thead .sorting:before,
.cid-rBqTaaybi6 table.dataTable thead .sorting:after,
.cid-rBqTaaybi6 table.dataTable thead .sorting_asc:before,
.cid-rBqTaaybi6 table.dataTable thead .sorting_asc:after,
.cid-rBqTaaybi6 table.dataTable thead .sorting_desc:before,
.cid-rBqTaaybi6 table.dataTable thead .sorting_desc:after,
.cid-rBqTaaybi6 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqTaaybi6 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqTaaybi6 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqTaaybi6 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqTaaybi6 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqTaaybi6 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqTaaybi6 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqTaaybi6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqTaaybi6 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqTaaybi6 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqTaaybi6 .table-heads {
  color: #ffffff;
}
.cid-rBqTaaybi6 .dataTables_wrapper {
  display: block;
}
.cid-rBqTaaybi6 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqTaaybi6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqTaaybi6 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqTaaybi6 table td,
.cid-rBqTaaybi6 table th {
  white-space: nowrap;
}
.cid-rBqTaaybi6 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqTaaybi6 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqTaaybi6 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqTaaybi6 table.table {
  background: #ffffff;
}
.cid-rBqTaaybi6 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqTaaybi6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqTaaybi6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqTaaybi6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqTaaybi6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqTaaybi6 .dataTables_filter {
    text-align: center;
  }
  .cid-rBqTaaybi6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqTaaybi6 .mbr-section-title,
.cid-rBqTaaybi6 .line-wrap {
  text-align: center;
}
.cid-rBqTaaybi6 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqT7oFAuG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqT7oFAuG .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqT7oFAuG .container-table {
  margin: 0 auto;
}
.cid-rBqT7oFAuG table.dataTable thead .sorting:before,
.cid-rBqT7oFAuG table.dataTable thead .sorting:after,
.cid-rBqT7oFAuG table.dataTable thead .sorting_asc:before,
.cid-rBqT7oFAuG table.dataTable thead .sorting_asc:after,
.cid-rBqT7oFAuG table.dataTable thead .sorting_desc:before,
.cid-rBqT7oFAuG table.dataTable thead .sorting_desc:after,
.cid-rBqT7oFAuG table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqT7oFAuG table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqT7oFAuG table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqT7oFAuG table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqT7oFAuG .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqT7oFAuG .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqT7oFAuG .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqT7oFAuG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqT7oFAuG .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqT7oFAuG .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqT7oFAuG .table-heads {
  color: #ffffff;
}
.cid-rBqT7oFAuG .dataTables_wrapper {
  display: block;
}
.cid-rBqT7oFAuG .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqT7oFAuG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqT7oFAuG table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqT7oFAuG table td,
.cid-rBqT7oFAuG table th {
  white-space: nowrap;
}
.cid-rBqT7oFAuG table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqT7oFAuG table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqT7oFAuG table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqT7oFAuG table.table {
  background: #ffffff;
}
.cid-rBqT7oFAuG .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqT7oFAuG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqT7oFAuG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqT7oFAuG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqT7oFAuG .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqT7oFAuG .dataTables_filter {
    text-align: center;
  }
  .cid-rBqT7oFAuG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqT7oFAuG .mbr-section-title,
.cid-rBqT7oFAuG .line-wrap {
  text-align: center;
}
.cid-rBqT7oFAuG .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDNNJ0A64 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBebBqMj1n {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBebBqMj1n .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBebBqMj1n p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ryfCJyIE2g {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-ryfCJyIE2g P {
  color: #767676;
}
.cid-ryfCJyIE2g H1 {
  color: #ffffff;
}
.cid-ryfCJyIE2g H3 {
  color: #ffffff;
}
.cid-ryfCJBh9Sk {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryfCJBh9Sk .mbr-section-subtitle {
  color: #232323;
}
.cid-ryfCJBh9Sk .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzKc8eec9s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzKc8eec9s .mbr-section-subtitle {
  color: #232323;
}
.cid-rzKc8eec9s .btn {
  margin: 0 0 .5rem 0;
}
.cid-ryfCJDNgz5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryfCJDNgz5 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryfCJDNgz5 .mbr-content-text {
  color: #767676;
}
.cid-ryfCJDNgz5 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryfCJDNgz5 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryfCJDNgz5 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryfCJDNgz5 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryfCJDNgz5 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryfCJDNgz5 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryfCJDNgz5 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ryfCJKaZro {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryfCJKaZro .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryfCJKaZro .mbr-content-text {
  color: #767676;
}
.cid-ryfCJKaZro .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryfCJKaZro .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryfCJKaZro .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryfCJKaZro .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryfCJKaZro .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryfCJKaZro .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryfCJKaZro .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBr5rEKjOI {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBr5rEKjOI P {
  color: #767676;
}
.cid-rBr5rEKjOI H1 {
  text-align: left;
}
.cid-rBr5rEKjOI .mbr-text,
.cid-rBr5rEKjOI .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBr5rEKjOI H3 {
  text-align: left;
}
.cid-rBr5oXZeHs {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBr5oXZeHs .mbr-section-subtitle {
  color: #767676;
}
.cid-rBr5oXZeHs .container-table {
  margin: 0 auto;
}
.cid-rBr5oXZeHs table.dataTable thead .sorting:before,
.cid-rBr5oXZeHs table.dataTable thead .sorting:after,
.cid-rBr5oXZeHs table.dataTable thead .sorting_asc:before,
.cid-rBr5oXZeHs table.dataTable thead .sorting_asc:after,
.cid-rBr5oXZeHs table.dataTable thead .sorting_desc:before,
.cid-rBr5oXZeHs table.dataTable thead .sorting_desc:after,
.cid-rBr5oXZeHs table.dataTable thead .sorting_asc_disabled:before,
.cid-rBr5oXZeHs table.dataTable thead .sorting_asc_disabled:after,
.cid-rBr5oXZeHs table.dataTable thead .sorting_desc_disabled:before,
.cid-rBr5oXZeHs table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBr5oXZeHs .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBr5oXZeHs .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBr5oXZeHs .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBr5oXZeHs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBr5oXZeHs .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBr5oXZeHs .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBr5oXZeHs .table-heads {
  color: #ffffff;
}
.cid-rBr5oXZeHs .dataTables_wrapper {
  display: block;
}
.cid-rBr5oXZeHs .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBr5oXZeHs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBr5oXZeHs table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBr5oXZeHs table td,
.cid-rBr5oXZeHs table th {
  white-space: nowrap;
}
.cid-rBr5oXZeHs table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBr5oXZeHs table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBr5oXZeHs table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBr5oXZeHs table.table {
  background: #ffffff;
}
.cid-rBr5oXZeHs .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBr5oXZeHs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBr5oXZeHs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBr5oXZeHs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBr5oXZeHs .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBr5oXZeHs .dataTables_filter {
    text-align: center;
  }
  .cid-rBr5oXZeHs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBr5oXZeHs .mbr-section-title,
.cid-rBr5oXZeHs .line-wrap {
  text-align: center;
}
.cid-rBr5oXZeHs .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBr5mvWRj3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBr5mvWRj3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBr5mvWRj3 .container-table {
  margin: 0 auto;
}
.cid-rBr5mvWRj3 table.dataTable thead .sorting:before,
.cid-rBr5mvWRj3 table.dataTable thead .sorting:after,
.cid-rBr5mvWRj3 table.dataTable thead .sorting_asc:before,
.cid-rBr5mvWRj3 table.dataTable thead .sorting_asc:after,
.cid-rBr5mvWRj3 table.dataTable thead .sorting_desc:before,
.cid-rBr5mvWRj3 table.dataTable thead .sorting_desc:after,
.cid-rBr5mvWRj3 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBr5mvWRj3 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBr5mvWRj3 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBr5mvWRj3 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBr5mvWRj3 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBr5mvWRj3 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBr5mvWRj3 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBr5mvWRj3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBr5mvWRj3 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBr5mvWRj3 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBr5mvWRj3 .table-heads {
  color: #ffffff;
}
.cid-rBr5mvWRj3 .dataTables_wrapper {
  display: block;
}
.cid-rBr5mvWRj3 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBr5mvWRj3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBr5mvWRj3 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBr5mvWRj3 table td,
.cid-rBr5mvWRj3 table th {
  white-space: nowrap;
}
.cid-rBr5mvWRj3 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBr5mvWRj3 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBr5mvWRj3 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBr5mvWRj3 table.table {
  background: #ffffff;
}
.cid-rBr5mvWRj3 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBr5mvWRj3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBr5mvWRj3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBr5mvWRj3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBr5mvWRj3 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBr5mvWRj3 .dataTables_filter {
    text-align: center;
  }
  .cid-rBr5mvWRj3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBr5mvWRj3 .mbr-section-title,
.cid-rBr5mvWRj3 .line-wrap {
  text-align: center;
}
.cid-rBr5mvWRj3 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBr5ke6t0S {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBr5ke6t0S .mbr-section-subtitle {
  color: #767676;
}
.cid-rBr5ke6t0S .container-table {
  margin: 0 auto;
}
.cid-rBr5ke6t0S table.dataTable thead .sorting:before,
.cid-rBr5ke6t0S table.dataTable thead .sorting:after,
.cid-rBr5ke6t0S table.dataTable thead .sorting_asc:before,
.cid-rBr5ke6t0S table.dataTable thead .sorting_asc:after,
.cid-rBr5ke6t0S table.dataTable thead .sorting_desc:before,
.cid-rBr5ke6t0S table.dataTable thead .sorting_desc:after,
.cid-rBr5ke6t0S table.dataTable thead .sorting_asc_disabled:before,
.cid-rBr5ke6t0S table.dataTable thead .sorting_asc_disabled:after,
.cid-rBr5ke6t0S table.dataTable thead .sorting_desc_disabled:before,
.cid-rBr5ke6t0S table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBr5ke6t0S .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBr5ke6t0S .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBr5ke6t0S .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBr5ke6t0S .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBr5ke6t0S .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBr5ke6t0S .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBr5ke6t0S .table-heads {
  color: #ffffff;
}
.cid-rBr5ke6t0S .dataTables_wrapper {
  display: block;
}
.cid-rBr5ke6t0S .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBr5ke6t0S .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBr5ke6t0S table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBr5ke6t0S table td,
.cid-rBr5ke6t0S table th {
  white-space: nowrap;
}
.cid-rBr5ke6t0S table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBr5ke6t0S table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBr5ke6t0S table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBr5ke6t0S table.table {
  background: #ffffff;
}
.cid-rBr5ke6t0S .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBr5ke6t0S .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBr5ke6t0S .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBr5ke6t0S .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBr5ke6t0S .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBr5ke6t0S .dataTables_filter {
    text-align: center;
  }
  .cid-rBr5ke6t0S .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBr5ke6t0S .mbr-section-title,
.cid-rBr5ke6t0S .line-wrap {
  text-align: center;
}
.cid-rBr5ke6t0S .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBr7t1Rvgr {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBr7t1Rvgr .mbr-section-subtitle {
  color: #767676;
}
.cid-rBr7t1Rvgr .container-table {
  margin: 0 auto;
}
.cid-rBr7t1Rvgr table.dataTable thead .sorting:before,
.cid-rBr7t1Rvgr table.dataTable thead .sorting:after,
.cid-rBr7t1Rvgr table.dataTable thead .sorting_asc:before,
.cid-rBr7t1Rvgr table.dataTable thead .sorting_asc:after,
.cid-rBr7t1Rvgr table.dataTable thead .sorting_desc:before,
.cid-rBr7t1Rvgr table.dataTable thead .sorting_desc:after,
.cid-rBr7t1Rvgr table.dataTable thead .sorting_asc_disabled:before,
.cid-rBr7t1Rvgr table.dataTable thead .sorting_asc_disabled:after,
.cid-rBr7t1Rvgr table.dataTable thead .sorting_desc_disabled:before,
.cid-rBr7t1Rvgr table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBr7t1Rvgr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBr7t1Rvgr .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBr7t1Rvgr .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBr7t1Rvgr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBr7t1Rvgr .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBr7t1Rvgr .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBr7t1Rvgr .table-heads {
  color: #ffffff;
}
.cid-rBr7t1Rvgr .dataTables_wrapper {
  display: block;
}
.cid-rBr7t1Rvgr .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBr7t1Rvgr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBr7t1Rvgr table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBr7t1Rvgr table td,
.cid-rBr7t1Rvgr table th {
  white-space: nowrap;
}
.cid-rBr7t1Rvgr table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBr7t1Rvgr table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBr7t1Rvgr table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBr7t1Rvgr table.table {
  background: #ffffff;
}
.cid-rBr7t1Rvgr .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBr7t1Rvgr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBr7t1Rvgr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBr7t1Rvgr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBr7t1Rvgr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBr7t1Rvgr .dataTables_filter {
    text-align: center;
  }
  .cid-rBr7t1Rvgr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBr7t1Rvgr .mbr-section-title,
.cid-rBr7t1Rvgr .line-wrap {
  text-align: center;
}
.cid-rBr7t1Rvgr .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBr5hQo6j9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBr5hQo6j9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBr5hQo6j9 .container-table {
  margin: 0 auto;
}
.cid-rBr5hQo6j9 table.dataTable thead .sorting:before,
.cid-rBr5hQo6j9 table.dataTable thead .sorting:after,
.cid-rBr5hQo6j9 table.dataTable thead .sorting_asc:before,
.cid-rBr5hQo6j9 table.dataTable thead .sorting_asc:after,
.cid-rBr5hQo6j9 table.dataTable thead .sorting_desc:before,
.cid-rBr5hQo6j9 table.dataTable thead .sorting_desc:after,
.cid-rBr5hQo6j9 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBr5hQo6j9 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBr5hQo6j9 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBr5hQo6j9 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBr5hQo6j9 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBr5hQo6j9 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBr5hQo6j9 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBr5hQo6j9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBr5hQo6j9 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBr5hQo6j9 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBr5hQo6j9 .table-heads {
  color: #ffffff;
}
.cid-rBr5hQo6j9 .dataTables_wrapper {
  display: block;
}
.cid-rBr5hQo6j9 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBr5hQo6j9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBr5hQo6j9 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBr5hQo6j9 table td,
.cid-rBr5hQo6j9 table th {
  white-space: nowrap;
}
.cid-rBr5hQo6j9 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBr5hQo6j9 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBr5hQo6j9 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBr5hQo6j9 table.table {
  background: #ffffff;
}
.cid-rBr5hQo6j9 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBr5hQo6j9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBr5hQo6j9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBr5hQo6j9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBr5hQo6j9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBr5hQo6j9 .dataTables_filter {
    text-align: center;
  }
  .cid-rBr5hQo6j9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBr5hQo6j9 .mbr-section-title,
.cid-rBr5hQo6j9 .line-wrap {
  text-align: center;
}
.cid-rBr5hQo6j9 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBr5f4v0Uv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBr5f4v0Uv .mbr-section-subtitle {
  color: #767676;
}
.cid-rBr5f4v0Uv .container-table {
  margin: 0 auto;
}
.cid-rBr5f4v0Uv table.dataTable thead .sorting:before,
.cid-rBr5f4v0Uv table.dataTable thead .sorting:after,
.cid-rBr5f4v0Uv table.dataTable thead .sorting_asc:before,
.cid-rBr5f4v0Uv table.dataTable thead .sorting_asc:after,
.cid-rBr5f4v0Uv table.dataTable thead .sorting_desc:before,
.cid-rBr5f4v0Uv table.dataTable thead .sorting_desc:after,
.cid-rBr5f4v0Uv table.dataTable thead .sorting_asc_disabled:before,
.cid-rBr5f4v0Uv table.dataTable thead .sorting_asc_disabled:after,
.cid-rBr5f4v0Uv table.dataTable thead .sorting_desc_disabled:before,
.cid-rBr5f4v0Uv table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBr5f4v0Uv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBr5f4v0Uv .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBr5f4v0Uv .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBr5f4v0Uv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBr5f4v0Uv .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBr5f4v0Uv .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBr5f4v0Uv .table-heads {
  color: #ffffff;
}
.cid-rBr5f4v0Uv .dataTables_wrapper {
  display: block;
}
.cid-rBr5f4v0Uv .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBr5f4v0Uv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBr5f4v0Uv table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBr5f4v0Uv table td,
.cid-rBr5f4v0Uv table th {
  white-space: nowrap;
}
.cid-rBr5f4v0Uv table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBr5f4v0Uv table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBr5f4v0Uv table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBr5f4v0Uv table.table {
  background: #ffffff;
}
.cid-rBr5f4v0Uv .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBr5f4v0Uv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBr5f4v0Uv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBr5f4v0Uv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBr5f4v0Uv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBr5f4v0Uv .dataTables_filter {
    text-align: center;
  }
  .cid-rBr5f4v0Uv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBr5f4v0Uv .mbr-section-title,
.cid-rBr5f4v0Uv .line-wrap {
  text-align: center;
}
.cid-rBr5f4v0Uv .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDOi4USST {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBedn1xY0W {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBedn1xY0W .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBedn1xY0W p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ryfD8psoUj {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-ryfD8psoUj P {
  color: #767676;
}
.cid-ryfD8psoUj H1 {
  color: #ffffff;
}
.cid-ryfD8psoUj H3 {
  color: #ffffff;
}
.cid-ryfD8rY371 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryfD8rY371 .mbr-section-subtitle {
  color: #232323;
}
.cid-ryfD8rY371 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzKdw5v0Li {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzKdw5v0Li .mbr-section-subtitle {
  color: #232323;
}
.cid-rzKdw5v0Li .btn {
  margin: 0 0 .5rem 0;
}
.cid-ryfD8vKR0Z {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryfD8vKR0Z .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryfD8vKR0Z .mbr-content-text {
  color: #767676;
}
.cid-ryfD8vKR0Z .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryfD8vKR0Z .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryfD8vKR0Z .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryfD8vKR0Z .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryfD8vKR0Z .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryfD8vKR0Z .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryfD8vKR0Z .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ryfD8BTLnd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryfD8BTLnd .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryfD8BTLnd .mbr-content-text {
  color: #767676;
}
.cid-ryfD8BTLnd .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryfD8BTLnd .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryfD8BTLnd .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryfD8BTLnd .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryfD8BTLnd .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryfD8BTLnd .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryfD8BTLnd .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBreykKLs0 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBreykKLs0 P {
  color: #767676;
}
.cid-rBreykKLs0 H1 {
  text-align: left;
}
.cid-rBreykKLs0 .mbr-text,
.cid-rBreykKLs0 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBreykKLs0 H3 {
  text-align: left;
}
.cid-rBreue0lv6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBreue0lv6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBreue0lv6 .container-table {
  margin: 0 auto;
}
.cid-rBreue0lv6 table.dataTable thead .sorting:before,
.cid-rBreue0lv6 table.dataTable thead .sorting:after,
.cid-rBreue0lv6 table.dataTable thead .sorting_asc:before,
.cid-rBreue0lv6 table.dataTable thead .sorting_asc:after,
.cid-rBreue0lv6 table.dataTable thead .sorting_desc:before,
.cid-rBreue0lv6 table.dataTable thead .sorting_desc:after,
.cid-rBreue0lv6 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBreue0lv6 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBreue0lv6 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBreue0lv6 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBreue0lv6 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBreue0lv6 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBreue0lv6 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBreue0lv6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBreue0lv6 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBreue0lv6 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBreue0lv6 .table-heads {
  color: #ffffff;
}
.cid-rBreue0lv6 .dataTables_wrapper {
  display: block;
}
.cid-rBreue0lv6 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBreue0lv6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBreue0lv6 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBreue0lv6 table td,
.cid-rBreue0lv6 table th {
  white-space: nowrap;
}
.cid-rBreue0lv6 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBreue0lv6 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBreue0lv6 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBreue0lv6 table.table {
  background: #ffffff;
}
.cid-rBreue0lv6 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBreue0lv6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBreue0lv6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBreue0lv6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBreue0lv6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBreue0lv6 .dataTables_filter {
    text-align: center;
  }
  .cid-rBreue0lv6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBreue0lv6 .mbr-section-title,
.cid-rBreue0lv6 .line-wrap {
  text-align: center;
}
.cid-rBreue0lv6 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBreqVNemC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBreqVNemC .mbr-section-subtitle {
  color: #767676;
}
.cid-rBreqVNemC .container-table {
  margin: 0 auto;
}
.cid-rBreqVNemC table.dataTable thead .sorting:before,
.cid-rBreqVNemC table.dataTable thead .sorting:after,
.cid-rBreqVNemC table.dataTable thead .sorting_asc:before,
.cid-rBreqVNemC table.dataTable thead .sorting_asc:after,
.cid-rBreqVNemC table.dataTable thead .sorting_desc:before,
.cid-rBreqVNemC table.dataTable thead .sorting_desc:after,
.cid-rBreqVNemC table.dataTable thead .sorting_asc_disabled:before,
.cid-rBreqVNemC table.dataTable thead .sorting_asc_disabled:after,
.cid-rBreqVNemC table.dataTable thead .sorting_desc_disabled:before,
.cid-rBreqVNemC table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBreqVNemC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBreqVNemC .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBreqVNemC .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBreqVNemC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBreqVNemC .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBreqVNemC .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBreqVNemC .table-heads {
  color: #ffffff;
}
.cid-rBreqVNemC .dataTables_wrapper {
  display: block;
}
.cid-rBreqVNemC .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBreqVNemC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBreqVNemC table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBreqVNemC table td,
.cid-rBreqVNemC table th {
  white-space: nowrap;
}
.cid-rBreqVNemC table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBreqVNemC table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBreqVNemC table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBreqVNemC table.table {
  background: #ffffff;
}
.cid-rBreqVNemC .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBreqVNemC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBreqVNemC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBreqVNemC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBreqVNemC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBreqVNemC .dataTables_filter {
    text-align: center;
  }
  .cid-rBreqVNemC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBreqVNemC .mbr-section-title,
.cid-rBreqVNemC .line-wrap {
  text-align: center;
}
.cid-rBreqVNemC .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrenShVk6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrenShVk6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrenShVk6 .container-table {
  margin: 0 auto;
}
.cid-rBrenShVk6 table.dataTable thead .sorting:before,
.cid-rBrenShVk6 table.dataTable thead .sorting:after,
.cid-rBrenShVk6 table.dataTable thead .sorting_asc:before,
.cid-rBrenShVk6 table.dataTable thead .sorting_asc:after,
.cid-rBrenShVk6 table.dataTable thead .sorting_desc:before,
.cid-rBrenShVk6 table.dataTable thead .sorting_desc:after,
.cid-rBrenShVk6 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrenShVk6 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrenShVk6 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrenShVk6 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrenShVk6 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrenShVk6 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrenShVk6 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrenShVk6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrenShVk6 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrenShVk6 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrenShVk6 .table-heads {
  color: #ffffff;
}
.cid-rBrenShVk6 .dataTables_wrapper {
  display: block;
}
.cid-rBrenShVk6 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrenShVk6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrenShVk6 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrenShVk6 table td,
.cid-rBrenShVk6 table th {
  white-space: nowrap;
}
.cid-rBrenShVk6 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrenShVk6 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrenShVk6 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrenShVk6 table.table {
  background: #ffffff;
}
.cid-rBrenShVk6 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrenShVk6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrenShVk6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrenShVk6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrenShVk6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrenShVk6 .dataTables_filter {
    text-align: center;
  }
  .cid-rBrenShVk6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrenShVk6 .mbr-section-title,
.cid-rBrenShVk6 .line-wrap {
  text-align: center;
}
.cid-rBrenShVk6 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrekNzdOz {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrekNzdOz .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrekNzdOz .container-table {
  margin: 0 auto;
}
.cid-rBrekNzdOz table.dataTable thead .sorting:before,
.cid-rBrekNzdOz table.dataTable thead .sorting:after,
.cid-rBrekNzdOz table.dataTable thead .sorting_asc:before,
.cid-rBrekNzdOz table.dataTable thead .sorting_asc:after,
.cid-rBrekNzdOz table.dataTable thead .sorting_desc:before,
.cid-rBrekNzdOz table.dataTable thead .sorting_desc:after,
.cid-rBrekNzdOz table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrekNzdOz table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrekNzdOz table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrekNzdOz table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrekNzdOz .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrekNzdOz .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrekNzdOz .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrekNzdOz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrekNzdOz .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrekNzdOz .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrekNzdOz .table-heads {
  color: #ffffff;
}
.cid-rBrekNzdOz .dataTables_wrapper {
  display: block;
}
.cid-rBrekNzdOz .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrekNzdOz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrekNzdOz table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrekNzdOz table td,
.cid-rBrekNzdOz table th {
  white-space: nowrap;
}
.cid-rBrekNzdOz table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrekNzdOz table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrekNzdOz table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrekNzdOz table.table {
  background: #ffffff;
}
.cid-rBrekNzdOz .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrekNzdOz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrekNzdOz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrekNzdOz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrekNzdOz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrekNzdOz .dataTables_filter {
    text-align: center;
  }
  .cid-rBrekNzdOz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrekNzdOz .mbr-section-title,
.cid-rBrekNzdOz .line-wrap {
  text-align: center;
}
.cid-rBrekNzdOz .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrehFl0Dv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrehFl0Dv .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrehFl0Dv .container-table {
  margin: 0 auto;
}
.cid-rBrehFl0Dv table.dataTable thead .sorting:before,
.cid-rBrehFl0Dv table.dataTable thead .sorting:after,
.cid-rBrehFl0Dv table.dataTable thead .sorting_asc:before,
.cid-rBrehFl0Dv table.dataTable thead .sorting_asc:after,
.cid-rBrehFl0Dv table.dataTable thead .sorting_desc:before,
.cid-rBrehFl0Dv table.dataTable thead .sorting_desc:after,
.cid-rBrehFl0Dv table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrehFl0Dv table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrehFl0Dv table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrehFl0Dv table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrehFl0Dv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrehFl0Dv .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrehFl0Dv .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrehFl0Dv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrehFl0Dv .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrehFl0Dv .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrehFl0Dv .table-heads {
  color: #ffffff;
}
.cid-rBrehFl0Dv .dataTables_wrapper {
  display: block;
}
.cid-rBrehFl0Dv .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrehFl0Dv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrehFl0Dv table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrehFl0Dv table td,
.cid-rBrehFl0Dv table th {
  white-space: nowrap;
}
.cid-rBrehFl0Dv table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrehFl0Dv table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrehFl0Dv table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrehFl0Dv table.table {
  background: #ffffff;
}
.cid-rBrehFl0Dv .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrehFl0Dv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrehFl0Dv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrehFl0Dv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrehFl0Dv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrehFl0Dv .dataTables_filter {
    text-align: center;
  }
  .cid-rBrehFl0Dv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrehFl0Dv .mbr-section-title,
.cid-rBrehFl0Dv .line-wrap {
  text-align: center;
}
.cid-rBrehFl0Dv .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBreePHdjz {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBreePHdjz .mbr-section-subtitle {
  color: #767676;
}
.cid-rBreePHdjz .container-table {
  margin: 0 auto;
}
.cid-rBreePHdjz table.dataTable thead .sorting:before,
.cid-rBreePHdjz table.dataTable thead .sorting:after,
.cid-rBreePHdjz table.dataTable thead .sorting_asc:before,
.cid-rBreePHdjz table.dataTable thead .sorting_asc:after,
.cid-rBreePHdjz table.dataTable thead .sorting_desc:before,
.cid-rBreePHdjz table.dataTable thead .sorting_desc:after,
.cid-rBreePHdjz table.dataTable thead .sorting_asc_disabled:before,
.cid-rBreePHdjz table.dataTable thead .sorting_asc_disabled:after,
.cid-rBreePHdjz table.dataTable thead .sorting_desc_disabled:before,
.cid-rBreePHdjz table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBreePHdjz .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBreePHdjz .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBreePHdjz .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBreePHdjz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBreePHdjz .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBreePHdjz .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBreePHdjz .table-heads {
  color: #ffffff;
}
.cid-rBreePHdjz .dataTables_wrapper {
  display: block;
}
.cid-rBreePHdjz .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBreePHdjz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBreePHdjz table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBreePHdjz table td,
.cid-rBreePHdjz table th {
  white-space: nowrap;
}
.cid-rBreePHdjz table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBreePHdjz table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBreePHdjz table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBreePHdjz table.table {
  background: #ffffff;
}
.cid-rBreePHdjz .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBreePHdjz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBreePHdjz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBreePHdjz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBreePHdjz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBreePHdjz .dataTables_filter {
    text-align: center;
  }
  .cid-rBreePHdjz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBreePHdjz .mbr-section-title,
.cid-rBreePHdjz .line-wrap {
  text-align: center;
}
.cid-rBreePHdjz .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDPkStjCA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBee26eJUA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBee26eJUA .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBee26eJUA p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ryfDHLEZqb {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-ryfDHLEZqb P {
  color: #767676;
}
.cid-ryfDHLEZqb H1 {
  color: #ffffff;
}
.cid-ryfDHLEZqb H3 {
  color: #ffffff;
}
.cid-ryfDHOcYnM {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryfDHOcYnM .mbr-section-subtitle {
  color: #232323;
}
.cid-ryfDHOcYnM .btn {
  margin: 0 0 .5rem 0;
}
.cid-rz4yaU6QSv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz4yaU6QSv .mbr-section-subtitle {
  color: #232323;
}
.cid-rz4yaU6QSv .btn {
  margin: 0 0 .5rem 0;
}
.cid-ryfDHQLeYu {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryfDHQLeYu .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryfDHQLeYu .mbr-content-text {
  color: #767676;
}
.cid-ryfDHQLeYu .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryfDHQLeYu .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryfDHQLeYu .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryfDHQLeYu .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryfDHQLeYu .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryfDHQLeYu .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryfDHQLeYu .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ryfDHVwuPL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryfDHVwuPL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryfDHVwuPL .mbr-content-text {
  color: #767676;
}
.cid-ryfDHVwuPL .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryfDHVwuPL .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryfDHVwuPL .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryfDHVwuPL .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryfDHVwuPL .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryfDHVwuPL .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryfDHVwuPL .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBrsfFZh7k {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrsfFZh7k P {
  color: #767676;
}
.cid-rBrsfFZh7k H1 {
  text-align: left;
}
.cid-rBrsfFZh7k .mbr-text,
.cid-rBrsfFZh7k .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBrsfFZh7k H3 {
  text-align: left;
}
.cid-rBrsdkovNL {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrsdkovNL .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrsdkovNL .container-table {
  margin: 0 auto;
}
.cid-rBrsdkovNL table.dataTable thead .sorting:before,
.cid-rBrsdkovNL table.dataTable thead .sorting:after,
.cid-rBrsdkovNL table.dataTable thead .sorting_asc:before,
.cid-rBrsdkovNL table.dataTable thead .sorting_asc:after,
.cid-rBrsdkovNL table.dataTable thead .sorting_desc:before,
.cid-rBrsdkovNL table.dataTable thead .sorting_desc:after,
.cid-rBrsdkovNL table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrsdkovNL table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrsdkovNL table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrsdkovNL table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrsdkovNL .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrsdkovNL .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrsdkovNL .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrsdkovNL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrsdkovNL .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrsdkovNL .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrsdkovNL .table-heads {
  color: #ffffff;
}
.cid-rBrsdkovNL .dataTables_wrapper {
  display: block;
}
.cid-rBrsdkovNL .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrsdkovNL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrsdkovNL table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrsdkovNL table td,
.cid-rBrsdkovNL table th {
  white-space: nowrap;
}
.cid-rBrsdkovNL table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrsdkovNL table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrsdkovNL table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrsdkovNL table.table {
  background: #ffffff;
}
.cid-rBrsdkovNL .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrsdkovNL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrsdkovNL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrsdkovNL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrsdkovNL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrsdkovNL .dataTables_filter {
    text-align: center;
  }
  .cid-rBrsdkovNL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrsdkovNL .mbr-section-title,
.cid-rBrsdkovNL .line-wrap {
  text-align: center;
}
.cid-rBrsdkovNL .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBwhumztNf {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwhumztNf .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwhumztNf .container-table {
  margin: 0 auto;
}
.cid-rBwhumztNf table.dataTable thead .sorting:before,
.cid-rBwhumztNf table.dataTable thead .sorting:after,
.cid-rBwhumztNf table.dataTable thead .sorting_asc:before,
.cid-rBwhumztNf table.dataTable thead .sorting_asc:after,
.cid-rBwhumztNf table.dataTable thead .sorting_desc:before,
.cid-rBwhumztNf table.dataTable thead .sorting_desc:after,
.cid-rBwhumztNf table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwhumztNf table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwhumztNf table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwhumztNf table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwhumztNf .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwhumztNf .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwhumztNf .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwhumztNf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwhumztNf .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwhumztNf .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwhumztNf .table-heads {
  color: #ffffff;
}
.cid-rBwhumztNf .dataTables_wrapper {
  display: block;
}
.cid-rBwhumztNf .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwhumztNf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwhumztNf table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwhumztNf table td,
.cid-rBwhumztNf table th {
  white-space: nowrap;
}
.cid-rBwhumztNf table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwhumztNf table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwhumztNf table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwhumztNf table.table {
  background: #ffffff;
}
.cid-rBwhumztNf .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwhumztNf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwhumztNf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwhumztNf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwhumztNf .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwhumztNf .dataTables_filter {
    text-align: center;
  }
  .cid-rBwhumztNf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwhumztNf .mbr-section-title,
.cid-rBwhumztNf .line-wrap {
  text-align: center;
}
.cid-rBwhumztNf .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrs8IcyUC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrs8IcyUC .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrs8IcyUC .container-table {
  margin: 0 auto;
}
.cid-rBrs8IcyUC table.dataTable thead .sorting:before,
.cid-rBrs8IcyUC table.dataTable thead .sorting:after,
.cid-rBrs8IcyUC table.dataTable thead .sorting_asc:before,
.cid-rBrs8IcyUC table.dataTable thead .sorting_asc:after,
.cid-rBrs8IcyUC table.dataTable thead .sorting_desc:before,
.cid-rBrs8IcyUC table.dataTable thead .sorting_desc:after,
.cid-rBrs8IcyUC table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrs8IcyUC table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrs8IcyUC table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrs8IcyUC table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrs8IcyUC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrs8IcyUC .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrs8IcyUC .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrs8IcyUC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrs8IcyUC .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrs8IcyUC .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrs8IcyUC .table-heads {
  color: #ffffff;
}
.cid-rBrs8IcyUC .dataTables_wrapper {
  display: block;
}
.cid-rBrs8IcyUC .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrs8IcyUC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrs8IcyUC table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrs8IcyUC table td,
.cid-rBrs8IcyUC table th {
  white-space: nowrap;
}
.cid-rBrs8IcyUC table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrs8IcyUC table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrs8IcyUC table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrs8IcyUC table.table {
  background: #ffffff;
}
.cid-rBrs8IcyUC .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrs8IcyUC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrs8IcyUC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrs8IcyUC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrs8IcyUC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrs8IcyUC .dataTables_filter {
    text-align: center;
  }
  .cid-rBrs8IcyUC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrs8IcyUC .mbr-section-title,
.cid-rBrs8IcyUC .line-wrap {
  text-align: center;
}
.cid-rBrs8IcyUC .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrs6CfDc5 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrs6CfDc5 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrs6CfDc5 .container-table {
  margin: 0 auto;
}
.cid-rBrs6CfDc5 table.dataTable thead .sorting:before,
.cid-rBrs6CfDc5 table.dataTable thead .sorting:after,
.cid-rBrs6CfDc5 table.dataTable thead .sorting_asc:before,
.cid-rBrs6CfDc5 table.dataTable thead .sorting_asc:after,
.cid-rBrs6CfDc5 table.dataTable thead .sorting_desc:before,
.cid-rBrs6CfDc5 table.dataTable thead .sorting_desc:after,
.cid-rBrs6CfDc5 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrs6CfDc5 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrs6CfDc5 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrs6CfDc5 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrs6CfDc5 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrs6CfDc5 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrs6CfDc5 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrs6CfDc5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrs6CfDc5 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrs6CfDc5 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrs6CfDc5 .table-heads {
  color: #ffffff;
}
.cid-rBrs6CfDc5 .dataTables_wrapper {
  display: block;
}
.cid-rBrs6CfDc5 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrs6CfDc5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrs6CfDc5 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrs6CfDc5 table td,
.cid-rBrs6CfDc5 table th {
  white-space: nowrap;
}
.cid-rBrs6CfDc5 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrs6CfDc5 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrs6CfDc5 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrs6CfDc5 table.table {
  background: #ffffff;
}
.cid-rBrs6CfDc5 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrs6CfDc5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrs6CfDc5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrs6CfDc5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrs6CfDc5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrs6CfDc5 .dataTables_filter {
    text-align: center;
  }
  .cid-rBrs6CfDc5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrs6CfDc5 .mbr-section-title,
.cid-rBrs6CfDc5 .line-wrap {
  text-align: center;
}
.cid-rBrs6CfDc5 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrs4mVHxu {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrs4mVHxu .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrs4mVHxu .container-table {
  margin: 0 auto;
}
.cid-rBrs4mVHxu table.dataTable thead .sorting:before,
.cid-rBrs4mVHxu table.dataTable thead .sorting:after,
.cid-rBrs4mVHxu table.dataTable thead .sorting_asc:before,
.cid-rBrs4mVHxu table.dataTable thead .sorting_asc:after,
.cid-rBrs4mVHxu table.dataTable thead .sorting_desc:before,
.cid-rBrs4mVHxu table.dataTable thead .sorting_desc:after,
.cid-rBrs4mVHxu table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrs4mVHxu table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrs4mVHxu table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrs4mVHxu table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrs4mVHxu .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrs4mVHxu .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrs4mVHxu .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrs4mVHxu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrs4mVHxu .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrs4mVHxu .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrs4mVHxu .table-heads {
  color: #ffffff;
}
.cid-rBrs4mVHxu .dataTables_wrapper {
  display: block;
}
.cid-rBrs4mVHxu .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrs4mVHxu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrs4mVHxu table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrs4mVHxu table td,
.cid-rBrs4mVHxu table th {
  white-space: nowrap;
}
.cid-rBrs4mVHxu table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrs4mVHxu table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrs4mVHxu table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrs4mVHxu table.table {
  background: #ffffff;
}
.cid-rBrs4mVHxu .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrs4mVHxu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrs4mVHxu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrs4mVHxu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrs4mVHxu .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrs4mVHxu .dataTables_filter {
    text-align: center;
  }
  .cid-rBrs4mVHxu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrs4mVHxu .mbr-section-title,
.cid-rBrs4mVHxu .line-wrap {
  text-align: center;
}
.cid-rBrs4mVHxu .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrs1X77vn {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrs1X77vn .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrs1X77vn .container-table {
  margin: 0 auto;
}
.cid-rBrs1X77vn table.dataTable thead .sorting:before,
.cid-rBrs1X77vn table.dataTable thead .sorting:after,
.cid-rBrs1X77vn table.dataTable thead .sorting_asc:before,
.cid-rBrs1X77vn table.dataTable thead .sorting_asc:after,
.cid-rBrs1X77vn table.dataTable thead .sorting_desc:before,
.cid-rBrs1X77vn table.dataTable thead .sorting_desc:after,
.cid-rBrs1X77vn table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrs1X77vn table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrs1X77vn table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrs1X77vn table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrs1X77vn .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrs1X77vn .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrs1X77vn .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrs1X77vn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrs1X77vn .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrs1X77vn .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrs1X77vn .table-heads {
  color: #ffffff;
}
.cid-rBrs1X77vn .dataTables_wrapper {
  display: block;
}
.cid-rBrs1X77vn .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrs1X77vn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrs1X77vn table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrs1X77vn table td,
.cid-rBrs1X77vn table th {
  white-space: nowrap;
}
.cid-rBrs1X77vn table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrs1X77vn table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrs1X77vn table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrs1X77vn table.table {
  background: #ffffff;
}
.cid-rBrs1X77vn .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrs1X77vn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrs1X77vn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrs1X77vn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrs1X77vn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrs1X77vn .dataTables_filter {
    text-align: center;
  }
  .cid-rBrs1X77vn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrs1X77vn .mbr-section-title,
.cid-rBrs1X77vn .line-wrap {
  text-align: center;
}
.cid-rBrs1X77vn .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDRJcWd6Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBeftUny3h {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBeftUny3h .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBeftUny3h p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ryfEujZUuD {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-ryfEujZUuD P {
  color: #767676;
}
.cid-ryfEujZUuD H1 {
  color: #ffffff;
}
.cid-ryfEujZUuD H3 {
  color: #ffffff;
}
.cid-ryfEumwxJL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryfEumwxJL .mbr-section-subtitle {
  color: #232323;
}
.cid-ryfEumwxJL .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzaXHGkdLo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzaXHGkdLo .mbr-section-subtitle {
  color: #232323;
}
.cid-rzaXHGkdLo .btn {
  margin: 0 0 .5rem 0;
}
.cid-ryfEuqjBrG {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryfEuqjBrG .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryfEuqjBrG .mbr-content-text {
  color: #767676;
}
.cid-ryfEuqjBrG .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryfEuqjBrG .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryfEuqjBrG .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryfEuqjBrG .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryfEuqjBrG .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryfEuqjBrG .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryfEuqjBrG .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ryfEuwdwdK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryfEuwdwdK .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryfEuwdwdK .mbr-content-text {
  color: #767676;
}
.cid-ryfEuwdwdK .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryfEuwdwdK .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryfEuwdwdK .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryfEuwdwdK .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryfEuwdwdK .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryfEuwdwdK .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryfEuwdwdK .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBgo0tq9IF {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgo0tq9IF P {
  color: #767676;
}
.cid-rBgo0tq9IF H1 {
  text-align: left;
}
.cid-rBgo0tq9IF .mbr-text,
.cid-rBgo0tq9IF .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBgo0tq9IF H3 {
  text-align: left;
}
.cid-rBgonDenJP {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgonDenJP .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgonDenJP .container-table {
  margin: 0 auto;
}
.cid-rBgonDenJP table.dataTable thead .sorting:before,
.cid-rBgonDenJP table.dataTable thead .sorting:after,
.cid-rBgonDenJP table.dataTable thead .sorting_asc:before,
.cid-rBgonDenJP table.dataTable thead .sorting_asc:after,
.cid-rBgonDenJP table.dataTable thead .sorting_desc:before,
.cid-rBgonDenJP table.dataTable thead .sorting_desc:after,
.cid-rBgonDenJP table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgonDenJP table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgonDenJP table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgonDenJP table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgonDenJP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgonDenJP .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgonDenJP .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgonDenJP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgonDenJP .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgonDenJP .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgonDenJP .table-heads {
  color: #ffffff;
}
.cid-rBgonDenJP .dataTables_wrapper {
  display: block;
}
.cid-rBgonDenJP .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgonDenJP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgonDenJP table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgonDenJP table td,
.cid-rBgonDenJP table th {
  white-space: nowrap;
}
.cid-rBgonDenJP table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgonDenJP table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgonDenJP table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgonDenJP table.table {
  background: #ffffff;
}
.cid-rBgonDenJP .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgonDenJP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgonDenJP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgonDenJP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgonDenJP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgonDenJP .dataTables_filter {
    text-align: center;
  }
  .cid-rBgonDenJP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgonDenJP .mbr-section-title,
.cid-rBgonDenJP .line-wrap {
  text-align: center;
}
.cid-rBgonDenJP .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgqVDESA2 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgqVDESA2 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgqVDESA2 .container-table {
  margin: 0 auto;
}
.cid-rBgqVDESA2 table.dataTable thead .sorting:before,
.cid-rBgqVDESA2 table.dataTable thead .sorting:after,
.cid-rBgqVDESA2 table.dataTable thead .sorting_asc:before,
.cid-rBgqVDESA2 table.dataTable thead .sorting_asc:after,
.cid-rBgqVDESA2 table.dataTable thead .sorting_desc:before,
.cid-rBgqVDESA2 table.dataTable thead .sorting_desc:after,
.cid-rBgqVDESA2 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgqVDESA2 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgqVDESA2 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgqVDESA2 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgqVDESA2 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgqVDESA2 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgqVDESA2 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgqVDESA2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgqVDESA2 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgqVDESA2 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgqVDESA2 .table-heads {
  color: #ffffff;
}
.cid-rBgqVDESA2 .dataTables_wrapper {
  display: block;
}
.cid-rBgqVDESA2 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgqVDESA2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgqVDESA2 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgqVDESA2 table td,
.cid-rBgqVDESA2 table th {
  white-space: nowrap;
}
.cid-rBgqVDESA2 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgqVDESA2 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgqVDESA2 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgqVDESA2 table.table {
  background: #ffffff;
}
.cid-rBgqVDESA2 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgqVDESA2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgqVDESA2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgqVDESA2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgqVDESA2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgqVDESA2 .dataTables_filter {
    text-align: center;
  }
  .cid-rBgqVDESA2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgqVDESA2 .mbr-section-title,
.cid-rBgqVDESA2 .line-wrap {
  text-align: center;
}
.cid-rBgqVDESA2 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgrER4rG0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgrER4rG0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgrER4rG0 .container-table {
  margin: 0 auto;
}
.cid-rBgrER4rG0 table.dataTable thead .sorting:before,
.cid-rBgrER4rG0 table.dataTable thead .sorting:after,
.cid-rBgrER4rG0 table.dataTable thead .sorting_asc:before,
.cid-rBgrER4rG0 table.dataTable thead .sorting_asc:after,
.cid-rBgrER4rG0 table.dataTable thead .sorting_desc:before,
.cid-rBgrER4rG0 table.dataTable thead .sorting_desc:after,
.cid-rBgrER4rG0 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgrER4rG0 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgrER4rG0 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgrER4rG0 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgrER4rG0 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgrER4rG0 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgrER4rG0 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgrER4rG0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgrER4rG0 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgrER4rG0 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgrER4rG0 .table-heads {
  color: #ffffff;
}
.cid-rBgrER4rG0 .dataTables_wrapper {
  display: block;
}
.cid-rBgrER4rG0 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgrER4rG0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgrER4rG0 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgrER4rG0 table td,
.cid-rBgrER4rG0 table th {
  white-space: nowrap;
}
.cid-rBgrER4rG0 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgrER4rG0 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgrER4rG0 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgrER4rG0 table.table {
  background: #ffffff;
}
.cid-rBgrER4rG0 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgrER4rG0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgrER4rG0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgrER4rG0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgrER4rG0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgrER4rG0 .dataTables_filter {
    text-align: center;
  }
  .cid-rBgrER4rG0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgrER4rG0 .mbr-section-title,
.cid-rBgrER4rG0 .line-wrap {
  text-align: center;
}
.cid-rBgrER4rG0 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgsFlW8eQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgsFlW8eQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgsFlW8eQ .container-table {
  margin: 0 auto;
}
.cid-rBgsFlW8eQ table.dataTable thead .sorting:before,
.cid-rBgsFlW8eQ table.dataTable thead .sorting:after,
.cid-rBgsFlW8eQ table.dataTable thead .sorting_asc:before,
.cid-rBgsFlW8eQ table.dataTable thead .sorting_asc:after,
.cid-rBgsFlW8eQ table.dataTable thead .sorting_desc:before,
.cid-rBgsFlW8eQ table.dataTable thead .sorting_desc:after,
.cid-rBgsFlW8eQ table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgsFlW8eQ table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgsFlW8eQ table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgsFlW8eQ table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgsFlW8eQ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgsFlW8eQ .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgsFlW8eQ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgsFlW8eQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgsFlW8eQ .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgsFlW8eQ .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgsFlW8eQ .table-heads {
  color: #ffffff;
}
.cid-rBgsFlW8eQ .dataTables_wrapper {
  display: block;
}
.cid-rBgsFlW8eQ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgsFlW8eQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgsFlW8eQ table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgsFlW8eQ table td,
.cid-rBgsFlW8eQ table th {
  white-space: nowrap;
}
.cid-rBgsFlW8eQ table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgsFlW8eQ table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgsFlW8eQ table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgsFlW8eQ table.table {
  background: #ffffff;
}
.cid-rBgsFlW8eQ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgsFlW8eQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgsFlW8eQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgsFlW8eQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgsFlW8eQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgsFlW8eQ .dataTables_filter {
    text-align: center;
  }
  .cid-rBgsFlW8eQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgsFlW8eQ .mbr-section-title,
.cid-rBgsFlW8eQ .line-wrap {
  text-align: center;
}
.cid-rBgsFlW8eQ .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgtxtMRVy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgtxtMRVy .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgtxtMRVy .container-table {
  margin: 0 auto;
}
.cid-rBgtxtMRVy table.dataTable thead .sorting:before,
.cid-rBgtxtMRVy table.dataTable thead .sorting:after,
.cid-rBgtxtMRVy table.dataTable thead .sorting_asc:before,
.cid-rBgtxtMRVy table.dataTable thead .sorting_asc:after,
.cid-rBgtxtMRVy table.dataTable thead .sorting_desc:before,
.cid-rBgtxtMRVy table.dataTable thead .sorting_desc:after,
.cid-rBgtxtMRVy table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgtxtMRVy table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgtxtMRVy table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgtxtMRVy table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgtxtMRVy .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgtxtMRVy .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgtxtMRVy .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgtxtMRVy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgtxtMRVy .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgtxtMRVy .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgtxtMRVy .table-heads {
  color: #ffffff;
}
.cid-rBgtxtMRVy .dataTables_wrapper {
  display: block;
}
.cid-rBgtxtMRVy .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgtxtMRVy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgtxtMRVy table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgtxtMRVy table td,
.cid-rBgtxtMRVy table th {
  white-space: nowrap;
}
.cid-rBgtxtMRVy table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgtxtMRVy table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgtxtMRVy table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgtxtMRVy table.table {
  background: #ffffff;
}
.cid-rBgtxtMRVy .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgtxtMRVy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgtxtMRVy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgtxtMRVy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgtxtMRVy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgtxtMRVy .dataTables_filter {
    text-align: center;
  }
  .cid-rBgtxtMRVy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgtxtMRVy .mbr-section-title,
.cid-rBgtxtMRVy .line-wrap {
  text-align: center;
}
.cid-rBgtxtMRVy .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgujZERhP {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgujZERhP .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgujZERhP .container-table {
  margin: 0 auto;
}
.cid-rBgujZERhP table.dataTable thead .sorting:before,
.cid-rBgujZERhP table.dataTable thead .sorting:after,
.cid-rBgujZERhP table.dataTable thead .sorting_asc:before,
.cid-rBgujZERhP table.dataTable thead .sorting_asc:after,
.cid-rBgujZERhP table.dataTable thead .sorting_desc:before,
.cid-rBgujZERhP table.dataTable thead .sorting_desc:after,
.cid-rBgujZERhP table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgujZERhP table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgujZERhP table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgujZERhP table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgujZERhP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgujZERhP .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgujZERhP .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgujZERhP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgujZERhP .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgujZERhP .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgujZERhP .table-heads {
  color: #ffffff;
}
.cid-rBgujZERhP .dataTables_wrapper {
  display: block;
}
.cid-rBgujZERhP .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgujZERhP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgujZERhP table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgujZERhP table td,
.cid-rBgujZERhP table th {
  white-space: nowrap;
}
.cid-rBgujZERhP table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgujZERhP table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgujZERhP table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgujZERhP table.table {
  background: #ffffff;
}
.cid-rBgujZERhP .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgujZERhP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgujZERhP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgujZERhP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgujZERhP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgujZERhP .dataTables_filter {
    text-align: center;
  }
  .cid-rBgujZERhP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgujZERhP .mbr-section-title,
.cid-rBgujZERhP .line-wrap {
  text-align: center;
}
.cid-rBgujZERhP .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBguX9G05n {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBguX9G05n .mbr-section-subtitle {
  color: #767676;
}
.cid-rBguX9G05n .container-table {
  margin: 0 auto;
}
.cid-rBguX9G05n table.dataTable thead .sorting:before,
.cid-rBguX9G05n table.dataTable thead .sorting:after,
.cid-rBguX9G05n table.dataTable thead .sorting_asc:before,
.cid-rBguX9G05n table.dataTable thead .sorting_asc:after,
.cid-rBguX9G05n table.dataTable thead .sorting_desc:before,
.cid-rBguX9G05n table.dataTable thead .sorting_desc:after,
.cid-rBguX9G05n table.dataTable thead .sorting_asc_disabled:before,
.cid-rBguX9G05n table.dataTable thead .sorting_asc_disabled:after,
.cid-rBguX9G05n table.dataTable thead .sorting_desc_disabled:before,
.cid-rBguX9G05n table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBguX9G05n .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBguX9G05n .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBguX9G05n .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBguX9G05n .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBguX9G05n .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBguX9G05n .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBguX9G05n .table-heads {
  color: #ffffff;
}
.cid-rBguX9G05n .dataTables_wrapper {
  display: block;
}
.cid-rBguX9G05n .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBguX9G05n .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBguX9G05n table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBguX9G05n table td,
.cid-rBguX9G05n table th {
  white-space: nowrap;
}
.cid-rBguX9G05n table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBguX9G05n table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBguX9G05n table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBguX9G05n table.table {
  background: #ffffff;
}
.cid-rBguX9G05n .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBguX9G05n .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBguX9G05n .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBguX9G05n .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBguX9G05n .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBguX9G05n .dataTables_filter {
    text-align: center;
  }
  .cid-rBguX9G05n .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBguX9G05n .mbr-section-title,
.cid-rBguX9G05n .line-wrap {
  text-align: center;
}
.cid-rBguX9G05n .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgvOn1OAw {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgvOn1OAw .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgvOn1OAw .container-table {
  margin: 0 auto;
}
.cid-rBgvOn1OAw table.dataTable thead .sorting:before,
.cid-rBgvOn1OAw table.dataTable thead .sorting:after,
.cid-rBgvOn1OAw table.dataTable thead .sorting_asc:before,
.cid-rBgvOn1OAw table.dataTable thead .sorting_asc:after,
.cid-rBgvOn1OAw table.dataTable thead .sorting_desc:before,
.cid-rBgvOn1OAw table.dataTable thead .sorting_desc:after,
.cid-rBgvOn1OAw table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgvOn1OAw table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgvOn1OAw table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgvOn1OAw table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgvOn1OAw .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgvOn1OAw .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgvOn1OAw .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgvOn1OAw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgvOn1OAw .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgvOn1OAw .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgvOn1OAw .table-heads {
  color: #ffffff;
}
.cid-rBgvOn1OAw .dataTables_wrapper {
  display: block;
}
.cid-rBgvOn1OAw .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgvOn1OAw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgvOn1OAw table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgvOn1OAw table td,
.cid-rBgvOn1OAw table th {
  white-space: nowrap;
}
.cid-rBgvOn1OAw table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgvOn1OAw table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgvOn1OAw table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgvOn1OAw table.table {
  background: #ffffff;
}
.cid-rBgvOn1OAw .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgvOn1OAw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgvOn1OAw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgvOn1OAw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgvOn1OAw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgvOn1OAw .dataTables_filter {
    text-align: center;
  }
  .cid-rBgvOn1OAw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgvOn1OAw .mbr-section-title,
.cid-rBgvOn1OAw .line-wrap {
  text-align: center;
}
.cid-rBgvOn1OAw .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-s1zxuE77VF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s1zxuE77VF .mbr-section-subtitle {
  color: #767676;
}
.cid-s1zxuE77VF .container-table {
  margin: 0 auto;
}
.cid-s1zxuE77VF table.dataTable thead .sorting:before,
.cid-s1zxuE77VF table.dataTable thead .sorting:after,
.cid-s1zxuE77VF table.dataTable thead .sorting_asc:before,
.cid-s1zxuE77VF table.dataTable thead .sorting_asc:after,
.cid-s1zxuE77VF table.dataTable thead .sorting_desc:before,
.cid-s1zxuE77VF table.dataTable thead .sorting_desc:after,
.cid-s1zxuE77VF table.dataTable thead .sorting_asc_disabled:before,
.cid-s1zxuE77VF table.dataTable thead .sorting_asc_disabled:after,
.cid-s1zxuE77VF table.dataTable thead .sorting_desc_disabled:before,
.cid-s1zxuE77VF table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-s1zxuE77VF .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-s1zxuE77VF .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-s1zxuE77VF .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-s1zxuE77VF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s1zxuE77VF .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-s1zxuE77VF .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-s1zxuE77VF .table-heads {
  color: #ffffff;
}
.cid-s1zxuE77VF .dataTables_wrapper {
  display: block;
}
.cid-s1zxuE77VF .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-s1zxuE77VF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s1zxuE77VF table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-s1zxuE77VF table td,
.cid-s1zxuE77VF table th {
  white-space: nowrap;
}
.cid-s1zxuE77VF table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-s1zxuE77VF table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-s1zxuE77VF table td {
  border-top: 1px solid #e9e9e9;
}
.cid-s1zxuE77VF table.table {
  background: #ffffff;
}
.cid-s1zxuE77VF .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-s1zxuE77VF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s1zxuE77VF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s1zxuE77VF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s1zxuE77VF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s1zxuE77VF .dataTables_filter {
    text-align: center;
  }
  .cid-s1zxuE77VF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s1zxuE77VF .mbr-section-title,
.cid-s1zxuE77VF .line-wrap {
  text-align: center;
}
.cid-s1zxuE77VF .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDURXi8SQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBdILR6K1B {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBdILR6K1B .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBdILR6K1B p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ryMGUBkvpe {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-ryMGUBkvpe P {
  color: #767676;
}
.cid-ryMGUBkvpe H1 {
  color: #ffffff;
}
.cid-ryMGUBkvpe H3 {
  color: #ffffff;
}
.cid-ryMGUEyJwA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryMGUEyJwA .mbr-section-subtitle {
  color: #232323;
}
.cid-ryMGUEyJwA .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzKaUF899t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzKaUF899t .mbr-section-subtitle {
  color: #232323;
}
.cid-rzKaUF899t .btn {
  margin: 0 0 .5rem 0;
}
.cid-ryMGUHtB9R {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryMGUHtB9R .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryMGUHtB9R .mbr-content-text {
  color: #767676;
}
.cid-ryMGUHtB9R .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryMGUHtB9R .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryMGUHtB9R .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryMGUHtB9R .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryMGUHtB9R .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryMGUHtB9R .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryMGUHtB9R .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ryMGUMGeRF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryMGUMGeRF .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryMGUMGeRF .mbr-content-text {
  color: #767676;
}
.cid-ryMGUMGeRF .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryMGUMGeRF .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryMGUMGeRF .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryMGUMGeRF .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryMGUMGeRF .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryMGUMGeRF .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryMGUMGeRF .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBqYaZYakS {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqYaZYakS P {
  color: #767676;
}
.cid-rBqYaZYakS H1 {
  text-align: left;
}
.cid-rBqYaZYakS .mbr-text,
.cid-rBqYaZYakS .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBqYaZYakS H3 {
  text-align: left;
}
.cid-rBqY8ffJWN {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqY8ffJWN .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqY8ffJWN .container-table {
  margin: 0 auto;
}
.cid-rBqY8ffJWN table.dataTable thead .sorting:before,
.cid-rBqY8ffJWN table.dataTable thead .sorting:after,
.cid-rBqY8ffJWN table.dataTable thead .sorting_asc:before,
.cid-rBqY8ffJWN table.dataTable thead .sorting_asc:after,
.cid-rBqY8ffJWN table.dataTable thead .sorting_desc:before,
.cid-rBqY8ffJWN table.dataTable thead .sorting_desc:after,
.cid-rBqY8ffJWN table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqY8ffJWN table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqY8ffJWN table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqY8ffJWN table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqY8ffJWN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqY8ffJWN .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqY8ffJWN .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqY8ffJWN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqY8ffJWN .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqY8ffJWN .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqY8ffJWN .table-heads {
  color: #ffffff;
}
.cid-rBqY8ffJWN .dataTables_wrapper {
  display: block;
}
.cid-rBqY8ffJWN .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqY8ffJWN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqY8ffJWN table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqY8ffJWN table td,
.cid-rBqY8ffJWN table th {
  white-space: nowrap;
}
.cid-rBqY8ffJWN table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqY8ffJWN table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqY8ffJWN table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqY8ffJWN table.table {
  background: #ffffff;
}
.cid-rBqY8ffJWN .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqY8ffJWN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqY8ffJWN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqY8ffJWN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqY8ffJWN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqY8ffJWN .dataTables_filter {
    text-align: center;
  }
  .cid-rBqY8ffJWN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqY8ffJWN .mbr-section-title,
.cid-rBqY8ffJWN .line-wrap {
  text-align: center;
}
.cid-rBqY8ffJWN .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqY4MR2mY {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqY4MR2mY .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqY4MR2mY .container-table {
  margin: 0 auto;
}
.cid-rBqY4MR2mY table.dataTable thead .sorting:before,
.cid-rBqY4MR2mY table.dataTable thead .sorting:after,
.cid-rBqY4MR2mY table.dataTable thead .sorting_asc:before,
.cid-rBqY4MR2mY table.dataTable thead .sorting_asc:after,
.cid-rBqY4MR2mY table.dataTable thead .sorting_desc:before,
.cid-rBqY4MR2mY table.dataTable thead .sorting_desc:after,
.cid-rBqY4MR2mY table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqY4MR2mY table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqY4MR2mY table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqY4MR2mY table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqY4MR2mY .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqY4MR2mY .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqY4MR2mY .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqY4MR2mY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqY4MR2mY .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqY4MR2mY .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqY4MR2mY .table-heads {
  color: #ffffff;
}
.cid-rBqY4MR2mY .dataTables_wrapper {
  display: block;
}
.cid-rBqY4MR2mY .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqY4MR2mY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqY4MR2mY table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqY4MR2mY table td,
.cid-rBqY4MR2mY table th {
  white-space: nowrap;
}
.cid-rBqY4MR2mY table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqY4MR2mY table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqY4MR2mY table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqY4MR2mY table.table {
  background: #ffffff;
}
.cid-rBqY4MR2mY .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqY4MR2mY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqY4MR2mY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqY4MR2mY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqY4MR2mY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqY4MR2mY .dataTables_filter {
    text-align: center;
  }
  .cid-rBqY4MR2mY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqY4MR2mY .mbr-section-title,
.cid-rBqY4MR2mY .line-wrap {
  text-align: center;
}
.cid-rBqY4MR2mY .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqY2uVT73 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqY2uVT73 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqY2uVT73 .container-table {
  margin: 0 auto;
}
.cid-rBqY2uVT73 table.dataTable thead .sorting:before,
.cid-rBqY2uVT73 table.dataTable thead .sorting:after,
.cid-rBqY2uVT73 table.dataTable thead .sorting_asc:before,
.cid-rBqY2uVT73 table.dataTable thead .sorting_asc:after,
.cid-rBqY2uVT73 table.dataTable thead .sorting_desc:before,
.cid-rBqY2uVT73 table.dataTable thead .sorting_desc:after,
.cid-rBqY2uVT73 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqY2uVT73 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqY2uVT73 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqY2uVT73 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqY2uVT73 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqY2uVT73 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqY2uVT73 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqY2uVT73 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqY2uVT73 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqY2uVT73 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqY2uVT73 .table-heads {
  color: #ffffff;
}
.cid-rBqY2uVT73 .dataTables_wrapper {
  display: block;
}
.cid-rBqY2uVT73 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqY2uVT73 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqY2uVT73 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqY2uVT73 table td,
.cid-rBqY2uVT73 table th {
  white-space: nowrap;
}
.cid-rBqY2uVT73 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqY2uVT73 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqY2uVT73 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqY2uVT73 table.table {
  background: #ffffff;
}
.cid-rBqY2uVT73 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqY2uVT73 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqY2uVT73 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqY2uVT73 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqY2uVT73 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqY2uVT73 .dataTables_filter {
    text-align: center;
  }
  .cid-rBqY2uVT73 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqY2uVT73 .mbr-section-title,
.cid-rBqY2uVT73 .line-wrap {
  text-align: center;
}
.cid-rBqY2uVT73 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqXZqaoRx {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqXZqaoRx .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqXZqaoRx .container-table {
  margin: 0 auto;
}
.cid-rBqXZqaoRx table.dataTable thead .sorting:before,
.cid-rBqXZqaoRx table.dataTable thead .sorting:after,
.cid-rBqXZqaoRx table.dataTable thead .sorting_asc:before,
.cid-rBqXZqaoRx table.dataTable thead .sorting_asc:after,
.cid-rBqXZqaoRx table.dataTable thead .sorting_desc:before,
.cid-rBqXZqaoRx table.dataTable thead .sorting_desc:after,
.cid-rBqXZqaoRx table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqXZqaoRx table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqXZqaoRx table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqXZqaoRx table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqXZqaoRx .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqXZqaoRx .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqXZqaoRx .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqXZqaoRx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqXZqaoRx .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqXZqaoRx .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqXZqaoRx .table-heads {
  color: #ffffff;
}
.cid-rBqXZqaoRx .dataTables_wrapper {
  display: block;
}
.cid-rBqXZqaoRx .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqXZqaoRx .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqXZqaoRx table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqXZqaoRx table td,
.cid-rBqXZqaoRx table th {
  white-space: nowrap;
}
.cid-rBqXZqaoRx table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqXZqaoRx table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqXZqaoRx table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqXZqaoRx table.table {
  background: #ffffff;
}
.cid-rBqXZqaoRx .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqXZqaoRx .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqXZqaoRx .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqXZqaoRx .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqXZqaoRx .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqXZqaoRx .dataTables_filter {
    text-align: center;
  }
  .cid-rBqXZqaoRx .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqXZqaoRx .mbr-section-title,
.cid-rBqXZqaoRx .line-wrap {
  text-align: center;
}
.cid-rBqXZqaoRx .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqXXoTD6A {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqXXoTD6A .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqXXoTD6A .container-table {
  margin: 0 auto;
}
.cid-rBqXXoTD6A table.dataTable thead .sorting:before,
.cid-rBqXXoTD6A table.dataTable thead .sorting:after,
.cid-rBqXXoTD6A table.dataTable thead .sorting_asc:before,
.cid-rBqXXoTD6A table.dataTable thead .sorting_asc:after,
.cid-rBqXXoTD6A table.dataTable thead .sorting_desc:before,
.cid-rBqXXoTD6A table.dataTable thead .sorting_desc:after,
.cid-rBqXXoTD6A table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqXXoTD6A table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqXXoTD6A table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqXXoTD6A table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqXXoTD6A .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqXXoTD6A .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqXXoTD6A .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqXXoTD6A .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqXXoTD6A .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqXXoTD6A .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqXXoTD6A .table-heads {
  color: #ffffff;
}
.cid-rBqXXoTD6A .dataTables_wrapper {
  display: block;
}
.cid-rBqXXoTD6A .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqXXoTD6A .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqXXoTD6A table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqXXoTD6A table td,
.cid-rBqXXoTD6A table th {
  white-space: nowrap;
}
.cid-rBqXXoTD6A table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqXXoTD6A table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqXXoTD6A table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqXXoTD6A table.table {
  background: #ffffff;
}
.cid-rBqXXoTD6A .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqXXoTD6A .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqXXoTD6A .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqXXoTD6A .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqXXoTD6A .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqXXoTD6A .dataTables_filter {
    text-align: center;
  }
  .cid-rBqXXoTD6A .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqXXoTD6A .mbr-section-title,
.cid-rBqXXoTD6A .line-wrap {
  text-align: center;
}
.cid-rBqXXoTD6A .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBqXVfnV7g {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBqXVfnV7g .mbr-section-subtitle {
  color: #767676;
}
.cid-rBqXVfnV7g .container-table {
  margin: 0 auto;
}
.cid-rBqXVfnV7g table.dataTable thead .sorting:before,
.cid-rBqXVfnV7g table.dataTable thead .sorting:after,
.cid-rBqXVfnV7g table.dataTable thead .sorting_asc:before,
.cid-rBqXVfnV7g table.dataTable thead .sorting_asc:after,
.cid-rBqXVfnV7g table.dataTable thead .sorting_desc:before,
.cid-rBqXVfnV7g table.dataTable thead .sorting_desc:after,
.cid-rBqXVfnV7g table.dataTable thead .sorting_asc_disabled:before,
.cid-rBqXVfnV7g table.dataTable thead .sorting_asc_disabled:after,
.cid-rBqXVfnV7g table.dataTable thead .sorting_desc_disabled:before,
.cid-rBqXVfnV7g table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBqXVfnV7g .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBqXVfnV7g .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBqXVfnV7g .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBqXVfnV7g .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBqXVfnV7g .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBqXVfnV7g .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBqXVfnV7g .table-heads {
  color: #ffffff;
}
.cid-rBqXVfnV7g .dataTables_wrapper {
  display: block;
}
.cid-rBqXVfnV7g .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBqXVfnV7g .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBqXVfnV7g table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBqXVfnV7g table td,
.cid-rBqXVfnV7g table th {
  white-space: nowrap;
}
.cid-rBqXVfnV7g table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBqXVfnV7g table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBqXVfnV7g table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBqXVfnV7g table.table {
  background: #ffffff;
}
.cid-rBqXVfnV7g .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBqXVfnV7g .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBqXVfnV7g .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBqXVfnV7g .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBqXVfnV7g .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBqXVfnV7g .dataTables_filter {
    text-align: center;
  }
  .cid-rBqXVfnV7g .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBqXVfnV7g .mbr-section-title,
.cid-rBqXVfnV7g .line-wrap {
  text-align: center;
}
.cid-rBqXVfnV7g .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDO2nKiTL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBecHZuum5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBecHZuum5 .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBecHZuum5 p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ryTNX7lzhB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ryTNX7lzhB .mbr-section-subtitle {
  color: #232323;
}
.cid-ryTNX7lzhB .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBdytgFEOL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBdytgFEOL P {
  color: #767676;
}
.cid-rBdytgFEOL H1 {
  color: #ffffff;
}
.cid-rBdytgFEOL H3 {
  color: #ffffff;
}
.cid-rBdxRmxnHh {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBdxRmxnHh .mbr-section-subtitle {
  color: #232323;
}
.cid-rBdxRmxnHh .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBdyXgIqNQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBdyXgIqNQ .mbr-section-subtitle {
  color: #232323;
}
.cid-rBdyXgIqNQ .btn {
  margin: 0 0 .5rem 0;
}
.cid-ryTpmIqSkI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryTpmIqSkI .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryTpmIqSkI .mbr-content-text {
  color: #767676;
}
.cid-ryTpmIqSkI .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryTpmIqSkI .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryTpmIqSkI .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryTpmIqSkI .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryTpmIqSkI .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryTpmIqSkI .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryTpmIqSkI .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ryTpmNQtWT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryTpmNQtWT .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryTpmNQtWT .mbr-content-text {
  color: #767676;
}
.cid-ryTpmNQtWT .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryTpmNQtWT .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryTpmNQtWT .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryTpmNQtWT .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryTpmNQtWT .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryTpmNQtWT .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryTpmNQtWT .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBlPTrTfoR {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlPTrTfoR P {
  color: #767676;
}
.cid-rBlPTrTfoR H1 {
  text-align: left;
}
.cid-rBlPTrTfoR .mbr-text,
.cid-rBlPTrTfoR .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBlPTrTfoR H3 {
  text-align: left;
}
.cid-rBlPQ6j63f {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlPQ6j63f .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlPQ6j63f .container-table {
  margin: 0 auto;
}
.cid-rBlPQ6j63f table.dataTable thead .sorting:before,
.cid-rBlPQ6j63f table.dataTable thead .sorting:after,
.cid-rBlPQ6j63f table.dataTable thead .sorting_asc:before,
.cid-rBlPQ6j63f table.dataTable thead .sorting_asc:after,
.cid-rBlPQ6j63f table.dataTable thead .sorting_desc:before,
.cid-rBlPQ6j63f table.dataTable thead .sorting_desc:after,
.cid-rBlPQ6j63f table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlPQ6j63f table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlPQ6j63f table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlPQ6j63f table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlPQ6j63f .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlPQ6j63f .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlPQ6j63f .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlPQ6j63f .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlPQ6j63f .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlPQ6j63f .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlPQ6j63f .table-heads {
  color: #ffffff;
}
.cid-rBlPQ6j63f .dataTables_wrapper {
  display: block;
}
.cid-rBlPQ6j63f .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlPQ6j63f .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlPQ6j63f table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlPQ6j63f table td,
.cid-rBlPQ6j63f table th {
  white-space: nowrap;
}
.cid-rBlPQ6j63f table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlPQ6j63f table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlPQ6j63f table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlPQ6j63f table.table {
  background: #ffffff;
}
.cid-rBlPQ6j63f .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlPQ6j63f .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlPQ6j63f .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlPQ6j63f .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlPQ6j63f .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlPQ6j63f .dataTables_filter {
    text-align: center;
  }
  .cid-rBlPQ6j63f .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlPQ6j63f .mbr-section-title,
.cid-rBlPQ6j63f .line-wrap {
  text-align: center;
}
.cid-rBlPQ6j63f .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlPN7yYEv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlPN7yYEv .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlPN7yYEv .container-table {
  margin: 0 auto;
}
.cid-rBlPN7yYEv table.dataTable thead .sorting:before,
.cid-rBlPN7yYEv table.dataTable thead .sorting:after,
.cid-rBlPN7yYEv table.dataTable thead .sorting_asc:before,
.cid-rBlPN7yYEv table.dataTable thead .sorting_asc:after,
.cid-rBlPN7yYEv table.dataTable thead .sorting_desc:before,
.cid-rBlPN7yYEv table.dataTable thead .sorting_desc:after,
.cid-rBlPN7yYEv table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlPN7yYEv table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlPN7yYEv table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlPN7yYEv table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlPN7yYEv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlPN7yYEv .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlPN7yYEv .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlPN7yYEv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlPN7yYEv .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlPN7yYEv .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlPN7yYEv .table-heads {
  color: #ffffff;
}
.cid-rBlPN7yYEv .dataTables_wrapper {
  display: block;
}
.cid-rBlPN7yYEv .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlPN7yYEv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlPN7yYEv table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlPN7yYEv table td,
.cid-rBlPN7yYEv table th {
  white-space: nowrap;
}
.cid-rBlPN7yYEv table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlPN7yYEv table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlPN7yYEv table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlPN7yYEv table.table {
  background: #ffffff;
}
.cid-rBlPN7yYEv .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlPN7yYEv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlPN7yYEv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlPN7yYEv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlPN7yYEv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlPN7yYEv .dataTables_filter {
    text-align: center;
  }
  .cid-rBlPN7yYEv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlPN7yYEv .mbr-section-title,
.cid-rBlPN7yYEv .line-wrap {
  text-align: center;
}
.cid-rBlPN7yYEv .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlPKktUz3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlPKktUz3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlPKktUz3 .container-table {
  margin: 0 auto;
}
.cid-rBlPKktUz3 table.dataTable thead .sorting:before,
.cid-rBlPKktUz3 table.dataTable thead .sorting:after,
.cid-rBlPKktUz3 table.dataTable thead .sorting_asc:before,
.cid-rBlPKktUz3 table.dataTable thead .sorting_asc:after,
.cid-rBlPKktUz3 table.dataTable thead .sorting_desc:before,
.cid-rBlPKktUz3 table.dataTable thead .sorting_desc:after,
.cid-rBlPKktUz3 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlPKktUz3 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlPKktUz3 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlPKktUz3 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlPKktUz3 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlPKktUz3 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlPKktUz3 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlPKktUz3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlPKktUz3 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlPKktUz3 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlPKktUz3 .table-heads {
  color: #ffffff;
}
.cid-rBlPKktUz3 .dataTables_wrapper {
  display: block;
}
.cid-rBlPKktUz3 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlPKktUz3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlPKktUz3 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlPKktUz3 table td,
.cid-rBlPKktUz3 table th {
  white-space: nowrap;
}
.cid-rBlPKktUz3 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlPKktUz3 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlPKktUz3 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlPKktUz3 table.table {
  background: #ffffff;
}
.cid-rBlPKktUz3 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlPKktUz3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlPKktUz3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlPKktUz3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlPKktUz3 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlPKktUz3 .dataTables_filter {
    text-align: center;
  }
  .cid-rBlPKktUz3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlPKktUz3 .mbr-section-title,
.cid-rBlPKktUz3 .line-wrap {
  text-align: center;
}
.cid-rBlPKktUz3 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlPHCRfYf {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlPHCRfYf .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlPHCRfYf .container-table {
  margin: 0 auto;
}
.cid-rBlPHCRfYf table.dataTable thead .sorting:before,
.cid-rBlPHCRfYf table.dataTable thead .sorting:after,
.cid-rBlPHCRfYf table.dataTable thead .sorting_asc:before,
.cid-rBlPHCRfYf table.dataTable thead .sorting_asc:after,
.cid-rBlPHCRfYf table.dataTable thead .sorting_desc:before,
.cid-rBlPHCRfYf table.dataTable thead .sorting_desc:after,
.cid-rBlPHCRfYf table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlPHCRfYf table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlPHCRfYf table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlPHCRfYf table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlPHCRfYf .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlPHCRfYf .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlPHCRfYf .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlPHCRfYf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlPHCRfYf .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlPHCRfYf .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlPHCRfYf .table-heads {
  color: #ffffff;
}
.cid-rBlPHCRfYf .dataTables_wrapper {
  display: block;
}
.cid-rBlPHCRfYf .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlPHCRfYf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlPHCRfYf table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlPHCRfYf table td,
.cid-rBlPHCRfYf table th {
  white-space: nowrap;
}
.cid-rBlPHCRfYf table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlPHCRfYf table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlPHCRfYf table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlPHCRfYf table.table {
  background: #ffffff;
}
.cid-rBlPHCRfYf .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlPHCRfYf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlPHCRfYf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlPHCRfYf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlPHCRfYf .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlPHCRfYf .dataTables_filter {
    text-align: center;
  }
  .cid-rBlPHCRfYf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlPHCRfYf .mbr-section-title,
.cid-rBlPHCRfYf .line-wrap {
  text-align: center;
}
.cid-rBlPHCRfYf .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDKAigq5B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBdHsX2zQI {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBdHsX2zQI .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBdHsX2zQI p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ryTOfjzZ2U {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-ryTOfjzZ2U P {
  color: #767676;
}
.cid-ryTOfjzZ2U H1 {
  color: #ffffff;
}
.cid-ryTOfjzZ2U H3 {
  color: #ffffff;
}
.cid-ryTOfmAv7M {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryTOfmAv7M .mbr-section-subtitle {
  color: #232323;
}
.cid-ryTOfmAv7M .btn {
  margin: 0 0 .5rem 0;
}
.cid-ryTOfpAWR3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryTOfpAWR3 .mbr-section-subtitle {
  color: #232323;
}
.cid-ryTOfpAWR3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-ryTOfsMqaV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryTOfsMqaV .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryTOfsMqaV .mbr-content-text {
  color: #767676;
}
.cid-ryTOfsMqaV .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryTOfsMqaV .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryTOfsMqaV .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryTOfsMqaV .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryTOfsMqaV .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryTOfsMqaV .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryTOfsMqaV .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ryTOfy9tjU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryTOfy9tjU .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ryTOfy9tjU .mbr-content-text {
  color: #767676;
}
.cid-ryTOfy9tjU .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ryTOfy9tjU .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ryTOfy9tjU .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ryTOfy9tjU .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ryTOfy9tjU .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ryTOfy9tjU .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ryTOfy9tjU .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBrnXMkqeW {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrnXMkqeW P {
  color: #767676;
}
.cid-rBrnXMkqeW H1 {
  text-align: left;
}
.cid-rBrnXMkqeW .mbr-text,
.cid-rBrnXMkqeW .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBrnXMkqeW H3 {
  text-align: left;
}
.cid-rBrnV0uTbt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrnV0uTbt .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrnV0uTbt .container-table {
  margin: 0 auto;
}
.cid-rBrnV0uTbt table.dataTable thead .sorting:before,
.cid-rBrnV0uTbt table.dataTable thead .sorting:after,
.cid-rBrnV0uTbt table.dataTable thead .sorting_asc:before,
.cid-rBrnV0uTbt table.dataTable thead .sorting_asc:after,
.cid-rBrnV0uTbt table.dataTable thead .sorting_desc:before,
.cid-rBrnV0uTbt table.dataTable thead .sorting_desc:after,
.cid-rBrnV0uTbt table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrnV0uTbt table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrnV0uTbt table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrnV0uTbt table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrnV0uTbt .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrnV0uTbt .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrnV0uTbt .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrnV0uTbt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrnV0uTbt .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrnV0uTbt .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrnV0uTbt .table-heads {
  color: #ffffff;
}
.cid-rBrnV0uTbt .dataTables_wrapper {
  display: block;
}
.cid-rBrnV0uTbt .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrnV0uTbt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrnV0uTbt table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrnV0uTbt table td,
.cid-rBrnV0uTbt table th {
  white-space: nowrap;
}
.cid-rBrnV0uTbt table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrnV0uTbt table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrnV0uTbt table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrnV0uTbt table.table {
  background: #ffffff;
}
.cid-rBrnV0uTbt .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrnV0uTbt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrnV0uTbt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrnV0uTbt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrnV0uTbt .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrnV0uTbt .dataTables_filter {
    text-align: center;
  }
  .cid-rBrnV0uTbt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrnV0uTbt .mbr-section-title,
.cid-rBrnV0uTbt .line-wrap {
  text-align: center;
}
.cid-rBrnV0uTbt .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrnSUCIqt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrnSUCIqt .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrnSUCIqt .container-table {
  margin: 0 auto;
}
.cid-rBrnSUCIqt table.dataTable thead .sorting:before,
.cid-rBrnSUCIqt table.dataTable thead .sorting:after,
.cid-rBrnSUCIqt table.dataTable thead .sorting_asc:before,
.cid-rBrnSUCIqt table.dataTable thead .sorting_asc:after,
.cid-rBrnSUCIqt table.dataTable thead .sorting_desc:before,
.cid-rBrnSUCIqt table.dataTable thead .sorting_desc:after,
.cid-rBrnSUCIqt table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrnSUCIqt table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrnSUCIqt table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrnSUCIqt table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrnSUCIqt .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrnSUCIqt .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrnSUCIqt .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrnSUCIqt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrnSUCIqt .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrnSUCIqt .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrnSUCIqt .table-heads {
  color: #ffffff;
}
.cid-rBrnSUCIqt .dataTables_wrapper {
  display: block;
}
.cid-rBrnSUCIqt .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrnSUCIqt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrnSUCIqt table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrnSUCIqt table td,
.cid-rBrnSUCIqt table th {
  white-space: nowrap;
}
.cid-rBrnSUCIqt table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrnSUCIqt table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrnSUCIqt table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrnSUCIqt table.table {
  background: #ffffff;
}
.cid-rBrnSUCIqt .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrnSUCIqt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrnSUCIqt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrnSUCIqt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrnSUCIqt .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrnSUCIqt .dataTables_filter {
    text-align: center;
  }
  .cid-rBrnSUCIqt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrnSUCIqt .mbr-section-title,
.cid-rBrnSUCIqt .line-wrap {
  text-align: center;
}
.cid-rBrnSUCIqt .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBwgGRBLcx {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwgGRBLcx .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwgGRBLcx .container-table {
  margin: 0 auto;
}
.cid-rBwgGRBLcx table.dataTable thead .sorting:before,
.cid-rBwgGRBLcx table.dataTable thead .sorting:after,
.cid-rBwgGRBLcx table.dataTable thead .sorting_asc:before,
.cid-rBwgGRBLcx table.dataTable thead .sorting_asc:after,
.cid-rBwgGRBLcx table.dataTable thead .sorting_desc:before,
.cid-rBwgGRBLcx table.dataTable thead .sorting_desc:after,
.cid-rBwgGRBLcx table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwgGRBLcx table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwgGRBLcx table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwgGRBLcx table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwgGRBLcx .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwgGRBLcx .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwgGRBLcx .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwgGRBLcx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwgGRBLcx .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwgGRBLcx .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwgGRBLcx .table-heads {
  color: #ffffff;
}
.cid-rBwgGRBLcx .dataTables_wrapper {
  display: block;
}
.cid-rBwgGRBLcx .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwgGRBLcx .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwgGRBLcx table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwgGRBLcx table td,
.cid-rBwgGRBLcx table th {
  white-space: nowrap;
}
.cid-rBwgGRBLcx table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwgGRBLcx table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwgGRBLcx table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwgGRBLcx table.table {
  background: #ffffff;
}
.cid-rBwgGRBLcx .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwgGRBLcx .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwgGRBLcx .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwgGRBLcx .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwgGRBLcx .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwgGRBLcx .dataTables_filter {
    text-align: center;
  }
  .cid-rBwgGRBLcx .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwgGRBLcx .mbr-section-title,
.cid-rBwgGRBLcx .line-wrap {
  text-align: center;
}
.cid-rBwgGRBLcx .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrnOwA9Px {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrnOwA9Px .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrnOwA9Px .container-table {
  margin: 0 auto;
}
.cid-rBrnOwA9Px table.dataTable thead .sorting:before,
.cid-rBrnOwA9Px table.dataTable thead .sorting:after,
.cid-rBrnOwA9Px table.dataTable thead .sorting_asc:before,
.cid-rBrnOwA9Px table.dataTable thead .sorting_asc:after,
.cid-rBrnOwA9Px table.dataTable thead .sorting_desc:before,
.cid-rBrnOwA9Px table.dataTable thead .sorting_desc:after,
.cid-rBrnOwA9Px table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrnOwA9Px table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrnOwA9Px table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrnOwA9Px table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrnOwA9Px .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrnOwA9Px .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrnOwA9Px .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrnOwA9Px .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrnOwA9Px .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrnOwA9Px .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrnOwA9Px .table-heads {
  color: #ffffff;
}
.cid-rBrnOwA9Px .dataTables_wrapper {
  display: block;
}
.cid-rBrnOwA9Px .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrnOwA9Px .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrnOwA9Px table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrnOwA9Px table td,
.cid-rBrnOwA9Px table th {
  white-space: nowrap;
}
.cid-rBrnOwA9Px table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrnOwA9Px table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrnOwA9Px table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrnOwA9Px table.table {
  background: #ffffff;
}
.cid-rBrnOwA9Px .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrnOwA9Px .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrnOwA9Px .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrnOwA9Px .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrnOwA9Px .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrnOwA9Px .dataTables_filter {
    text-align: center;
  }
  .cid-rBrnOwA9Px .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrnOwA9Px .mbr-section-title,
.cid-rBrnOwA9Px .line-wrap {
  text-align: center;
}
.cid-rBrnOwA9Px .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrnMn8Ijv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrnMn8Ijv .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrnMn8Ijv .container-table {
  margin: 0 auto;
}
.cid-rBrnMn8Ijv table.dataTable thead .sorting:before,
.cid-rBrnMn8Ijv table.dataTable thead .sorting:after,
.cid-rBrnMn8Ijv table.dataTable thead .sorting_asc:before,
.cid-rBrnMn8Ijv table.dataTable thead .sorting_asc:after,
.cid-rBrnMn8Ijv table.dataTable thead .sorting_desc:before,
.cid-rBrnMn8Ijv table.dataTable thead .sorting_desc:after,
.cid-rBrnMn8Ijv table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrnMn8Ijv table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrnMn8Ijv table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrnMn8Ijv table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrnMn8Ijv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrnMn8Ijv .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrnMn8Ijv .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrnMn8Ijv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrnMn8Ijv .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrnMn8Ijv .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrnMn8Ijv .table-heads {
  color: #ffffff;
}
.cid-rBrnMn8Ijv .dataTables_wrapper {
  display: block;
}
.cid-rBrnMn8Ijv .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrnMn8Ijv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrnMn8Ijv table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrnMn8Ijv table td,
.cid-rBrnMn8Ijv table th {
  white-space: nowrap;
}
.cid-rBrnMn8Ijv table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrnMn8Ijv table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrnMn8Ijv table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrnMn8Ijv table.table {
  background: #ffffff;
}
.cid-rBrnMn8Ijv .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrnMn8Ijv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrnMn8Ijv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrnMn8Ijv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrnMn8Ijv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrnMn8Ijv .dataTables_filter {
    text-align: center;
  }
  .cid-rBrnMn8Ijv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrnMn8Ijv .mbr-section-title,
.cid-rBrnMn8Ijv .line-wrap {
  text-align: center;
}
.cid-rBrnMn8Ijv .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBrnJubY3D {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBrnJubY3D .mbr-section-subtitle {
  color: #767676;
}
.cid-rBrnJubY3D .container-table {
  margin: 0 auto;
}
.cid-rBrnJubY3D table.dataTable thead .sorting:before,
.cid-rBrnJubY3D table.dataTable thead .sorting:after,
.cid-rBrnJubY3D table.dataTable thead .sorting_asc:before,
.cid-rBrnJubY3D table.dataTable thead .sorting_asc:after,
.cid-rBrnJubY3D table.dataTable thead .sorting_desc:before,
.cid-rBrnJubY3D table.dataTable thead .sorting_desc:after,
.cid-rBrnJubY3D table.dataTable thead .sorting_asc_disabled:before,
.cid-rBrnJubY3D table.dataTable thead .sorting_asc_disabled:after,
.cid-rBrnJubY3D table.dataTable thead .sorting_desc_disabled:before,
.cid-rBrnJubY3D table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBrnJubY3D .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBrnJubY3D .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBrnJubY3D .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBrnJubY3D .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBrnJubY3D .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBrnJubY3D .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBrnJubY3D .table-heads {
  color: #ffffff;
}
.cid-rBrnJubY3D .dataTables_wrapper {
  display: block;
}
.cid-rBrnJubY3D .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBrnJubY3D .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBrnJubY3D table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBrnJubY3D table td,
.cid-rBrnJubY3D table th {
  white-space: nowrap;
}
.cid-rBrnJubY3D table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBrnJubY3D table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBrnJubY3D table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBrnJubY3D table.table {
  background: #ffffff;
}
.cid-rBrnJubY3D .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBrnJubY3D .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBrnJubY3D .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBrnJubY3D .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBrnJubY3D .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBrnJubY3D .dataTables_filter {
    text-align: center;
  }
  .cid-rBrnJubY3D .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBrnJubY3D .mbr-section-title,
.cid-rBrnJubY3D .line-wrap {
  text-align: center;
}
.cid-rBrnJubY3D .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDR0u7NAW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBeeK7YXcF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBeeK7YXcF .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBeeK7YXcF p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rztgBhhEmD {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rztgBhhEmD P {
  color: #767676;
}
.cid-rztgBhhEmD H1 {
  color: #ffffff;
}
.cid-rztgBhhEmD H3 {
  color: #ffffff;
}
.cid-rztgBjN4tD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rztgBjN4tD .mbr-section-subtitle {
  color: #232323;
}
.cid-rztgBjN4tD .btn {
  margin: 0 0 .5rem 0;
}
.cid-rztgBmrXCR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rztgBmrXCR .mbr-section-subtitle {
  color: #232323;
}
.cid-rztgBmrXCR .btn {
  margin: 0 0 .5rem 0;
}
.cid-rztgBoXCcD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rztgBoXCcD .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rztgBoXCcD .mbr-content-text {
  color: #767676;
}
.cid-rztgBoXCcD .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rztgBoXCcD .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rztgBoXCcD .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rztgBoXCcD .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rztgBoXCcD .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rztgBoXCcD .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rztgBoXCcD .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rztgBtxaES {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rztgBtxaES .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rztgBtxaES .mbr-content-text {
  color: #767676;
}
.cid-rztgBtxaES .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rztgBtxaES .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rztgBtxaES .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rztgBtxaES .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rztgBtxaES .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rztgBtxaES .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rztgBtxaES .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBkVziRX2D {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBkVziRX2D P {
  color: #767676;
}
.cid-rBkVziRX2D H1 {
  text-align: left;
}
.cid-rBkVziRX2D .mbr-text,
.cid-rBkVziRX2D .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBkVziRX2D H3 {
  text-align: left;
}
.cid-rBkUMOBdQD {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBkUMOBdQD .mbr-section-subtitle {
  color: #767676;
}
.cid-rBkUMOBdQD .container-table {
  margin: 0 auto;
}
.cid-rBkUMOBdQD table.dataTable thead .sorting:before,
.cid-rBkUMOBdQD table.dataTable thead .sorting:after,
.cid-rBkUMOBdQD table.dataTable thead .sorting_asc:before,
.cid-rBkUMOBdQD table.dataTable thead .sorting_asc:after,
.cid-rBkUMOBdQD table.dataTable thead .sorting_desc:before,
.cid-rBkUMOBdQD table.dataTable thead .sorting_desc:after,
.cid-rBkUMOBdQD table.dataTable thead .sorting_asc_disabled:before,
.cid-rBkUMOBdQD table.dataTable thead .sorting_asc_disabled:after,
.cid-rBkUMOBdQD table.dataTable thead .sorting_desc_disabled:before,
.cid-rBkUMOBdQD table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBkUMOBdQD .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBkUMOBdQD .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBkUMOBdQD .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBkUMOBdQD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBkUMOBdQD .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBkUMOBdQD .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBkUMOBdQD .table-heads {
  color: #ffffff;
}
.cid-rBkUMOBdQD .dataTables_wrapper {
  display: block;
}
.cid-rBkUMOBdQD .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBkUMOBdQD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBkUMOBdQD table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBkUMOBdQD table td,
.cid-rBkUMOBdQD table th {
  white-space: nowrap;
}
.cid-rBkUMOBdQD table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBkUMOBdQD table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBkUMOBdQD table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBkUMOBdQD table.table {
  background: #ffffff;
}
.cid-rBkUMOBdQD .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBkUMOBdQD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBkUMOBdQD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBkUMOBdQD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBkUMOBdQD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBkUMOBdQD .dataTables_filter {
    text-align: center;
  }
  .cid-rBkUMOBdQD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBkUMOBdQD .mbr-section-title,
.cid-rBkUMOBdQD .line-wrap {
  text-align: center;
}
.cid-rBkUMOBdQD .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBkTL1Bh9C {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBkTL1Bh9C .mbr-section-subtitle {
  color: #767676;
}
.cid-rBkTL1Bh9C .container-table {
  margin: 0 auto;
}
.cid-rBkTL1Bh9C table.dataTable thead .sorting:before,
.cid-rBkTL1Bh9C table.dataTable thead .sorting:after,
.cid-rBkTL1Bh9C table.dataTable thead .sorting_asc:before,
.cid-rBkTL1Bh9C table.dataTable thead .sorting_asc:after,
.cid-rBkTL1Bh9C table.dataTable thead .sorting_desc:before,
.cid-rBkTL1Bh9C table.dataTable thead .sorting_desc:after,
.cid-rBkTL1Bh9C table.dataTable thead .sorting_asc_disabled:before,
.cid-rBkTL1Bh9C table.dataTable thead .sorting_asc_disabled:after,
.cid-rBkTL1Bh9C table.dataTable thead .sorting_desc_disabled:before,
.cid-rBkTL1Bh9C table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBkTL1Bh9C .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBkTL1Bh9C .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBkTL1Bh9C .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBkTL1Bh9C .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBkTL1Bh9C .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBkTL1Bh9C .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBkTL1Bh9C .table-heads {
  color: #ffffff;
}
.cid-rBkTL1Bh9C .dataTables_wrapper {
  display: block;
}
.cid-rBkTL1Bh9C .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBkTL1Bh9C .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBkTL1Bh9C table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBkTL1Bh9C table td,
.cid-rBkTL1Bh9C table th {
  white-space: nowrap;
}
.cid-rBkTL1Bh9C table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBkTL1Bh9C table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBkTL1Bh9C table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBkTL1Bh9C table.table {
  background: #ffffff;
}
.cid-rBkTL1Bh9C .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBkTL1Bh9C .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBkTL1Bh9C .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBkTL1Bh9C .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBkTL1Bh9C .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBkTL1Bh9C .dataTables_filter {
    text-align: center;
  }
  .cid-rBkTL1Bh9C .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBkTL1Bh9C .mbr-section-title,
.cid-rBkTL1Bh9C .line-wrap {
  text-align: center;
}
.cid-rBkTL1Bh9C .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBkSRtG4yy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBkSRtG4yy .mbr-section-subtitle {
  color: #767676;
}
.cid-rBkSRtG4yy .container-table {
  margin: 0 auto;
}
.cid-rBkSRtG4yy table.dataTable thead .sorting:before,
.cid-rBkSRtG4yy table.dataTable thead .sorting:after,
.cid-rBkSRtG4yy table.dataTable thead .sorting_asc:before,
.cid-rBkSRtG4yy table.dataTable thead .sorting_asc:after,
.cid-rBkSRtG4yy table.dataTable thead .sorting_desc:before,
.cid-rBkSRtG4yy table.dataTable thead .sorting_desc:after,
.cid-rBkSRtG4yy table.dataTable thead .sorting_asc_disabled:before,
.cid-rBkSRtG4yy table.dataTable thead .sorting_asc_disabled:after,
.cid-rBkSRtG4yy table.dataTable thead .sorting_desc_disabled:before,
.cid-rBkSRtG4yy table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBkSRtG4yy .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBkSRtG4yy .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBkSRtG4yy .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBkSRtG4yy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBkSRtG4yy .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBkSRtG4yy .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBkSRtG4yy .table-heads {
  color: #ffffff;
}
.cid-rBkSRtG4yy .dataTables_wrapper {
  display: block;
}
.cid-rBkSRtG4yy .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBkSRtG4yy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBkSRtG4yy table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBkSRtG4yy table td,
.cid-rBkSRtG4yy table th {
  white-space: nowrap;
}
.cid-rBkSRtG4yy table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBkSRtG4yy table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBkSRtG4yy table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBkSRtG4yy table.table {
  background: #ffffff;
}
.cid-rBkSRtG4yy .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBkSRtG4yy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBkSRtG4yy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBkSRtG4yy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBkSRtG4yy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBkSRtG4yy .dataTables_filter {
    text-align: center;
  }
  .cid-rBkSRtG4yy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBkSRtG4yy .mbr-section-title,
.cid-rBkSRtG4yy .line-wrap {
  text-align: center;
}
.cid-rBkSRtG4yy .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBkS4Ro5rp {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBkS4Ro5rp .mbr-section-subtitle {
  color: #767676;
}
.cid-rBkS4Ro5rp .container-table {
  margin: 0 auto;
}
.cid-rBkS4Ro5rp table.dataTable thead .sorting:before,
.cid-rBkS4Ro5rp table.dataTable thead .sorting:after,
.cid-rBkS4Ro5rp table.dataTable thead .sorting_asc:before,
.cid-rBkS4Ro5rp table.dataTable thead .sorting_asc:after,
.cid-rBkS4Ro5rp table.dataTable thead .sorting_desc:before,
.cid-rBkS4Ro5rp table.dataTable thead .sorting_desc:after,
.cid-rBkS4Ro5rp table.dataTable thead .sorting_asc_disabled:before,
.cid-rBkS4Ro5rp table.dataTable thead .sorting_asc_disabled:after,
.cid-rBkS4Ro5rp table.dataTable thead .sorting_desc_disabled:before,
.cid-rBkS4Ro5rp table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBkS4Ro5rp .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBkS4Ro5rp .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBkS4Ro5rp .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBkS4Ro5rp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBkS4Ro5rp .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBkS4Ro5rp .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBkS4Ro5rp .table-heads {
  color: #ffffff;
}
.cid-rBkS4Ro5rp .dataTables_wrapper {
  display: block;
}
.cid-rBkS4Ro5rp .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBkS4Ro5rp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBkS4Ro5rp table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBkS4Ro5rp table td,
.cid-rBkS4Ro5rp table th {
  white-space: nowrap;
}
.cid-rBkS4Ro5rp table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBkS4Ro5rp table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBkS4Ro5rp table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBkS4Ro5rp table.table {
  background: #ffffff;
}
.cid-rBkS4Ro5rp .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBkS4Ro5rp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBkS4Ro5rp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBkS4Ro5rp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBkS4Ro5rp .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBkS4Ro5rp .dataTables_filter {
    text-align: center;
  }
  .cid-rBkS4Ro5rp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBkS4Ro5rp .mbr-section-title,
.cid-rBkS4Ro5rp .line-wrap {
  text-align: center;
}
.cid-rBkS4Ro5rp .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBkR6k4QlF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBkR6k4QlF .mbr-section-subtitle {
  color: #767676;
}
.cid-rBkR6k4QlF .container-table {
  margin: 0 auto;
}
.cid-rBkR6k4QlF table.dataTable thead .sorting:before,
.cid-rBkR6k4QlF table.dataTable thead .sorting:after,
.cid-rBkR6k4QlF table.dataTable thead .sorting_asc:before,
.cid-rBkR6k4QlF table.dataTable thead .sorting_asc:after,
.cid-rBkR6k4QlF table.dataTable thead .sorting_desc:before,
.cid-rBkR6k4QlF table.dataTable thead .sorting_desc:after,
.cid-rBkR6k4QlF table.dataTable thead .sorting_asc_disabled:before,
.cid-rBkR6k4QlF table.dataTable thead .sorting_asc_disabled:after,
.cid-rBkR6k4QlF table.dataTable thead .sorting_desc_disabled:before,
.cid-rBkR6k4QlF table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBkR6k4QlF .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBkR6k4QlF .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBkR6k4QlF .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBkR6k4QlF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBkR6k4QlF .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBkR6k4QlF .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBkR6k4QlF .table-heads {
  color: #ffffff;
}
.cid-rBkR6k4QlF .dataTables_wrapper {
  display: block;
}
.cid-rBkR6k4QlF .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBkR6k4QlF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBkR6k4QlF table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBkR6k4QlF table td,
.cid-rBkR6k4QlF table th {
  white-space: nowrap;
}
.cid-rBkR6k4QlF table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBkR6k4QlF table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBkR6k4QlF table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBkR6k4QlF table.table {
  background: #ffffff;
}
.cid-rBkR6k4QlF .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBkR6k4QlF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBkR6k4QlF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBkR6k4QlF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBkR6k4QlF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBkR6k4QlF .dataTables_filter {
    text-align: center;
  }
  .cid-rBkR6k4QlF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBkR6k4QlF .mbr-section-title,
.cid-rBkR6k4QlF .line-wrap {
  text-align: center;
}
.cid-rBkR6k4QlF .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBkPMtyvWs {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBkPMtyvWs .mbr-section-subtitle {
  color: #767676;
}
.cid-rBkPMtyvWs .container-table {
  margin: 0 auto;
}
.cid-rBkPMtyvWs table.dataTable thead .sorting:before,
.cid-rBkPMtyvWs table.dataTable thead .sorting:after,
.cid-rBkPMtyvWs table.dataTable thead .sorting_asc:before,
.cid-rBkPMtyvWs table.dataTable thead .sorting_asc:after,
.cid-rBkPMtyvWs table.dataTable thead .sorting_desc:before,
.cid-rBkPMtyvWs table.dataTable thead .sorting_desc:after,
.cid-rBkPMtyvWs table.dataTable thead .sorting_asc_disabled:before,
.cid-rBkPMtyvWs table.dataTable thead .sorting_asc_disabled:after,
.cid-rBkPMtyvWs table.dataTable thead .sorting_desc_disabled:before,
.cid-rBkPMtyvWs table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBkPMtyvWs .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBkPMtyvWs .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBkPMtyvWs .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBkPMtyvWs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBkPMtyvWs .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBkPMtyvWs .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBkPMtyvWs .table-heads {
  color: #ffffff;
}
.cid-rBkPMtyvWs .dataTables_wrapper {
  display: block;
}
.cid-rBkPMtyvWs .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBkPMtyvWs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBkPMtyvWs table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBkPMtyvWs table td,
.cid-rBkPMtyvWs table th {
  white-space: nowrap;
}
.cid-rBkPMtyvWs table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBkPMtyvWs table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBkPMtyvWs table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBkPMtyvWs table.table {
  background: #ffffff;
}
.cid-rBkPMtyvWs .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBkPMtyvWs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBkPMtyvWs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBkPMtyvWs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBkPMtyvWs .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBkPMtyvWs .dataTables_filter {
    text-align: center;
  }
  .cid-rBkPMtyvWs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBkPMtyvWs .mbr-section-title,
.cid-rBkPMtyvWs .line-wrap {
  text-align: center;
}
.cid-rBkPMtyvWs .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBkOkttDoY {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBkOkttDoY .mbr-section-subtitle {
  color: #767676;
}
.cid-rBkOkttDoY .container-table {
  margin: 0 auto;
}
.cid-rBkOkttDoY table.dataTable thead .sorting:before,
.cid-rBkOkttDoY table.dataTable thead .sorting:after,
.cid-rBkOkttDoY table.dataTable thead .sorting_asc:before,
.cid-rBkOkttDoY table.dataTable thead .sorting_asc:after,
.cid-rBkOkttDoY table.dataTable thead .sorting_desc:before,
.cid-rBkOkttDoY table.dataTable thead .sorting_desc:after,
.cid-rBkOkttDoY table.dataTable thead .sorting_asc_disabled:before,
.cid-rBkOkttDoY table.dataTable thead .sorting_asc_disabled:after,
.cid-rBkOkttDoY table.dataTable thead .sorting_desc_disabled:before,
.cid-rBkOkttDoY table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBkOkttDoY .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBkOkttDoY .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBkOkttDoY .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBkOkttDoY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBkOkttDoY .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBkOkttDoY .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBkOkttDoY .table-heads {
  color: #ffffff;
}
.cid-rBkOkttDoY .dataTables_wrapper {
  display: block;
}
.cid-rBkOkttDoY .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBkOkttDoY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBkOkttDoY table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBkOkttDoY table td,
.cid-rBkOkttDoY table th {
  white-space: nowrap;
}
.cid-rBkOkttDoY table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBkOkttDoY table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBkOkttDoY table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBkOkttDoY table.table {
  background: #ffffff;
}
.cid-rBkOkttDoY .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBkOkttDoY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBkOkttDoY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBkOkttDoY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBkOkttDoY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBkOkttDoY .dataTables_filter {
    text-align: center;
  }
  .cid-rBkOkttDoY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBkOkttDoY .mbr-section-title,
.cid-rBkOkttDoY .line-wrap {
  text-align: center;
}
.cid-rBkOkttDoY .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDUB9A9ij {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBdIDXH9Zj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBdIDXH9Zj .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBdIDXH9Zj p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rzKP3ihpQq {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ing.-6-1374x652.jpg");
}
.cid-rzKP3ihpQq .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rzKP3ihpQq .main .mbr-section-btn {
  text-align: right;
}
.cid-rzKP3ihpQq .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzKP3ihpQq H2 {
  color: #ffffff;
  text-align: left;
}
.cid-rzKP3ihpQq H3 {
  color: #232323;
  text-align: left;
}
.cid-rBxm1OGpad {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rBxm1OGpad .mbr-text {
  color: #767676;
}
.cid-rBxm1OGpad .mbr-text p {
  background: #ffffff;
}
.cid-rBaIyhnfHm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBaIyhnfHm .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBaIyhnfHm p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rzKQx0RWDv {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tec.1-1182x557.jpg");
}
.cid-rzKQx0RWDv .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rzKQx0RWDv .main .mbr-section-btn {
  text-align: right;
}
.cid-rzKQx0RWDv .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzKQx0RWDv H2 {
  color: #ffffff;
  text-align: left;
}
.cid-rzKQx0RWDv H3 {
  color: #232323;
  text-align: left;
}
.cid-rBxvKL1XmQ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBxvKL1XmQ .mbr-text {
  color: #767676;
}
.cid-rBxvKL1XmQ .mbr-text p {
  background: #ffffff;
}
.cid-rBaIrVW6cM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBaIrVW6cM .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBaIrVW6cM p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rzQlvHluxa {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rzQlvHluxa P {
  color: #767676;
}
.cid-rzQlvHluxa H1 {
  color: #ffffff;
}
.cid-rzQlvHluxa H3 {
  color: #ffffff;
}
.cid-rzQlvJUdYE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzQlvJUdYE .mbr-section-subtitle {
  color: #232323;
}
.cid-rzQlvJUdYE .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzQlvMm7Tl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzQlvMm7Tl .mbr-section-subtitle {
  color: #232323;
}
.cid-rzQlvMm7Tl .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzQlvOPzGJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzQlvOPzGJ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rzQlvOPzGJ .mbr-content-text {
  color: #767676;
}
.cid-rzQlvOPzGJ .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rzQlvOPzGJ .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rzQlvOPzGJ .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rzQlvOPzGJ .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rzQlvOPzGJ .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rzQlvOPzGJ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rzQlvOPzGJ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rzQlvTQRmX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rzQlvTQRmX .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rzQlvTQRmX .mbr-content-text {
  color: #767676;
}
.cid-rzQlvTQRmX .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rzQlvTQRmX .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rzQlvTQRmX .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rzQlvTQRmX .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rzQlvTQRmX .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rzQlvTQRmX .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rzQlvTQRmX .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBlCmLzYVC {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlCmLzYVC P {
  color: #767676;
}
.cid-rBlCmLzYVC H1 {
  text-align: left;
}
.cid-rBlCmLzYVC .mbr-text,
.cid-rBlCmLzYVC .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBlCmLzYVC H3 {
  text-align: left;
}
.cid-rBlHzr0xJ6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlHzr0xJ6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlHzr0xJ6 .container-table {
  margin: 0 auto;
}
.cid-rBlHzr0xJ6 table.dataTable thead .sorting:before,
.cid-rBlHzr0xJ6 table.dataTable thead .sorting:after,
.cid-rBlHzr0xJ6 table.dataTable thead .sorting_asc:before,
.cid-rBlHzr0xJ6 table.dataTable thead .sorting_asc:after,
.cid-rBlHzr0xJ6 table.dataTable thead .sorting_desc:before,
.cid-rBlHzr0xJ6 table.dataTable thead .sorting_desc:after,
.cid-rBlHzr0xJ6 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlHzr0xJ6 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlHzr0xJ6 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlHzr0xJ6 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlHzr0xJ6 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlHzr0xJ6 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlHzr0xJ6 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlHzr0xJ6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlHzr0xJ6 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlHzr0xJ6 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlHzr0xJ6 .table-heads {
  color: #ffffff;
}
.cid-rBlHzr0xJ6 .dataTables_wrapper {
  display: block;
}
.cid-rBlHzr0xJ6 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlHzr0xJ6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlHzr0xJ6 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlHzr0xJ6 table td,
.cid-rBlHzr0xJ6 table th {
  white-space: nowrap;
}
.cid-rBlHzr0xJ6 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlHzr0xJ6 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlHzr0xJ6 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlHzr0xJ6 table.table {
  background: #ffffff;
}
.cid-rBlHzr0xJ6 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlHzr0xJ6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlHzr0xJ6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlHzr0xJ6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlHzr0xJ6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlHzr0xJ6 .dataTables_filter {
    text-align: center;
  }
  .cid-rBlHzr0xJ6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlHzr0xJ6 .mbr-section-title,
.cid-rBlHzr0xJ6 .line-wrap {
  text-align: center;
}
.cid-rBlHzr0xJ6 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlCjpkzQl {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlCjpkzQl .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlCjpkzQl .container-table {
  margin: 0 auto;
}
.cid-rBlCjpkzQl table.dataTable thead .sorting:before,
.cid-rBlCjpkzQl table.dataTable thead .sorting:after,
.cid-rBlCjpkzQl table.dataTable thead .sorting_asc:before,
.cid-rBlCjpkzQl table.dataTable thead .sorting_asc:after,
.cid-rBlCjpkzQl table.dataTable thead .sorting_desc:before,
.cid-rBlCjpkzQl table.dataTable thead .sorting_desc:after,
.cid-rBlCjpkzQl table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlCjpkzQl table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlCjpkzQl table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlCjpkzQl table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlCjpkzQl .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlCjpkzQl .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlCjpkzQl .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlCjpkzQl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlCjpkzQl .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlCjpkzQl .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlCjpkzQl .table-heads {
  color: #ffffff;
}
.cid-rBlCjpkzQl .dataTables_wrapper {
  display: block;
}
.cid-rBlCjpkzQl .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlCjpkzQl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlCjpkzQl table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlCjpkzQl table td,
.cid-rBlCjpkzQl table th {
  white-space: nowrap;
}
.cid-rBlCjpkzQl table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlCjpkzQl table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlCjpkzQl table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlCjpkzQl table.table {
  background: #ffffff;
}
.cid-rBlCjpkzQl .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlCjpkzQl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlCjpkzQl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlCjpkzQl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlCjpkzQl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlCjpkzQl .dataTables_filter {
    text-align: center;
  }
  .cid-rBlCjpkzQl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlCjpkzQl .mbr-section-title,
.cid-rBlCjpkzQl .line-wrap {
  text-align: center;
}
.cid-rBlCjpkzQl .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBweQSKnZ9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBweQSKnZ9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBweQSKnZ9 .container-table {
  margin: 0 auto;
}
.cid-rBweQSKnZ9 table.dataTable thead .sorting:before,
.cid-rBweQSKnZ9 table.dataTable thead .sorting:after,
.cid-rBweQSKnZ9 table.dataTable thead .sorting_asc:before,
.cid-rBweQSKnZ9 table.dataTable thead .sorting_asc:after,
.cid-rBweQSKnZ9 table.dataTable thead .sorting_desc:before,
.cid-rBweQSKnZ9 table.dataTable thead .sorting_desc:after,
.cid-rBweQSKnZ9 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBweQSKnZ9 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBweQSKnZ9 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBweQSKnZ9 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBweQSKnZ9 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBweQSKnZ9 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBweQSKnZ9 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBweQSKnZ9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBweQSKnZ9 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBweQSKnZ9 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBweQSKnZ9 .table-heads {
  color: #ffffff;
}
.cid-rBweQSKnZ9 .dataTables_wrapper {
  display: block;
}
.cid-rBweQSKnZ9 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBweQSKnZ9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBweQSKnZ9 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBweQSKnZ9 table td,
.cid-rBweQSKnZ9 table th {
  white-space: nowrap;
}
.cid-rBweQSKnZ9 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBweQSKnZ9 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBweQSKnZ9 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBweQSKnZ9 table.table {
  background: #ffffff;
}
.cid-rBweQSKnZ9 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBweQSKnZ9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBweQSKnZ9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBweQSKnZ9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBweQSKnZ9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBweQSKnZ9 .dataTables_filter {
    text-align: center;
  }
  .cid-rBweQSKnZ9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBweQSKnZ9 .mbr-section-title,
.cid-rBweQSKnZ9 .line-wrap {
  text-align: center;
}
.cid-rBweQSKnZ9 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBweNQLC68 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBweNQLC68 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBweNQLC68 .container-table {
  margin: 0 auto;
}
.cid-rBweNQLC68 table.dataTable thead .sorting:before,
.cid-rBweNQLC68 table.dataTable thead .sorting:after,
.cid-rBweNQLC68 table.dataTable thead .sorting_asc:before,
.cid-rBweNQLC68 table.dataTable thead .sorting_asc:after,
.cid-rBweNQLC68 table.dataTable thead .sorting_desc:before,
.cid-rBweNQLC68 table.dataTable thead .sorting_desc:after,
.cid-rBweNQLC68 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBweNQLC68 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBweNQLC68 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBweNQLC68 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBweNQLC68 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBweNQLC68 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBweNQLC68 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBweNQLC68 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBweNQLC68 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBweNQLC68 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBweNQLC68 .table-heads {
  color: #ffffff;
}
.cid-rBweNQLC68 .dataTables_wrapper {
  display: block;
}
.cid-rBweNQLC68 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBweNQLC68 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBweNQLC68 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBweNQLC68 table td,
.cid-rBweNQLC68 table th {
  white-space: nowrap;
}
.cid-rBweNQLC68 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBweNQLC68 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBweNQLC68 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBweNQLC68 table.table {
  background: #ffffff;
}
.cid-rBweNQLC68 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBweNQLC68 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBweNQLC68 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBweNQLC68 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBweNQLC68 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBweNQLC68 .dataTables_filter {
    text-align: center;
  }
  .cid-rBweNQLC68 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBweNQLC68 .mbr-section-title,
.cid-rBweNQLC68 .line-wrap {
  text-align: center;
}
.cid-rBweNQLC68 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlCbbN3ft {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlCbbN3ft .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlCbbN3ft .container-table {
  margin: 0 auto;
}
.cid-rBlCbbN3ft table.dataTable thead .sorting:before,
.cid-rBlCbbN3ft table.dataTable thead .sorting:after,
.cid-rBlCbbN3ft table.dataTable thead .sorting_asc:before,
.cid-rBlCbbN3ft table.dataTable thead .sorting_asc:after,
.cid-rBlCbbN3ft table.dataTable thead .sorting_desc:before,
.cid-rBlCbbN3ft table.dataTable thead .sorting_desc:after,
.cid-rBlCbbN3ft table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlCbbN3ft table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlCbbN3ft table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlCbbN3ft table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlCbbN3ft .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlCbbN3ft .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlCbbN3ft .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlCbbN3ft .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlCbbN3ft .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlCbbN3ft .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlCbbN3ft .table-heads {
  color: #ffffff;
}
.cid-rBlCbbN3ft .dataTables_wrapper {
  display: block;
}
.cid-rBlCbbN3ft .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlCbbN3ft .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlCbbN3ft table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlCbbN3ft table td,
.cid-rBlCbbN3ft table th {
  white-space: nowrap;
}
.cid-rBlCbbN3ft table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlCbbN3ft table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlCbbN3ft table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlCbbN3ft table.table {
  background: #ffffff;
}
.cid-rBlCbbN3ft .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlCbbN3ft .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlCbbN3ft .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlCbbN3ft .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlCbbN3ft .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlCbbN3ft .dataTables_filter {
    text-align: center;
  }
  .cid-rBlCbbN3ft .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlCbbN3ft .mbr-section-title,
.cid-rBlCbbN3ft .line-wrap {
  text-align: center;
}
.cid-rBlCbbN3ft .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlC6t1BwZ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlC6t1BwZ .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlC6t1BwZ .container-table {
  margin: 0 auto;
}
.cid-rBlC6t1BwZ table.dataTable thead .sorting:before,
.cid-rBlC6t1BwZ table.dataTable thead .sorting:after,
.cid-rBlC6t1BwZ table.dataTable thead .sorting_asc:before,
.cid-rBlC6t1BwZ table.dataTable thead .sorting_asc:after,
.cid-rBlC6t1BwZ table.dataTable thead .sorting_desc:before,
.cid-rBlC6t1BwZ table.dataTable thead .sorting_desc:after,
.cid-rBlC6t1BwZ table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlC6t1BwZ table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlC6t1BwZ table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlC6t1BwZ table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlC6t1BwZ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlC6t1BwZ .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlC6t1BwZ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlC6t1BwZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlC6t1BwZ .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlC6t1BwZ .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlC6t1BwZ .table-heads {
  color: #ffffff;
}
.cid-rBlC6t1BwZ .dataTables_wrapper {
  display: block;
}
.cid-rBlC6t1BwZ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlC6t1BwZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlC6t1BwZ table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlC6t1BwZ table td,
.cid-rBlC6t1BwZ table th {
  white-space: nowrap;
}
.cid-rBlC6t1BwZ table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlC6t1BwZ table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlC6t1BwZ table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlC6t1BwZ table.table {
  background: #ffffff;
}
.cid-rBlC6t1BwZ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlC6t1BwZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlC6t1BwZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlC6t1BwZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlC6t1BwZ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlC6t1BwZ .dataTables_filter {
    text-align: center;
  }
  .cid-rBlC6t1BwZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlC6t1BwZ .mbr-section-title,
.cid-rBlC6t1BwZ .line-wrap {
  text-align: center;
}
.cid-rBlC6t1BwZ .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDSPPMM0F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBeh2f6FiC {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBeh2f6FiC .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBeh2f6FiC p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rBDA9r2zZ5 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBDA9r2zZ5 P {
  color: #767676;
}
.cid-rBDA9r2zZ5 H1 {
  color: #ffffff;
}
.cid-rBDA9r2zZ5 H3 {
  color: #ffffff;
}
.cid-rBDCXWdpVd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-rBDCXWdpVd .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rBDCXWdpVd .card {
  background-color: #0a1c44;
  padding: 4rem 10rem;
}
.cid-rBDCXWdpVd .input-group-btn {
  display: block;
}
.cid-rBDCXWdpVd .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBDCXWdpVd .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBDCXWdpVd .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-rBDCXWdpVd .btn-primary {
  border: 1px solid #35bae7 !important;
}
.cid-rBDCXWdpVd .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-rBDCXWdpVd .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-rBDCXWdpVd .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-rBDCXWdpVd .card {
    padding: 2rem;
  }
}
.cid-rBDCXWdpVd .mbr-section-title,
.cid-rBDCXWdpVd .line-wrap {
  color: #ffffff;
}
.cid-rBDCXWdpVd LABEL {
  color: #ffffff;
}
.cid-rBaHm5h1oS {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBaHm5h1oS .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBaHm5h1oS p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rBfvo8VYCd {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBfvo8VYCd P {
  color: #767676;
}
.cid-rBfvo8VYCd H1 {
  color: #ffffff;
}
.cid-rBfvo8VYCd H3 {
  color: #ffffff;
}
.cid-rBfvod5YGv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBfvod5YGv .mbr-section-subtitle {
  color: #232323;
}
.cid-rBfvod5YGv .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBfvoghf7q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBfvoghf7q .mbr-section-subtitle {
  color: #232323;
}
.cid-rBfvoghf7q .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBfvojtfNx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBfvojtfNx .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBfvojtfNx .mbr-content-text {
  color: #767676;
}
.cid-rBfvojtfNx .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rBfvojtfNx .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rBfvojtfNx .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rBfvojtfNx .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rBfvojtfNx .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rBfvojtfNx .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rBfvojtfNx .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBfvooNqpE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rBfvooNqpE .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBfvooNqpE .mbr-content-text {
  color: #767676;
}
.cid-rBfvooNqpE .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rBfvooNqpE .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rBfvooNqpE .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rBfvooNqpE .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rBfvooNqpE .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rBfvooNqpE .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rBfvooNqpE .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBfOsLjKgF {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBfOsLjKgF P {
  color: #767676;
}
.cid-rBfOsLjKgF H1 {
  text-align: left;
}
.cid-rBfOsLjKgF .mbr-text,
.cid-rBfOsLjKgF .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBfOsLjKgF H3 {
  text-align: left;
}
.cid-rBfvpcyALD {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBfvpcyALD .mbr-section-subtitle {
  color: #767676;
}
.cid-rBfvpcyALD .container-table {
  margin: 0 auto;
}
.cid-rBfvpcyALD table.dataTable thead .sorting:before,
.cid-rBfvpcyALD table.dataTable thead .sorting:after,
.cid-rBfvpcyALD table.dataTable thead .sorting_asc:before,
.cid-rBfvpcyALD table.dataTable thead .sorting_asc:after,
.cid-rBfvpcyALD table.dataTable thead .sorting_desc:before,
.cid-rBfvpcyALD table.dataTable thead .sorting_desc:after,
.cid-rBfvpcyALD table.dataTable thead .sorting_asc_disabled:before,
.cid-rBfvpcyALD table.dataTable thead .sorting_asc_disabled:after,
.cid-rBfvpcyALD table.dataTable thead .sorting_desc_disabled:before,
.cid-rBfvpcyALD table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBfvpcyALD .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBfvpcyALD .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBfvpcyALD .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBfvpcyALD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBfvpcyALD .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBfvpcyALD .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBfvpcyALD .table-heads {
  color: #ffffff;
}
.cid-rBfvpcyALD .dataTables_wrapper {
  display: block;
}
.cid-rBfvpcyALD .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBfvpcyALD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBfvpcyALD table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBfvpcyALD table td,
.cid-rBfvpcyALD table th {
  white-space: nowrap;
}
.cid-rBfvpcyALD table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBfvpcyALD table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBfvpcyALD table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBfvpcyALD table.table {
  background: #ffffff;
}
.cid-rBfvpcyALD .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBfvpcyALD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBfvpcyALD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBfvpcyALD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBfvpcyALD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBfvpcyALD .dataTables_filter {
    text-align: center;
  }
  .cid-rBfvpcyALD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBfvpcyALD .mbr-section-title,
.cid-rBfvpcyALD .line-wrap {
  text-align: center;
}
.cid-rBfvpcyALD .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBfV1rLWUy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBfV1rLWUy .mbr-section-subtitle {
  color: #767676;
}
.cid-rBfV1rLWUy .container-table {
  margin: 0 auto;
}
.cid-rBfV1rLWUy table.dataTable thead .sorting:before,
.cid-rBfV1rLWUy table.dataTable thead .sorting:after,
.cid-rBfV1rLWUy table.dataTable thead .sorting_asc:before,
.cid-rBfV1rLWUy table.dataTable thead .sorting_asc:after,
.cid-rBfV1rLWUy table.dataTable thead .sorting_desc:before,
.cid-rBfV1rLWUy table.dataTable thead .sorting_desc:after,
.cid-rBfV1rLWUy table.dataTable thead .sorting_asc_disabled:before,
.cid-rBfV1rLWUy table.dataTable thead .sorting_asc_disabled:after,
.cid-rBfV1rLWUy table.dataTable thead .sorting_desc_disabled:before,
.cid-rBfV1rLWUy table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBfV1rLWUy .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBfV1rLWUy .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBfV1rLWUy .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBfV1rLWUy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBfV1rLWUy .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBfV1rLWUy .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBfV1rLWUy .table-heads {
  color: #ffffff;
}
.cid-rBfV1rLWUy .dataTables_wrapper {
  display: block;
}
.cid-rBfV1rLWUy .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBfV1rLWUy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBfV1rLWUy table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBfV1rLWUy table td,
.cid-rBfV1rLWUy table th {
  white-space: nowrap;
}
.cid-rBfV1rLWUy table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBfV1rLWUy table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBfV1rLWUy table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBfV1rLWUy table.table {
  background: #ffffff;
}
.cid-rBfV1rLWUy .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBfV1rLWUy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBfV1rLWUy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBfV1rLWUy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBfV1rLWUy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBfV1rLWUy .dataTables_filter {
    text-align: center;
  }
  .cid-rBfV1rLWUy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBfV1rLWUy .mbr-section-title,
.cid-rBfV1rLWUy .line-wrap {
  text-align: center;
}
.cid-rBfV1rLWUy .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBfVWPH3bV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBfVWPH3bV .mbr-section-subtitle {
  color: #767676;
}
.cid-rBfVWPH3bV .container-table {
  margin: 0 auto;
}
.cid-rBfVWPH3bV table.dataTable thead .sorting:before,
.cid-rBfVWPH3bV table.dataTable thead .sorting:after,
.cid-rBfVWPH3bV table.dataTable thead .sorting_asc:before,
.cid-rBfVWPH3bV table.dataTable thead .sorting_asc:after,
.cid-rBfVWPH3bV table.dataTable thead .sorting_desc:before,
.cid-rBfVWPH3bV table.dataTable thead .sorting_desc:after,
.cid-rBfVWPH3bV table.dataTable thead .sorting_asc_disabled:before,
.cid-rBfVWPH3bV table.dataTable thead .sorting_asc_disabled:after,
.cid-rBfVWPH3bV table.dataTable thead .sorting_desc_disabled:before,
.cid-rBfVWPH3bV table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBfVWPH3bV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBfVWPH3bV .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBfVWPH3bV .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBfVWPH3bV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBfVWPH3bV .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBfVWPH3bV .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBfVWPH3bV .table-heads {
  color: #ffffff;
}
.cid-rBfVWPH3bV .dataTables_wrapper {
  display: block;
}
.cid-rBfVWPH3bV .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBfVWPH3bV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBfVWPH3bV table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBfVWPH3bV table td,
.cid-rBfVWPH3bV table th {
  white-space: nowrap;
}
.cid-rBfVWPH3bV table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBfVWPH3bV table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBfVWPH3bV table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBfVWPH3bV table.table {
  background: #ffffff;
}
.cid-rBfVWPH3bV .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBfVWPH3bV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBfVWPH3bV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBfVWPH3bV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBfVWPH3bV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBfVWPH3bV .dataTables_filter {
    text-align: center;
  }
  .cid-rBfVWPH3bV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBfVWPH3bV .mbr-section-title,
.cid-rBfVWPH3bV .line-wrap {
  text-align: center;
}
.cid-rBfVWPH3bV .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBfWJzXitN {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBfWJzXitN .mbr-section-subtitle {
  color: #767676;
}
.cid-rBfWJzXitN .container-table {
  margin: 0 auto;
}
.cid-rBfWJzXitN table.dataTable thead .sorting:before,
.cid-rBfWJzXitN table.dataTable thead .sorting:after,
.cid-rBfWJzXitN table.dataTable thead .sorting_asc:before,
.cid-rBfWJzXitN table.dataTable thead .sorting_asc:after,
.cid-rBfWJzXitN table.dataTable thead .sorting_desc:before,
.cid-rBfWJzXitN table.dataTable thead .sorting_desc:after,
.cid-rBfWJzXitN table.dataTable thead .sorting_asc_disabled:before,
.cid-rBfWJzXitN table.dataTable thead .sorting_asc_disabled:after,
.cid-rBfWJzXitN table.dataTable thead .sorting_desc_disabled:before,
.cid-rBfWJzXitN table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBfWJzXitN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBfWJzXitN .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBfWJzXitN .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBfWJzXitN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBfWJzXitN .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBfWJzXitN .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBfWJzXitN .table-heads {
  color: #ffffff;
}
.cid-rBfWJzXitN .dataTables_wrapper {
  display: block;
}
.cid-rBfWJzXitN .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBfWJzXitN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBfWJzXitN table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBfWJzXitN table td,
.cid-rBfWJzXitN table th {
  white-space: nowrap;
}
.cid-rBfWJzXitN table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBfWJzXitN table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBfWJzXitN table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBfWJzXitN table.table {
  background: #ffffff;
}
.cid-rBfWJzXitN .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBfWJzXitN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBfWJzXitN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBfWJzXitN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBfWJzXitN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBfWJzXitN .dataTables_filter {
    text-align: center;
  }
  .cid-rBfWJzXitN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBfWJzXitN .mbr-section-title,
.cid-rBfWJzXitN .line-wrap {
  text-align: center;
}
.cid-rBfWJzXitN .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBfXNEOkkJ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBfXNEOkkJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rBfXNEOkkJ .container-table {
  margin: 0 auto;
}
.cid-rBfXNEOkkJ table.dataTable thead .sorting:before,
.cid-rBfXNEOkkJ table.dataTable thead .sorting:after,
.cid-rBfXNEOkkJ table.dataTable thead .sorting_asc:before,
.cid-rBfXNEOkkJ table.dataTable thead .sorting_asc:after,
.cid-rBfXNEOkkJ table.dataTable thead .sorting_desc:before,
.cid-rBfXNEOkkJ table.dataTable thead .sorting_desc:after,
.cid-rBfXNEOkkJ table.dataTable thead .sorting_asc_disabled:before,
.cid-rBfXNEOkkJ table.dataTable thead .sorting_asc_disabled:after,
.cid-rBfXNEOkkJ table.dataTable thead .sorting_desc_disabled:before,
.cid-rBfXNEOkkJ table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBfXNEOkkJ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBfXNEOkkJ .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBfXNEOkkJ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBfXNEOkkJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBfXNEOkkJ .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBfXNEOkkJ .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBfXNEOkkJ .table-heads {
  color: #ffffff;
}
.cid-rBfXNEOkkJ .dataTables_wrapper {
  display: block;
}
.cid-rBfXNEOkkJ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBfXNEOkkJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBfXNEOkkJ table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBfXNEOkkJ table td,
.cid-rBfXNEOkkJ table th {
  white-space: nowrap;
}
.cid-rBfXNEOkkJ table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBfXNEOkkJ table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBfXNEOkkJ table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBfXNEOkkJ table.table {
  background: #ffffff;
}
.cid-rBfXNEOkkJ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBfXNEOkkJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBfXNEOkkJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBfXNEOkkJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBfXNEOkkJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBfXNEOkkJ .dataTables_filter {
    text-align: center;
  }
  .cid-rBfXNEOkkJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBfXNEOkkJ .mbr-section-title,
.cid-rBfXNEOkkJ .line-wrap {
  text-align: center;
}
.cid-rBfXNEOkkJ .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBfZLeOtIp {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBfZLeOtIp .mbr-section-subtitle {
  color: #767676;
}
.cid-rBfZLeOtIp .container-table {
  margin: 0 auto;
}
.cid-rBfZLeOtIp table.dataTable thead .sorting:before,
.cid-rBfZLeOtIp table.dataTable thead .sorting:after,
.cid-rBfZLeOtIp table.dataTable thead .sorting_asc:before,
.cid-rBfZLeOtIp table.dataTable thead .sorting_asc:after,
.cid-rBfZLeOtIp table.dataTable thead .sorting_desc:before,
.cid-rBfZLeOtIp table.dataTable thead .sorting_desc:after,
.cid-rBfZLeOtIp table.dataTable thead .sorting_asc_disabled:before,
.cid-rBfZLeOtIp table.dataTable thead .sorting_asc_disabled:after,
.cid-rBfZLeOtIp table.dataTable thead .sorting_desc_disabled:before,
.cid-rBfZLeOtIp table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBfZLeOtIp .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBfZLeOtIp .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBfZLeOtIp .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBfZLeOtIp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBfZLeOtIp .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBfZLeOtIp .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBfZLeOtIp .table-heads {
  color: #ffffff;
}
.cid-rBfZLeOtIp .dataTables_wrapper {
  display: block;
}
.cid-rBfZLeOtIp .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBfZLeOtIp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBfZLeOtIp table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBfZLeOtIp table td,
.cid-rBfZLeOtIp table th {
  white-space: nowrap;
}
.cid-rBfZLeOtIp table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBfZLeOtIp table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBfZLeOtIp table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBfZLeOtIp table.table {
  background: #ffffff;
}
.cid-rBfZLeOtIp .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBfZLeOtIp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBfZLeOtIp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBfZLeOtIp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBfZLeOtIp .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBfZLeOtIp .dataTables_filter {
    text-align: center;
  }
  .cid-rBfZLeOtIp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBfZLeOtIp .mbr-section-title,
.cid-rBfZLeOtIp .line-wrap {
  text-align: center;
}
.cid-rBfZLeOtIp .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDUfkaKXn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBfvpr7IKG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBfvpr7IKG .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBfvpr7IKG p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rBgqfXbPx1 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBgqfXbPx1 P {
  color: #767676;
}
.cid-rBgqfXbPx1 H1 {
  color: #ffffff;
}
.cid-rBgqfXbPx1 H3 {
  color: #ffffff;
}
.cid-rBgqg2D1Ud {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBgqg2D1Ud .mbr-section-subtitle {
  color: #232323;
}
.cid-rBgqg2D1Ud .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBgqg5Dqh9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBgqg5Dqh9 .mbr-section-subtitle {
  color: #232323;
}
.cid-rBgqg5Dqh9 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBgqg9o97L {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBgqg9o97L .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBgqg9o97L .mbr-content-text {
  color: #767676;
}
.cid-rBgqg9o97L .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rBgqg9o97L .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rBgqg9o97L .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rBgqg9o97L .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rBgqg9o97L .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rBgqg9o97L .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rBgqg9o97L .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBgqgeS7X6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rBgqgeS7X6 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBgqgeS7X6 .mbr-content-text {
  color: #767676;
}
.cid-rBgqgeS7X6 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rBgqgeS7X6 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rBgqgeS7X6 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rBgqgeS7X6 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rBgqgeS7X6 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rBgqgeS7X6 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rBgqgeS7X6 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBgqgk3qxh {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgqgk3qxh P {
  color: #767676;
}
.cid-rBgqgk3qxh H1 {
  text-align: left;
}
.cid-rBgqgk3qxh .mbr-text,
.cid-rBgqgk3qxh .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBgqgk3qxh H3 {
  text-align: left;
}
.cid-rBgqgnkx7e {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgqgnkx7e .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgqgnkx7e .container-table {
  margin: 0 auto;
}
.cid-rBgqgnkx7e table.dataTable thead .sorting:before,
.cid-rBgqgnkx7e table.dataTable thead .sorting:after,
.cid-rBgqgnkx7e table.dataTable thead .sorting_asc:before,
.cid-rBgqgnkx7e table.dataTable thead .sorting_asc:after,
.cid-rBgqgnkx7e table.dataTable thead .sorting_desc:before,
.cid-rBgqgnkx7e table.dataTable thead .sorting_desc:after,
.cid-rBgqgnkx7e table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgqgnkx7e table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgqgnkx7e table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgqgnkx7e table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgqgnkx7e .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgqgnkx7e .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgqgnkx7e .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgqgnkx7e .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgqgnkx7e .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgqgnkx7e .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgqgnkx7e .table-heads {
  color: #ffffff;
}
.cid-rBgqgnkx7e .dataTables_wrapper {
  display: block;
}
.cid-rBgqgnkx7e .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgqgnkx7e .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgqgnkx7e table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgqgnkx7e table td,
.cid-rBgqgnkx7e table th {
  white-space: nowrap;
}
.cid-rBgqgnkx7e table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgqgnkx7e table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgqgnkx7e table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgqgnkx7e table.table {
  background: #ffffff;
}
.cid-rBgqgnkx7e .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgqgnkx7e .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgqgnkx7e .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgqgnkx7e .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgqgnkx7e .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgqgnkx7e .dataTables_filter {
    text-align: center;
  }
  .cid-rBgqgnkx7e .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgqgnkx7e .mbr-section-title,
.cid-rBgqgnkx7e .line-wrap {
  text-align: center;
}
.cid-rBgqgnkx7e .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgqgtZfAi {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgqgtZfAi .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgqgtZfAi .container-table {
  margin: 0 auto;
}
.cid-rBgqgtZfAi table.dataTable thead .sorting:before,
.cid-rBgqgtZfAi table.dataTable thead .sorting:after,
.cid-rBgqgtZfAi table.dataTable thead .sorting_asc:before,
.cid-rBgqgtZfAi table.dataTable thead .sorting_asc:after,
.cid-rBgqgtZfAi table.dataTable thead .sorting_desc:before,
.cid-rBgqgtZfAi table.dataTable thead .sorting_desc:after,
.cid-rBgqgtZfAi table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgqgtZfAi table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgqgtZfAi table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgqgtZfAi table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgqgtZfAi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgqgtZfAi .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgqgtZfAi .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgqgtZfAi .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgqgtZfAi .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgqgtZfAi .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgqgtZfAi .table-heads {
  color: #ffffff;
}
.cid-rBgqgtZfAi .dataTables_wrapper {
  display: block;
}
.cid-rBgqgtZfAi .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgqgtZfAi .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgqgtZfAi table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgqgtZfAi table td,
.cid-rBgqgtZfAi table th {
  white-space: nowrap;
}
.cid-rBgqgtZfAi table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgqgtZfAi table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgqgtZfAi table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgqgtZfAi table.table {
  background: #ffffff;
}
.cid-rBgqgtZfAi .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgqgtZfAi .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgqgtZfAi .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgqgtZfAi .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgqgtZfAi .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgqgtZfAi .dataTables_filter {
    text-align: center;
  }
  .cid-rBgqgtZfAi .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgqgtZfAi .mbr-section-title,
.cid-rBgqgtZfAi .line-wrap {
  text-align: center;
}
.cid-rBgqgtZfAi .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgqgBvUpR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgqgBvUpR .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgqgBvUpR .container-table {
  margin: 0 auto;
}
.cid-rBgqgBvUpR table.dataTable thead .sorting:before,
.cid-rBgqgBvUpR table.dataTable thead .sorting:after,
.cid-rBgqgBvUpR table.dataTable thead .sorting_asc:before,
.cid-rBgqgBvUpR table.dataTable thead .sorting_asc:after,
.cid-rBgqgBvUpR table.dataTable thead .sorting_desc:before,
.cid-rBgqgBvUpR table.dataTable thead .sorting_desc:after,
.cid-rBgqgBvUpR table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgqgBvUpR table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgqgBvUpR table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgqgBvUpR table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgqgBvUpR .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgqgBvUpR .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgqgBvUpR .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgqgBvUpR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgqgBvUpR .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgqgBvUpR .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgqgBvUpR .table-heads {
  color: #ffffff;
}
.cid-rBgqgBvUpR .dataTables_wrapper {
  display: block;
}
.cid-rBgqgBvUpR .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgqgBvUpR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgqgBvUpR table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgqgBvUpR table td,
.cid-rBgqgBvUpR table th {
  white-space: nowrap;
}
.cid-rBgqgBvUpR table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgqgBvUpR table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgqgBvUpR table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgqgBvUpR table.table {
  background: #ffffff;
}
.cid-rBgqgBvUpR .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgqgBvUpR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgqgBvUpR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgqgBvUpR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgqgBvUpR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgqgBvUpR .dataTables_filter {
    text-align: center;
  }
  .cid-rBgqgBvUpR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgqgBvUpR .mbr-section-title,
.cid-rBgqgBvUpR .line-wrap {
  text-align: center;
}
.cid-rBgqgBvUpR .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgqgIgsEW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgqgIgsEW .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgqgIgsEW .container-table {
  margin: 0 auto;
}
.cid-rBgqgIgsEW table.dataTable thead .sorting:before,
.cid-rBgqgIgsEW table.dataTable thead .sorting:after,
.cid-rBgqgIgsEW table.dataTable thead .sorting_asc:before,
.cid-rBgqgIgsEW table.dataTable thead .sorting_asc:after,
.cid-rBgqgIgsEW table.dataTable thead .sorting_desc:before,
.cid-rBgqgIgsEW table.dataTable thead .sorting_desc:after,
.cid-rBgqgIgsEW table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgqgIgsEW table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgqgIgsEW table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgqgIgsEW table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgqgIgsEW .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgqgIgsEW .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgqgIgsEW .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgqgIgsEW .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgqgIgsEW .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgqgIgsEW .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgqgIgsEW .table-heads {
  color: #ffffff;
}
.cid-rBgqgIgsEW .dataTables_wrapper {
  display: block;
}
.cid-rBgqgIgsEW .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgqgIgsEW .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgqgIgsEW table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgqgIgsEW table td,
.cid-rBgqgIgsEW table th {
  white-space: nowrap;
}
.cid-rBgqgIgsEW table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgqgIgsEW table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgqgIgsEW table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgqgIgsEW table.table {
  background: #ffffff;
}
.cid-rBgqgIgsEW .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgqgIgsEW .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgqgIgsEW .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgqgIgsEW .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgqgIgsEW .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgqgIgsEW .dataTables_filter {
    text-align: center;
  }
  .cid-rBgqgIgsEW .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgqgIgsEW .mbr-section-title,
.cid-rBgqgIgsEW .line-wrap {
  text-align: center;
}
.cid-rBgqgIgsEW .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgqgQxnUE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgqgQxnUE .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgqgQxnUE .container-table {
  margin: 0 auto;
}
.cid-rBgqgQxnUE table.dataTable thead .sorting:before,
.cid-rBgqgQxnUE table.dataTable thead .sorting:after,
.cid-rBgqgQxnUE table.dataTable thead .sorting_asc:before,
.cid-rBgqgQxnUE table.dataTable thead .sorting_asc:after,
.cid-rBgqgQxnUE table.dataTable thead .sorting_desc:before,
.cid-rBgqgQxnUE table.dataTable thead .sorting_desc:after,
.cid-rBgqgQxnUE table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgqgQxnUE table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgqgQxnUE table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgqgQxnUE table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgqgQxnUE .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgqgQxnUE .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgqgQxnUE .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgqgQxnUE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgqgQxnUE .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgqgQxnUE .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgqgQxnUE .table-heads {
  color: #ffffff;
}
.cid-rBgqgQxnUE .dataTables_wrapper {
  display: block;
}
.cid-rBgqgQxnUE .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgqgQxnUE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgqgQxnUE table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgqgQxnUE table td,
.cid-rBgqgQxnUE table th {
  white-space: nowrap;
}
.cid-rBgqgQxnUE table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgqgQxnUE table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgqgQxnUE table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgqgQxnUE table.table {
  background: #ffffff;
}
.cid-rBgqgQxnUE .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgqgQxnUE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgqgQxnUE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgqgQxnUE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgqgQxnUE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgqgQxnUE .dataTables_filter {
    text-align: center;
  }
  .cid-rBgqgQxnUE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgqgQxnUE .mbr-section-title,
.cid-rBgqgQxnUE .line-wrap {
  text-align: center;
}
.cid-rBgqgQxnUE .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBgqgYhkTI {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBgqgYhkTI .mbr-section-subtitle {
  color: #767676;
}
.cid-rBgqgYhkTI .container-table {
  margin: 0 auto;
}
.cid-rBgqgYhkTI table.dataTable thead .sorting:before,
.cid-rBgqgYhkTI table.dataTable thead .sorting:after,
.cid-rBgqgYhkTI table.dataTable thead .sorting_asc:before,
.cid-rBgqgYhkTI table.dataTable thead .sorting_asc:after,
.cid-rBgqgYhkTI table.dataTable thead .sorting_desc:before,
.cid-rBgqgYhkTI table.dataTable thead .sorting_desc:after,
.cid-rBgqgYhkTI table.dataTable thead .sorting_asc_disabled:before,
.cid-rBgqgYhkTI table.dataTable thead .sorting_asc_disabled:after,
.cid-rBgqgYhkTI table.dataTable thead .sorting_desc_disabled:before,
.cid-rBgqgYhkTI table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBgqgYhkTI .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBgqgYhkTI .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBgqgYhkTI .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBgqgYhkTI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBgqgYhkTI .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBgqgYhkTI .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBgqgYhkTI .table-heads {
  color: #ffffff;
}
.cid-rBgqgYhkTI .dataTables_wrapper {
  display: block;
}
.cid-rBgqgYhkTI .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBgqgYhkTI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBgqgYhkTI table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBgqgYhkTI table td,
.cid-rBgqgYhkTI table th {
  white-space: nowrap;
}
.cid-rBgqgYhkTI table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBgqgYhkTI table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBgqgYhkTI table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBgqgYhkTI table.table {
  background: #ffffff;
}
.cid-rBgqgYhkTI .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBgqgYhkTI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBgqgYhkTI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBgqgYhkTI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBgqgYhkTI .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBgqgYhkTI .dataTables_filter {
    text-align: center;
  }
  .cid-rBgqgYhkTI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBgqgYhkTI .mbr-section-title,
.cid-rBgqgYhkTI .line-wrap {
  text-align: center;
}
.cid-rBgqgYhkTI .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDTMCAPna {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBgqhbcoas {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBgqhbcoas .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBgqhbcoas p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rBlIeXTQR4 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBlIeXTQR4 P {
  color: #767676;
}
.cid-rBlIeXTQR4 H1 {
  color: #ffffff;
}
.cid-rBlIeXTQR4 H3 {
  color: #ffffff;
}
.cid-rBlIf5nSMP {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBlIf5nSMP .mbr-section-subtitle {
  color: #232323;
}
.cid-rBlIf5nSMP .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBlIf9pymH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBlIf9pymH .mbr-section-subtitle {
  color: #232323;
}
.cid-rBlIf9pymH .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBlIfdz4sl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBlIfdz4sl .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBlIfdz4sl .mbr-content-text {
  color: #767676;
}
.cid-rBlIfdz4sl .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rBlIfdz4sl .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rBlIfdz4sl .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rBlIfdz4sl .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rBlIfdz4sl .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rBlIfdz4sl .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rBlIfdz4sl .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBlIfjQh4m {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rBlIfjQh4m .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBlIfjQh4m .mbr-content-text {
  color: #767676;
}
.cid-rBlIfjQh4m .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rBlIfjQh4m .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rBlIfjQh4m .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rBlIfjQh4m .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rBlIfjQh4m .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rBlIfjQh4m .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rBlIfjQh4m .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBlIfqMzxU {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlIfqMzxU P {
  color: #767676;
}
.cid-rBlIfqMzxU H1 {
  text-align: left;
}
.cid-rBlIfqMzxU .mbr-text,
.cid-rBlIfqMzxU .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBlIfqMzxU H3 {
  text-align: left;
}
.cid-rBlIfutnHF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlIfutnHF .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlIfutnHF .container-table {
  margin: 0 auto;
}
.cid-rBlIfutnHF table.dataTable thead .sorting:before,
.cid-rBlIfutnHF table.dataTable thead .sorting:after,
.cid-rBlIfutnHF table.dataTable thead .sorting_asc:before,
.cid-rBlIfutnHF table.dataTable thead .sorting_asc:after,
.cid-rBlIfutnHF table.dataTable thead .sorting_desc:before,
.cid-rBlIfutnHF table.dataTable thead .sorting_desc:after,
.cid-rBlIfutnHF table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlIfutnHF table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlIfutnHF table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlIfutnHF table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlIfutnHF .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlIfutnHF .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlIfutnHF .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlIfutnHF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlIfutnHF .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlIfutnHF .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlIfutnHF .table-heads {
  color: #ffffff;
}
.cid-rBlIfutnHF .dataTables_wrapper {
  display: block;
}
.cid-rBlIfutnHF .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlIfutnHF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlIfutnHF table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlIfutnHF table td,
.cid-rBlIfutnHF table th {
  white-space: nowrap;
}
.cid-rBlIfutnHF table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlIfutnHF table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlIfutnHF table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlIfutnHF table.table {
  background: #ffffff;
}
.cid-rBlIfutnHF .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlIfutnHF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlIfutnHF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlIfutnHF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlIfutnHF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlIfutnHF .dataTables_filter {
    text-align: center;
  }
  .cid-rBlIfutnHF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlIfutnHF .mbr-section-title,
.cid-rBlIfutnHF .line-wrap {
  text-align: center;
}
.cid-rBlIfutnHF .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlIfEcqXP {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlIfEcqXP .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlIfEcqXP .container-table {
  margin: 0 auto;
}
.cid-rBlIfEcqXP table.dataTable thead .sorting:before,
.cid-rBlIfEcqXP table.dataTable thead .sorting:after,
.cid-rBlIfEcqXP table.dataTable thead .sorting_asc:before,
.cid-rBlIfEcqXP table.dataTable thead .sorting_asc:after,
.cid-rBlIfEcqXP table.dataTable thead .sorting_desc:before,
.cid-rBlIfEcqXP table.dataTable thead .sorting_desc:after,
.cid-rBlIfEcqXP table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlIfEcqXP table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlIfEcqXP table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlIfEcqXP table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlIfEcqXP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlIfEcqXP .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlIfEcqXP .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlIfEcqXP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlIfEcqXP .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlIfEcqXP .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlIfEcqXP .table-heads {
  color: #ffffff;
}
.cid-rBlIfEcqXP .dataTables_wrapper {
  display: block;
}
.cid-rBlIfEcqXP .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlIfEcqXP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlIfEcqXP table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlIfEcqXP table td,
.cid-rBlIfEcqXP table th {
  white-space: nowrap;
}
.cid-rBlIfEcqXP table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlIfEcqXP table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlIfEcqXP table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlIfEcqXP table.table {
  background: #ffffff;
}
.cid-rBlIfEcqXP .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlIfEcqXP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlIfEcqXP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlIfEcqXP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlIfEcqXP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlIfEcqXP .dataTables_filter {
    text-align: center;
  }
  .cid-rBlIfEcqXP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlIfEcqXP .mbr-section-title,
.cid-rBlIfEcqXP .line-wrap {
  text-align: center;
}
.cid-rBlIfEcqXP .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlIfN3ADO {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlIfN3ADO .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlIfN3ADO .container-table {
  margin: 0 auto;
}
.cid-rBlIfN3ADO table.dataTable thead .sorting:before,
.cid-rBlIfN3ADO table.dataTable thead .sorting:after,
.cid-rBlIfN3ADO table.dataTable thead .sorting_asc:before,
.cid-rBlIfN3ADO table.dataTable thead .sorting_asc:after,
.cid-rBlIfN3ADO table.dataTable thead .sorting_desc:before,
.cid-rBlIfN3ADO table.dataTable thead .sorting_desc:after,
.cid-rBlIfN3ADO table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlIfN3ADO table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlIfN3ADO table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlIfN3ADO table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlIfN3ADO .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlIfN3ADO .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlIfN3ADO .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlIfN3ADO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlIfN3ADO .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlIfN3ADO .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlIfN3ADO .table-heads {
  color: #ffffff;
}
.cid-rBlIfN3ADO .dataTables_wrapper {
  display: block;
}
.cid-rBlIfN3ADO .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlIfN3ADO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlIfN3ADO table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlIfN3ADO table td,
.cid-rBlIfN3ADO table th {
  white-space: nowrap;
}
.cid-rBlIfN3ADO table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlIfN3ADO table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlIfN3ADO table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlIfN3ADO table.table {
  background: #ffffff;
}
.cid-rBlIfN3ADO .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlIfN3ADO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlIfN3ADO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlIfN3ADO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlIfN3ADO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlIfN3ADO .dataTables_filter {
    text-align: center;
  }
  .cid-rBlIfN3ADO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlIfN3ADO .mbr-section-title,
.cid-rBlIfN3ADO .line-wrap {
  text-align: center;
}
.cid-rBlIfN3ADO .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlIfYU8rQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlIfYU8rQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlIfYU8rQ .container-table {
  margin: 0 auto;
}
.cid-rBlIfYU8rQ table.dataTable thead .sorting:before,
.cid-rBlIfYU8rQ table.dataTable thead .sorting:after,
.cid-rBlIfYU8rQ table.dataTable thead .sorting_asc:before,
.cid-rBlIfYU8rQ table.dataTable thead .sorting_asc:after,
.cid-rBlIfYU8rQ table.dataTable thead .sorting_desc:before,
.cid-rBlIfYU8rQ table.dataTable thead .sorting_desc:after,
.cid-rBlIfYU8rQ table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlIfYU8rQ table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlIfYU8rQ table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlIfYU8rQ table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlIfYU8rQ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlIfYU8rQ .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlIfYU8rQ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlIfYU8rQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlIfYU8rQ .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlIfYU8rQ .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlIfYU8rQ .table-heads {
  color: #ffffff;
}
.cid-rBlIfYU8rQ .dataTables_wrapper {
  display: block;
}
.cid-rBlIfYU8rQ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlIfYU8rQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlIfYU8rQ table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlIfYU8rQ table td,
.cid-rBlIfYU8rQ table th {
  white-space: nowrap;
}
.cid-rBlIfYU8rQ table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlIfYU8rQ table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlIfYU8rQ table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlIfYU8rQ table.table {
  background: #ffffff;
}
.cid-rBlIfYU8rQ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlIfYU8rQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlIfYU8rQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlIfYU8rQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlIfYU8rQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlIfYU8rQ .dataTables_filter {
    text-align: center;
  }
  .cid-rBlIfYU8rQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlIfYU8rQ .mbr-section-title,
.cid-rBlIfYU8rQ .line-wrap {
  text-align: center;
}
.cid-rBlIfYU8rQ .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlIgcQeML {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlIgcQeML .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlIgcQeML .container-table {
  margin: 0 auto;
}
.cid-rBlIgcQeML table.dataTable thead .sorting:before,
.cid-rBlIgcQeML table.dataTable thead .sorting:after,
.cid-rBlIgcQeML table.dataTable thead .sorting_asc:before,
.cid-rBlIgcQeML table.dataTable thead .sorting_asc:after,
.cid-rBlIgcQeML table.dataTable thead .sorting_desc:before,
.cid-rBlIgcQeML table.dataTable thead .sorting_desc:after,
.cid-rBlIgcQeML table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlIgcQeML table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlIgcQeML table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlIgcQeML table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlIgcQeML .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlIgcQeML .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlIgcQeML .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlIgcQeML .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlIgcQeML .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlIgcQeML .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlIgcQeML .table-heads {
  color: #ffffff;
}
.cid-rBlIgcQeML .dataTables_wrapper {
  display: block;
}
.cid-rBlIgcQeML .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlIgcQeML .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlIgcQeML table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlIgcQeML table td,
.cid-rBlIgcQeML table th {
  white-space: nowrap;
}
.cid-rBlIgcQeML table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlIgcQeML table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlIgcQeML table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlIgcQeML table.table {
  background: #ffffff;
}
.cid-rBlIgcQeML .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlIgcQeML .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlIgcQeML .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlIgcQeML .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlIgcQeML .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlIgcQeML .dataTables_filter {
    text-align: center;
  }
  .cid-rBlIgcQeML .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlIgcQeML .mbr-section-title,
.cid-rBlIgcQeML .line-wrap {
  text-align: center;
}
.cid-rBlIgcQeML .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBlIgsJMyy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBlIgsJMyy .mbr-section-subtitle {
  color: #767676;
}
.cid-rBlIgsJMyy .container-table {
  margin: 0 auto;
}
.cid-rBlIgsJMyy table.dataTable thead .sorting:before,
.cid-rBlIgsJMyy table.dataTable thead .sorting:after,
.cid-rBlIgsJMyy table.dataTable thead .sorting_asc:before,
.cid-rBlIgsJMyy table.dataTable thead .sorting_asc:after,
.cid-rBlIgsJMyy table.dataTable thead .sorting_desc:before,
.cid-rBlIgsJMyy table.dataTable thead .sorting_desc:after,
.cid-rBlIgsJMyy table.dataTable thead .sorting_asc_disabled:before,
.cid-rBlIgsJMyy table.dataTable thead .sorting_asc_disabled:after,
.cid-rBlIgsJMyy table.dataTable thead .sorting_desc_disabled:before,
.cid-rBlIgsJMyy table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBlIgsJMyy .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBlIgsJMyy .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBlIgsJMyy .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBlIgsJMyy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBlIgsJMyy .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBlIgsJMyy .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBlIgsJMyy .table-heads {
  color: #ffffff;
}
.cid-rBlIgsJMyy .dataTables_wrapper {
  display: block;
}
.cid-rBlIgsJMyy .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBlIgsJMyy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBlIgsJMyy table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBlIgsJMyy table td,
.cid-rBlIgsJMyy table th {
  white-space: nowrap;
}
.cid-rBlIgsJMyy table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBlIgsJMyy table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBlIgsJMyy table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBlIgsJMyy table.table {
  background: #ffffff;
}
.cid-rBlIgsJMyy .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBlIgsJMyy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBlIgsJMyy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBlIgsJMyy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBlIgsJMyy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBlIgsJMyy .dataTables_filter {
    text-align: center;
  }
  .cid-rBlIgsJMyy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBlIgsJMyy .mbr-section-title,
.cid-rBlIgsJMyy .line-wrap {
  text-align: center;
}
.cid-rBlIgsJMyy .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDRYW2Jjb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBlIgIkQGh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBlIgIkQGh .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBlIgIkQGh p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rBw7EVonBz {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBw7EVonBz P {
  color: #767676;
}
.cid-rBw7EVonBz H1 {
  color: #ffffff;
}
.cid-rBw7EVonBz H3 {
  color: #ffffff;
}
.cid-rBw7F1d3zJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBw7F1d3zJ .mbr-section-subtitle {
  color: #232323;
}
.cid-rBw7F1d3zJ .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBw7F3OHA4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBw7F3OHA4 .mbr-section-subtitle {
  color: #232323;
}
.cid-rBw7F3OHA4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBw7F6DStZ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBw7F6DStZ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBw7F6DStZ .mbr-content-text {
  color: #767676;
}
.cid-rBw7F6DStZ .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rBw7F6DStZ .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rBw7F6DStZ .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rBw7F6DStZ .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rBw7F6DStZ .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rBw7F6DStZ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rBw7F6DStZ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBw7FbDZHO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rBw7FbDZHO .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBw7FbDZHO .mbr-content-text {
  color: #767676;
}
.cid-rBw7FbDZHO .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rBw7FbDZHO .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rBw7FbDZHO .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rBw7FbDZHO .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rBw7FbDZHO .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rBw7FbDZHO .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rBw7FbDZHO .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBw7Fj5pkx {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBw7Fj5pkx P {
  color: #767676;
}
.cid-rBw7Fj5pkx H1 {
  text-align: left;
}
.cid-rBw7Fj5pkx .mbr-text,
.cid-rBw7Fj5pkx .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBw7Fj5pkx H3 {
  text-align: left;
}
.cid-rBw7FmrJ7H {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBw7FmrJ7H .mbr-section-subtitle {
  color: #767676;
}
.cid-rBw7FmrJ7H .container-table {
  margin: 0 auto;
}
.cid-rBw7FmrJ7H table.dataTable thead .sorting:before,
.cid-rBw7FmrJ7H table.dataTable thead .sorting:after,
.cid-rBw7FmrJ7H table.dataTable thead .sorting_asc:before,
.cid-rBw7FmrJ7H table.dataTable thead .sorting_asc:after,
.cid-rBw7FmrJ7H table.dataTable thead .sorting_desc:before,
.cid-rBw7FmrJ7H table.dataTable thead .sorting_desc:after,
.cid-rBw7FmrJ7H table.dataTable thead .sorting_asc_disabled:before,
.cid-rBw7FmrJ7H table.dataTable thead .sorting_asc_disabled:after,
.cid-rBw7FmrJ7H table.dataTable thead .sorting_desc_disabled:before,
.cid-rBw7FmrJ7H table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBw7FmrJ7H .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBw7FmrJ7H .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBw7FmrJ7H .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBw7FmrJ7H .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBw7FmrJ7H .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBw7FmrJ7H .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBw7FmrJ7H .table-heads {
  color: #ffffff;
}
.cid-rBw7FmrJ7H .dataTables_wrapper {
  display: block;
}
.cid-rBw7FmrJ7H .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBw7FmrJ7H .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBw7FmrJ7H table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBw7FmrJ7H table td,
.cid-rBw7FmrJ7H table th {
  white-space: nowrap;
}
.cid-rBw7FmrJ7H table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBw7FmrJ7H table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBw7FmrJ7H table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBw7FmrJ7H table.table {
  background: #ffffff;
}
.cid-rBw7FmrJ7H .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBw7FmrJ7H .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBw7FmrJ7H .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBw7FmrJ7H .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBw7FmrJ7H .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBw7FmrJ7H .dataTables_filter {
    text-align: center;
  }
  .cid-rBw7FmrJ7H .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBw7FmrJ7H .mbr-section-title,
.cid-rBw7FmrJ7H .line-wrap {
  text-align: center;
}
.cid-rBw7FmrJ7H .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBw7FtP2wQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBw7FtP2wQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rBw7FtP2wQ .container-table {
  margin: 0 auto;
}
.cid-rBw7FtP2wQ table.dataTable thead .sorting:before,
.cid-rBw7FtP2wQ table.dataTable thead .sorting:after,
.cid-rBw7FtP2wQ table.dataTable thead .sorting_asc:before,
.cid-rBw7FtP2wQ table.dataTable thead .sorting_asc:after,
.cid-rBw7FtP2wQ table.dataTable thead .sorting_desc:before,
.cid-rBw7FtP2wQ table.dataTable thead .sorting_desc:after,
.cid-rBw7FtP2wQ table.dataTable thead .sorting_asc_disabled:before,
.cid-rBw7FtP2wQ table.dataTable thead .sorting_asc_disabled:after,
.cid-rBw7FtP2wQ table.dataTable thead .sorting_desc_disabled:before,
.cid-rBw7FtP2wQ table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBw7FtP2wQ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBw7FtP2wQ .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBw7FtP2wQ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBw7FtP2wQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBw7FtP2wQ .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBw7FtP2wQ .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBw7FtP2wQ .table-heads {
  color: #ffffff;
}
.cid-rBw7FtP2wQ .dataTables_wrapper {
  display: block;
}
.cid-rBw7FtP2wQ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBw7FtP2wQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBw7FtP2wQ table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBw7FtP2wQ table td,
.cid-rBw7FtP2wQ table th {
  white-space: nowrap;
}
.cid-rBw7FtP2wQ table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBw7FtP2wQ table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBw7FtP2wQ table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBw7FtP2wQ table.table {
  background: #ffffff;
}
.cid-rBw7FtP2wQ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBw7FtP2wQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBw7FtP2wQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBw7FtP2wQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBw7FtP2wQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBw7FtP2wQ .dataTables_filter {
    text-align: center;
  }
  .cid-rBw7FtP2wQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBw7FtP2wQ .mbr-section-title,
.cid-rBw7FtP2wQ .line-wrap {
  text-align: center;
}
.cid-rBw7FtP2wQ .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBw7FBg3J4 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBw7FBg3J4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rBw7FBg3J4 .container-table {
  margin: 0 auto;
}
.cid-rBw7FBg3J4 table.dataTable thead .sorting:before,
.cid-rBw7FBg3J4 table.dataTable thead .sorting:after,
.cid-rBw7FBg3J4 table.dataTable thead .sorting_asc:before,
.cid-rBw7FBg3J4 table.dataTable thead .sorting_asc:after,
.cid-rBw7FBg3J4 table.dataTable thead .sorting_desc:before,
.cid-rBw7FBg3J4 table.dataTable thead .sorting_desc:after,
.cid-rBw7FBg3J4 table.dataTable thead .sorting_asc_disabled:before,
.cid-rBw7FBg3J4 table.dataTable thead .sorting_asc_disabled:after,
.cid-rBw7FBg3J4 table.dataTable thead .sorting_desc_disabled:before,
.cid-rBw7FBg3J4 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBw7FBg3J4 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBw7FBg3J4 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBw7FBg3J4 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBw7FBg3J4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBw7FBg3J4 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBw7FBg3J4 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBw7FBg3J4 .table-heads {
  color: #ffffff;
}
.cid-rBw7FBg3J4 .dataTables_wrapper {
  display: block;
}
.cid-rBw7FBg3J4 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBw7FBg3J4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBw7FBg3J4 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBw7FBg3J4 table td,
.cid-rBw7FBg3J4 table th {
  white-space: nowrap;
}
.cid-rBw7FBg3J4 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBw7FBg3J4 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBw7FBg3J4 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBw7FBg3J4 table.table {
  background: #ffffff;
}
.cid-rBw7FBg3J4 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBw7FBg3J4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBw7FBg3J4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBw7FBg3J4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBw7FBg3J4 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBw7FBg3J4 .dataTables_filter {
    text-align: center;
  }
  .cid-rBw7FBg3J4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBw7FBg3J4 .mbr-section-title,
.cid-rBw7FBg3J4 .line-wrap {
  text-align: center;
}
.cid-rBw7FBg3J4 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBw7FHZdbJ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBw7FHZdbJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rBw7FHZdbJ .container-table {
  margin: 0 auto;
}
.cid-rBw7FHZdbJ table.dataTable thead .sorting:before,
.cid-rBw7FHZdbJ table.dataTable thead .sorting:after,
.cid-rBw7FHZdbJ table.dataTable thead .sorting_asc:before,
.cid-rBw7FHZdbJ table.dataTable thead .sorting_asc:after,
.cid-rBw7FHZdbJ table.dataTable thead .sorting_desc:before,
.cid-rBw7FHZdbJ table.dataTable thead .sorting_desc:after,
.cid-rBw7FHZdbJ table.dataTable thead .sorting_asc_disabled:before,
.cid-rBw7FHZdbJ table.dataTable thead .sorting_asc_disabled:after,
.cid-rBw7FHZdbJ table.dataTable thead .sorting_desc_disabled:before,
.cid-rBw7FHZdbJ table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBw7FHZdbJ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBw7FHZdbJ .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBw7FHZdbJ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBw7FHZdbJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBw7FHZdbJ .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBw7FHZdbJ .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBw7FHZdbJ .table-heads {
  color: #ffffff;
}
.cid-rBw7FHZdbJ .dataTables_wrapper {
  display: block;
}
.cid-rBw7FHZdbJ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBw7FHZdbJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBw7FHZdbJ table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBw7FHZdbJ table td,
.cid-rBw7FHZdbJ table th {
  white-space: nowrap;
}
.cid-rBw7FHZdbJ table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBw7FHZdbJ table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBw7FHZdbJ table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBw7FHZdbJ table.table {
  background: #ffffff;
}
.cid-rBw7FHZdbJ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBw7FHZdbJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBw7FHZdbJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBw7FHZdbJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBw7FHZdbJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBw7FHZdbJ .dataTables_filter {
    text-align: center;
  }
  .cid-rBw7FHZdbJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBw7FHZdbJ .mbr-section-title,
.cid-rBw7FHZdbJ .line-wrap {
  text-align: center;
}
.cid-rBw7FHZdbJ .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDMzZub4A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBw7FWxAjM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBw7FWxAjM .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBw7FWxAjM p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rBwaWWVxXU {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-rBwaWWVxXU P {
  color: #767676;
}
.cid-rBwaWWVxXU H1 {
  color: #ffffff;
}
.cid-rBwaWWVxXU H3 {
  color: #ffffff;
}
.cid-rBwaX2Dphd {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBwaX2Dphd .mbr-section-subtitle {
  color: #232323;
}
.cid-rBwaX2Dphd .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBwaX5WLHH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBwaX5WLHH .mbr-section-subtitle {
  color: #232323;
}
.cid-rBwaX5WLHH .btn {
  margin: 0 0 .5rem 0;
}
.cid-rBwaX8uGs6 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBwaX8uGs6 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBwaX8uGs6 .mbr-content-text {
  color: #767676;
}
.cid-rBwaX8uGs6 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rBwaX8uGs6 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rBwaX8uGs6 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rBwaX8uGs6 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rBwaX8uGs6 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rBwaX8uGs6 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rBwaX8uGs6 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBwaXdwE7T {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rBwaXdwE7T .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBwaXdwE7T .mbr-content-text {
  color: #767676;
}
.cid-rBwaXdwE7T .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rBwaXdwE7T .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rBwaXdwE7T .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rBwaXdwE7T .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rBwaXdwE7T .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rBwaXdwE7T .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rBwaXdwE7T .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBwaXiOmUI {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwaXiOmUI P {
  color: #767676;
}
.cid-rBwaXiOmUI H1 {
  text-align: left;
}
.cid-rBwaXiOmUI .mbr-text,
.cid-rBwaXiOmUI .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rBwaXiOmUI H3 {
  text-align: left;
}
.cid-rBwaXlRPzV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwaXlRPzV .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwaXlRPzV .container-table {
  margin: 0 auto;
}
.cid-rBwaXlRPzV table.dataTable thead .sorting:before,
.cid-rBwaXlRPzV table.dataTable thead .sorting:after,
.cid-rBwaXlRPzV table.dataTable thead .sorting_asc:before,
.cid-rBwaXlRPzV table.dataTable thead .sorting_asc:after,
.cid-rBwaXlRPzV table.dataTable thead .sorting_desc:before,
.cid-rBwaXlRPzV table.dataTable thead .sorting_desc:after,
.cid-rBwaXlRPzV table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwaXlRPzV table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwaXlRPzV table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwaXlRPzV table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwaXlRPzV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwaXlRPzV .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwaXlRPzV .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwaXlRPzV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwaXlRPzV .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwaXlRPzV .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwaXlRPzV .table-heads {
  color: #ffffff;
}
.cid-rBwaXlRPzV .dataTables_wrapper {
  display: block;
}
.cid-rBwaXlRPzV .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwaXlRPzV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwaXlRPzV table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwaXlRPzV table td,
.cid-rBwaXlRPzV table th {
  white-space: nowrap;
}
.cid-rBwaXlRPzV table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwaXlRPzV table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwaXlRPzV table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwaXlRPzV table.table {
  background: #ffffff;
}
.cid-rBwaXlRPzV .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwaXlRPzV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwaXlRPzV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwaXlRPzV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwaXlRPzV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwaXlRPzV .dataTables_filter {
    text-align: center;
  }
  .cid-rBwaXlRPzV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwaXlRPzV .mbr-section-title,
.cid-rBwaXlRPzV .line-wrap {
  text-align: center;
}
.cid-rBwaXlRPzV .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBwaXskRRo {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwaXskRRo .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwaXskRRo .container-table {
  margin: 0 auto;
}
.cid-rBwaXskRRo table.dataTable thead .sorting:before,
.cid-rBwaXskRRo table.dataTable thead .sorting:after,
.cid-rBwaXskRRo table.dataTable thead .sorting_asc:before,
.cid-rBwaXskRRo table.dataTable thead .sorting_asc:after,
.cid-rBwaXskRRo table.dataTable thead .sorting_desc:before,
.cid-rBwaXskRRo table.dataTable thead .sorting_desc:after,
.cid-rBwaXskRRo table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwaXskRRo table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwaXskRRo table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwaXskRRo table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwaXskRRo .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwaXskRRo .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwaXskRRo .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwaXskRRo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwaXskRRo .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwaXskRRo .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwaXskRRo .table-heads {
  color: #ffffff;
}
.cid-rBwaXskRRo .dataTables_wrapper {
  display: block;
}
.cid-rBwaXskRRo .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwaXskRRo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwaXskRRo table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwaXskRRo table td,
.cid-rBwaXskRRo table th {
  white-space: nowrap;
}
.cid-rBwaXskRRo table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwaXskRRo table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwaXskRRo table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwaXskRRo table.table {
  background: #ffffff;
}
.cid-rBwaXskRRo .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwaXskRRo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwaXskRRo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwaXskRRo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwaXskRRo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwaXskRRo .dataTables_filter {
    text-align: center;
  }
  .cid-rBwaXskRRo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwaXskRRo .mbr-section-title,
.cid-rBwaXskRRo .line-wrap {
  text-align: center;
}
.cid-rBwaXskRRo .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBwaXz49Nj {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwaXz49Nj .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwaXz49Nj .container-table {
  margin: 0 auto;
}
.cid-rBwaXz49Nj table.dataTable thead .sorting:before,
.cid-rBwaXz49Nj table.dataTable thead .sorting:after,
.cid-rBwaXz49Nj table.dataTable thead .sorting_asc:before,
.cid-rBwaXz49Nj table.dataTable thead .sorting_asc:after,
.cid-rBwaXz49Nj table.dataTable thead .sorting_desc:before,
.cid-rBwaXz49Nj table.dataTable thead .sorting_desc:after,
.cid-rBwaXz49Nj table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwaXz49Nj table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwaXz49Nj table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwaXz49Nj table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwaXz49Nj .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwaXz49Nj .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwaXz49Nj .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwaXz49Nj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwaXz49Nj .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwaXz49Nj .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwaXz49Nj .table-heads {
  color: #ffffff;
}
.cid-rBwaXz49Nj .dataTables_wrapper {
  display: block;
}
.cid-rBwaXz49Nj .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwaXz49Nj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwaXz49Nj table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwaXz49Nj table td,
.cid-rBwaXz49Nj table th {
  white-space: nowrap;
}
.cid-rBwaXz49Nj table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwaXz49Nj table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwaXz49Nj table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwaXz49Nj table.table {
  background: #ffffff;
}
.cid-rBwaXz49Nj .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwaXz49Nj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwaXz49Nj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwaXz49Nj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwaXz49Nj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwaXz49Nj .dataTables_filter {
    text-align: center;
  }
  .cid-rBwaXz49Nj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwaXz49Nj .mbr-section-title,
.cid-rBwaXz49Nj .line-wrap {
  text-align: center;
}
.cid-rBwaXz49Nj .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBwaXGluEt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rBwaXGluEt .mbr-section-subtitle {
  color: #767676;
}
.cid-rBwaXGluEt .container-table {
  margin: 0 auto;
}
.cid-rBwaXGluEt table.dataTable thead .sorting:before,
.cid-rBwaXGluEt table.dataTable thead .sorting:after,
.cid-rBwaXGluEt table.dataTable thead .sorting_asc:before,
.cid-rBwaXGluEt table.dataTable thead .sorting_asc:after,
.cid-rBwaXGluEt table.dataTable thead .sorting_desc:before,
.cid-rBwaXGluEt table.dataTable thead .sorting_desc:after,
.cid-rBwaXGluEt table.dataTable thead .sorting_asc_disabled:before,
.cid-rBwaXGluEt table.dataTable thead .sorting_asc_disabled:after,
.cid-rBwaXGluEt table.dataTable thead .sorting_desc_disabled:before,
.cid-rBwaXGluEt table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-rBwaXGluEt .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rBwaXGluEt .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-rBwaXGluEt .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rBwaXGluEt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rBwaXGluEt .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-rBwaXGluEt .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-rBwaXGluEt .table-heads {
  color: #ffffff;
}
.cid-rBwaXGluEt .dataTables_wrapper {
  display: block;
}
.cid-rBwaXGluEt .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-rBwaXGluEt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rBwaXGluEt table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rBwaXGluEt table td,
.cid-rBwaXGluEt table th {
  white-space: nowrap;
}
.cid-rBwaXGluEt table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-rBwaXGluEt table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-rBwaXGluEt table td {
  border-top: 1px solid #e9e9e9;
}
.cid-rBwaXGluEt table.table {
  background: #ffffff;
}
.cid-rBwaXGluEt .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-rBwaXGluEt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rBwaXGluEt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rBwaXGluEt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rBwaXGluEt .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rBwaXGluEt .dataTables_filter {
    text-align: center;
  }
  .cid-rBwaXGluEt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rBwaXGluEt .mbr-section-title,
.cid-rBwaXGluEt .line-wrap {
  text-align: center;
}
.cid-rBwaXGluEt .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-rBDM8pYfwe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rBwaXRY3HB {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rBwaXRY3HB .links {
  text-align: center;
  color: #ffffff;
}
.cid-rBwaXRY3HB p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rC5YY2GxCs {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-rC5YY2GxCs .mbr-section-title {
  text-align: left;
}
.cid-rC5YY2GxCs .mbr-text,
.cid-rC5YY2GxCs .mbr-section-btn {
  text-align: left;
}
.cid-rC5YY2GxCs .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-rC1ivhKPb0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rC1ivhKPb0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rC1ivhKPb0 p {
  color: #767676;
  text-align: left;
}
.cid-rC1ivhKPb0 .card-img {
  text-align: left;
}
.cid-rC1ivhKPb0 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rC1ivhKPb0 P {
  color: #232323;
}
.cid-rC1ivlB8Ph {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rC1ivlB8Ph .links {
  text-align: center;
  color: #ffffff;
}
.cid-rC1ivlB8Ph p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sJpyMqtR3g {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/imagen-amd-3-902x302.jpg");
}
.cid-sJpyMqtR3g .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sJpyMqtR3g .main .mbr-section-btn {
  text-align: right;
}
.cid-sJpyMqtR3g .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJpyMqtR3g H2 {
  color: #ffffff;
  text-align: left;
}
.cid-sJpyMqtR3g H3 {
  color: #232323;
  text-align: left;
}
.cid-sJpyMry9Gg {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJpyMry9Gg .mbr-text {
  color: #767676;
}
.cid-sJpyMry9Gg .mbr-text p {
  background: #ffffff;
}
.cid-sJpyMry9Gg .mbr-text P {
  text-align: left;
}
.cid-sJpyMt3Zar {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-sJpyMt3Zar .links {
  text-align: center;
  color: #ffffff;
}
.cid-sJpyMt3Zar p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sJq3wH1USm {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-sJq3wH1USm P {
  color: #767676;
}
.cid-sJq3wH1USm H1 {
  color: #ffffff;
}
.cid-sJq3wH1USm H3 {
  color: #ffffff;
}
.cid-sJq3wITeU6 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJq3wITeU6 .mbr-section-subtitle {
  color: #232323;
}
.cid-sJq3wITeU6 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJq3wKqesL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJq3wKqesL .mbr-section-subtitle {
  color: #232323;
}
.cid-sJq3wKqesL .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJq3wLJcdb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJq3wLJcdb .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sJq3wLJcdb .mbr-content-text {
  color: #767676;
}
.cid-sJq3wLJcdb .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sJq3wLJcdb .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sJq3wLJcdb .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sJq3wLJcdb .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJq3wLJcdb .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJq3wLJcdb .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJq3wLJcdb .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJq3wRbVfp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJq3wRbVfp .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sJq3wRbVfp .mbr-content-text {
  color: #767676;
}
.cid-sJq3wRbVfp .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sJq3wRbVfp .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sJq3wRbVfp .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sJq3wRbVfp .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJq3wRbVfp .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJq3wRbVfp .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJq3wRbVfp .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJq3wT9e0Z {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJq3wT9e0Z P {
  color: #767676;
}
.cid-sJq3wT9e0Z H1 {
  text-align: left;
}
.cid-sJq3wT9e0Z .mbr-text,
.cid-sJq3wT9e0Z .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sJq3wT9e0Z H3 {
  text-align: left;
}
.cid-sJq3wUdnIo {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJq3wUdnIo .mbr-section-subtitle {
  color: #767676;
}
.cid-sJq3wUdnIo .container-table {
  margin: 0 auto;
}
.cid-sJq3wUdnIo table.dataTable thead .sorting:before,
.cid-sJq3wUdnIo table.dataTable thead .sorting:after,
.cid-sJq3wUdnIo table.dataTable thead .sorting_asc:before,
.cid-sJq3wUdnIo table.dataTable thead .sorting_asc:after,
.cid-sJq3wUdnIo table.dataTable thead .sorting_desc:before,
.cid-sJq3wUdnIo table.dataTable thead .sorting_desc:after,
.cid-sJq3wUdnIo table.dataTable thead .sorting_asc_disabled:before,
.cid-sJq3wUdnIo table.dataTable thead .sorting_asc_disabled:after,
.cid-sJq3wUdnIo table.dataTable thead .sorting_desc_disabled:before,
.cid-sJq3wUdnIo table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJq3wUdnIo .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJq3wUdnIo .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJq3wUdnIo .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJq3wUdnIo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJq3wUdnIo .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJq3wUdnIo .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJq3wUdnIo .table-heads {
  color: #ffffff;
}
.cid-sJq3wUdnIo .dataTables_wrapper {
  display: block;
}
.cid-sJq3wUdnIo .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJq3wUdnIo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJq3wUdnIo table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJq3wUdnIo table td,
.cid-sJq3wUdnIo table th {
  white-space: nowrap;
}
.cid-sJq3wUdnIo table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJq3wUdnIo table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJq3wUdnIo table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJq3wUdnIo table.table {
  background: #ffffff;
}
.cid-sJq3wUdnIo .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJq3wUdnIo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJq3wUdnIo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJq3wUdnIo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJq3wUdnIo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJq3wUdnIo .dataTables_filter {
    text-align: center;
  }
  .cid-sJq3wUdnIo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJq3wUdnIo .mbr-section-title,
.cid-sJq3wUdnIo .line-wrap {
  text-align: center;
}
.cid-sJq3wUdnIo .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJq3wWDVAw {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJq3wWDVAw .mbr-section-subtitle {
  color: #767676;
}
.cid-sJq3wWDVAw .container-table {
  margin: 0 auto;
}
.cid-sJq3wWDVAw table.dataTable thead .sorting:before,
.cid-sJq3wWDVAw table.dataTable thead .sorting:after,
.cid-sJq3wWDVAw table.dataTable thead .sorting_asc:before,
.cid-sJq3wWDVAw table.dataTable thead .sorting_asc:after,
.cid-sJq3wWDVAw table.dataTable thead .sorting_desc:before,
.cid-sJq3wWDVAw table.dataTable thead .sorting_desc:after,
.cid-sJq3wWDVAw table.dataTable thead .sorting_asc_disabled:before,
.cid-sJq3wWDVAw table.dataTable thead .sorting_asc_disabled:after,
.cid-sJq3wWDVAw table.dataTable thead .sorting_desc_disabled:before,
.cid-sJq3wWDVAw table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJq3wWDVAw .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJq3wWDVAw .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJq3wWDVAw .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJq3wWDVAw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJq3wWDVAw .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJq3wWDVAw .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJq3wWDVAw .table-heads {
  color: #ffffff;
}
.cid-sJq3wWDVAw .dataTables_wrapper {
  display: block;
}
.cid-sJq3wWDVAw .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJq3wWDVAw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJq3wWDVAw table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJq3wWDVAw table td,
.cid-sJq3wWDVAw table th {
  white-space: nowrap;
}
.cid-sJq3wWDVAw table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJq3wWDVAw table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJq3wWDVAw table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJq3wWDVAw table.table {
  background: #ffffff;
}
.cid-sJq3wWDVAw .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJq3wWDVAw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJq3wWDVAw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJq3wWDVAw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJq3wWDVAw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJq3wWDVAw .dataTables_filter {
    text-align: center;
  }
  .cid-sJq3wWDVAw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJq3wWDVAw .mbr-section-title,
.cid-sJq3wWDVAw .line-wrap {
  text-align: center;
}
.cid-sJq3wWDVAw .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJq3wYAhP7 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJq3wYAhP7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJq3wYAhP7 .container-table {
  margin: 0 auto;
}
.cid-sJq3wYAhP7 table.dataTable thead .sorting:before,
.cid-sJq3wYAhP7 table.dataTable thead .sorting:after,
.cid-sJq3wYAhP7 table.dataTable thead .sorting_asc:before,
.cid-sJq3wYAhP7 table.dataTable thead .sorting_asc:after,
.cid-sJq3wYAhP7 table.dataTable thead .sorting_desc:before,
.cid-sJq3wYAhP7 table.dataTable thead .sorting_desc:after,
.cid-sJq3wYAhP7 table.dataTable thead .sorting_asc_disabled:before,
.cid-sJq3wYAhP7 table.dataTable thead .sorting_asc_disabled:after,
.cid-sJq3wYAhP7 table.dataTable thead .sorting_desc_disabled:before,
.cid-sJq3wYAhP7 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJq3wYAhP7 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJq3wYAhP7 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJq3wYAhP7 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJq3wYAhP7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJq3wYAhP7 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJq3wYAhP7 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJq3wYAhP7 .table-heads {
  color: #ffffff;
}
.cid-sJq3wYAhP7 .dataTables_wrapper {
  display: block;
}
.cid-sJq3wYAhP7 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJq3wYAhP7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJq3wYAhP7 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJq3wYAhP7 table td,
.cid-sJq3wYAhP7 table th {
  white-space: nowrap;
}
.cid-sJq3wYAhP7 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJq3wYAhP7 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJq3wYAhP7 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJq3wYAhP7 table.table {
  background: #ffffff;
}
.cid-sJq3wYAhP7 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJq3wYAhP7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJq3wYAhP7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJq3wYAhP7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJq3wYAhP7 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJq3wYAhP7 .dataTables_filter {
    text-align: center;
  }
  .cid-sJq3wYAhP7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJq3wYAhP7 .mbr-section-title,
.cid-sJq3wYAhP7 .line-wrap {
  text-align: center;
}
.cid-sJq3wYAhP7 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJq3x0ZSi6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJq3x0ZSi6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJq3x0ZSi6 .container-table {
  margin: 0 auto;
}
.cid-sJq3x0ZSi6 table.dataTable thead .sorting:before,
.cid-sJq3x0ZSi6 table.dataTable thead .sorting:after,
.cid-sJq3x0ZSi6 table.dataTable thead .sorting_asc:before,
.cid-sJq3x0ZSi6 table.dataTable thead .sorting_asc:after,
.cid-sJq3x0ZSi6 table.dataTable thead .sorting_desc:before,
.cid-sJq3x0ZSi6 table.dataTable thead .sorting_desc:after,
.cid-sJq3x0ZSi6 table.dataTable thead .sorting_asc_disabled:before,
.cid-sJq3x0ZSi6 table.dataTable thead .sorting_asc_disabled:after,
.cid-sJq3x0ZSi6 table.dataTable thead .sorting_desc_disabled:before,
.cid-sJq3x0ZSi6 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJq3x0ZSi6 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJq3x0ZSi6 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJq3x0ZSi6 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJq3x0ZSi6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJq3x0ZSi6 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJq3x0ZSi6 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJq3x0ZSi6 .table-heads {
  color: #ffffff;
}
.cid-sJq3x0ZSi6 .dataTables_wrapper {
  display: block;
}
.cid-sJq3x0ZSi6 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJq3x0ZSi6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJq3x0ZSi6 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJq3x0ZSi6 table td,
.cid-sJq3x0ZSi6 table th {
  white-space: nowrap;
}
.cid-sJq3x0ZSi6 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJq3x0ZSi6 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJq3x0ZSi6 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJq3x0ZSi6 table.table {
  background: #ffffff;
}
.cid-sJq3x0ZSi6 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJq3x0ZSi6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJq3x0ZSi6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJq3x0ZSi6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJq3x0ZSi6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJq3x0ZSi6 .dataTables_filter {
    text-align: center;
  }
  .cid-sJq3x0ZSi6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJq3x0ZSi6 .mbr-section-title,
.cid-sJq3x0ZSi6 .line-wrap {
  text-align: center;
}
.cid-sJq3x0ZSi6 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJq3x2YEeV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJq3x2YEeV .mbr-section-subtitle {
  color: #767676;
}
.cid-sJq3x2YEeV .container-table {
  margin: 0 auto;
}
.cid-sJq3x2YEeV table.dataTable thead .sorting:before,
.cid-sJq3x2YEeV table.dataTable thead .sorting:after,
.cid-sJq3x2YEeV table.dataTable thead .sorting_asc:before,
.cid-sJq3x2YEeV table.dataTable thead .sorting_asc:after,
.cid-sJq3x2YEeV table.dataTable thead .sorting_desc:before,
.cid-sJq3x2YEeV table.dataTable thead .sorting_desc:after,
.cid-sJq3x2YEeV table.dataTable thead .sorting_asc_disabled:before,
.cid-sJq3x2YEeV table.dataTable thead .sorting_asc_disabled:after,
.cid-sJq3x2YEeV table.dataTable thead .sorting_desc_disabled:before,
.cid-sJq3x2YEeV table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJq3x2YEeV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJq3x2YEeV .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJq3x2YEeV .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJq3x2YEeV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJq3x2YEeV .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJq3x2YEeV .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJq3x2YEeV .table-heads {
  color: #ffffff;
}
.cid-sJq3x2YEeV .dataTables_wrapper {
  display: block;
}
.cid-sJq3x2YEeV .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJq3x2YEeV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJq3x2YEeV table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJq3x2YEeV table td,
.cid-sJq3x2YEeV table th {
  white-space: nowrap;
}
.cid-sJq3x2YEeV table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJq3x2YEeV table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJq3x2YEeV table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJq3x2YEeV table.table {
  background: #ffffff;
}
.cid-sJq3x2YEeV .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJq3x2YEeV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJq3x2YEeV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJq3x2YEeV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJq3x2YEeV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJq3x2YEeV .dataTables_filter {
    text-align: center;
  }
  .cid-sJq3x2YEeV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJq3x2YEeV .mbr-section-title,
.cid-sJq3x2YEeV .line-wrap {
  text-align: center;
}
.cid-sJq3x2YEeV .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJq3x5HM01 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJq3x5HM01 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJq3x5HM01 .container-table {
  margin: 0 auto;
}
.cid-sJq3x5HM01 table.dataTable thead .sorting:before,
.cid-sJq3x5HM01 table.dataTable thead .sorting:after,
.cid-sJq3x5HM01 table.dataTable thead .sorting_asc:before,
.cid-sJq3x5HM01 table.dataTable thead .sorting_asc:after,
.cid-sJq3x5HM01 table.dataTable thead .sorting_desc:before,
.cid-sJq3x5HM01 table.dataTable thead .sorting_desc:after,
.cid-sJq3x5HM01 table.dataTable thead .sorting_asc_disabled:before,
.cid-sJq3x5HM01 table.dataTable thead .sorting_asc_disabled:after,
.cid-sJq3x5HM01 table.dataTable thead .sorting_desc_disabled:before,
.cid-sJq3x5HM01 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJq3x5HM01 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJq3x5HM01 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJq3x5HM01 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJq3x5HM01 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJq3x5HM01 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJq3x5HM01 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJq3x5HM01 .table-heads {
  color: #ffffff;
}
.cid-sJq3x5HM01 .dataTables_wrapper {
  display: block;
}
.cid-sJq3x5HM01 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJq3x5HM01 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJq3x5HM01 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJq3x5HM01 table td,
.cid-sJq3x5HM01 table th {
  white-space: nowrap;
}
.cid-sJq3x5HM01 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJq3x5HM01 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJq3x5HM01 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJq3x5HM01 table.table {
  background: #ffffff;
}
.cid-sJq3x5HM01 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJq3x5HM01 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJq3x5HM01 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJq3x5HM01 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJq3x5HM01 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJq3x5HM01 .dataTables_filter {
    text-align: center;
  }
  .cid-sJq3x5HM01 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJq3x5HM01 .mbr-section-title,
.cid-sJq3x5HM01 .line-wrap {
  text-align: center;
}
.cid-sJq3x5HM01 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJq3x7Qbw4 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJq3x7Qbw4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJq3x7Qbw4 .container-table {
  margin: 0 auto;
}
.cid-sJq3x7Qbw4 table.dataTable thead .sorting:before,
.cid-sJq3x7Qbw4 table.dataTable thead .sorting:after,
.cid-sJq3x7Qbw4 table.dataTable thead .sorting_asc:before,
.cid-sJq3x7Qbw4 table.dataTable thead .sorting_asc:after,
.cid-sJq3x7Qbw4 table.dataTable thead .sorting_desc:before,
.cid-sJq3x7Qbw4 table.dataTable thead .sorting_desc:after,
.cid-sJq3x7Qbw4 table.dataTable thead .sorting_asc_disabled:before,
.cid-sJq3x7Qbw4 table.dataTable thead .sorting_asc_disabled:after,
.cid-sJq3x7Qbw4 table.dataTable thead .sorting_desc_disabled:before,
.cid-sJq3x7Qbw4 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJq3x7Qbw4 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJq3x7Qbw4 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJq3x7Qbw4 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJq3x7Qbw4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJq3x7Qbw4 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJq3x7Qbw4 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJq3x7Qbw4 .table-heads {
  color: #ffffff;
}
.cid-sJq3x7Qbw4 .dataTables_wrapper {
  display: block;
}
.cid-sJq3x7Qbw4 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJq3x7Qbw4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJq3x7Qbw4 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJq3x7Qbw4 table td,
.cid-sJq3x7Qbw4 table th {
  white-space: nowrap;
}
.cid-sJq3x7Qbw4 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJq3x7Qbw4 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJq3x7Qbw4 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJq3x7Qbw4 table.table {
  background: #ffffff;
}
.cid-sJq3x7Qbw4 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJq3x7Qbw4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJq3x7Qbw4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJq3x7Qbw4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJq3x7Qbw4 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJq3x7Qbw4 .dataTables_filter {
    text-align: center;
  }
  .cid-sJq3x7Qbw4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJq3x7Qbw4 .mbr-section-title,
.cid-sJq3x7Qbw4 .line-wrap {
  text-align: center;
}
.cid-sJq3x7Qbw4 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJq3x9T84T {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJq3x9T84T .mbr-section-subtitle {
  color: #767676;
}
.cid-sJq3x9T84T .container-table {
  margin: 0 auto;
}
.cid-sJq3x9T84T table.dataTable thead .sorting:before,
.cid-sJq3x9T84T table.dataTable thead .sorting:after,
.cid-sJq3x9T84T table.dataTable thead .sorting_asc:before,
.cid-sJq3x9T84T table.dataTable thead .sorting_asc:after,
.cid-sJq3x9T84T table.dataTable thead .sorting_desc:before,
.cid-sJq3x9T84T table.dataTable thead .sorting_desc:after,
.cid-sJq3x9T84T table.dataTable thead .sorting_asc_disabled:before,
.cid-sJq3x9T84T table.dataTable thead .sorting_asc_disabled:after,
.cid-sJq3x9T84T table.dataTable thead .sorting_desc_disabled:before,
.cid-sJq3x9T84T table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJq3x9T84T .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJq3x9T84T .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJq3x9T84T .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJq3x9T84T .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJq3x9T84T .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJq3x9T84T .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJq3x9T84T .table-heads {
  color: #ffffff;
}
.cid-sJq3x9T84T .dataTables_wrapper {
  display: block;
}
.cid-sJq3x9T84T .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJq3x9T84T .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJq3x9T84T table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJq3x9T84T table td,
.cid-sJq3x9T84T table th {
  white-space: nowrap;
}
.cid-sJq3x9T84T table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJq3x9T84T table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJq3x9T84T table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJq3x9T84T table.table {
  background: #ffffff;
}
.cid-sJq3x9T84T .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJq3x9T84T .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJq3x9T84T .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJq3x9T84T .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJq3x9T84T .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJq3x9T84T .dataTables_filter {
    text-align: center;
  }
  .cid-sJq3x9T84T .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJq3x9T84T .mbr-section-title,
.cid-sJq3x9T84T .line-wrap {
  text-align: center;
}
.cid-sJq3x9T84T .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJq3xcY60A {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJq3xcY60A .mbr-section-subtitle {
  color: #767676;
}
.cid-sJq3xcY60A .container-table {
  margin: 0 auto;
}
.cid-sJq3xcY60A table.dataTable thead .sorting:before,
.cid-sJq3xcY60A table.dataTable thead .sorting:after,
.cid-sJq3xcY60A table.dataTable thead .sorting_asc:before,
.cid-sJq3xcY60A table.dataTable thead .sorting_asc:after,
.cid-sJq3xcY60A table.dataTable thead .sorting_desc:before,
.cid-sJq3xcY60A table.dataTable thead .sorting_desc:after,
.cid-sJq3xcY60A table.dataTable thead .sorting_asc_disabled:before,
.cid-sJq3xcY60A table.dataTable thead .sorting_asc_disabled:after,
.cid-sJq3xcY60A table.dataTable thead .sorting_desc_disabled:before,
.cid-sJq3xcY60A table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJq3xcY60A .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJq3xcY60A .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJq3xcY60A .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJq3xcY60A .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJq3xcY60A .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJq3xcY60A .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJq3xcY60A .table-heads {
  color: #ffffff;
}
.cid-sJq3xcY60A .dataTables_wrapper {
  display: block;
}
.cid-sJq3xcY60A .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJq3xcY60A .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJq3xcY60A table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJq3xcY60A table td,
.cid-sJq3xcY60A table th {
  white-space: nowrap;
}
.cid-sJq3xcY60A table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJq3xcY60A table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJq3xcY60A table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJq3xcY60A table.table {
  background: #ffffff;
}
.cid-sJq3xcY60A .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJq3xcY60A .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJq3xcY60A .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJq3xcY60A .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJq3xcY60A .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJq3xcY60A .dataTables_filter {
    text-align: center;
  }
  .cid-sJq3xcY60A .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJq3xcY60A .mbr-section-title,
.cid-sJq3xcY60A .line-wrap {
  text-align: center;
}
.cid-sJq3xcY60A .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJq3xf67LZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sJq3xgrcdt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-sJq3xgrcdt .links {
  text-align: center;
  color: #ffffff;
}
.cid-sJq3xgrcdt p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sJuMdRRGQ5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sJuMdRRGQ5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sJuMdRRGQ5 .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-sJuMdRRGQ5 .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-sJuMdRRGQ5 .form-group {
  margin-bottom: 1rem;
}
.cid-sJuMdRRGQ5 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sJuMdRRGQ5 textarea.form-control {
  min-height: 96px;
}
.cid-sJuMdRRGQ5 .input-group-btn {
  width: 100%;
}
.cid-sJuMdRRGQ5 .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sJuMdRRGQ5 .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-sJuMdRRGQ5 .form1 {
    padding: 1.5rem;
  }
}
.cid-sJuMuEFQqP {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-sJuMuEFQqP .mbr-section-subtitle {
  color: #052c38;
}
.cid-sJuMuEFQqP .formoid {
  margin: auto;
}
.cid-sJuMuEFQqP .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-sJuMuEFQqP .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-sJuMuEFQqP input[type="email"] {
  border-radius: 100px !important;
}
.cid-sJuMuEFQqP a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sJuMuEFQqP a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-sJuMuEFQqP .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sJuMuEFQqP .form-group,
  .cid-sJuMuEFQqP .input-group-btn,
  .cid-sJuMuEFQqP .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-sJuMuEFQqP .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-sJuLrdJGfo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-sJuLrdJGfo .links {
  text-align: center;
  color: #ffffff;
}
.cid-sJuLrdJGfo p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sJvmlSi0p0 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-sJvmlSi0p0 P {
  color: #767676;
}
.cid-sJvmlSi0p0 H1 {
  color: #ffffff;
}
.cid-sJvmlSi0p0 H3 {
  color: #ffffff;
}
.cid-sJvmlTaDJl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJvmlTaDJl .mbr-section-subtitle {
  color: #232323;
}
.cid-sJvmlTaDJl .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJvmlUesp2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJvmlUesp2 .mbr-section-subtitle {
  color: #232323;
}
.cid-sJvmlUesp2 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJvmlVIsCL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJvmlVIsCL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sJvmlVIsCL .mbr-content-text {
  color: #767676;
}
.cid-sJvmlVIsCL .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sJvmlVIsCL .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sJvmlVIsCL .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sJvmlVIsCL .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJvmlVIsCL .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJvmlVIsCL .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJvmlVIsCL .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJvmlXliJi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJvmlXliJi .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sJvmlXliJi .mbr-content-text {
  color: #767676;
}
.cid-sJvmlXliJi .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sJvmlXliJi .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sJvmlXliJi .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sJvmlXliJi .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJvmlXliJi .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJvmlXliJi .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJvmlXliJi .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJvmlYJITg {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvmlYJITg P {
  color: #767676;
}
.cid-sJvmlYJITg H1 {
  text-align: left;
}
.cid-sJvmlYJITg .mbr-text,
.cid-sJvmlYJITg .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sJvmlYJITg H3 {
  text-align: left;
}
.cid-sJvmm07eaa {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvmm07eaa .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvmm07eaa .container-table {
  margin: 0 auto;
}
.cid-sJvmm07eaa table.dataTable thead .sorting:before,
.cid-sJvmm07eaa table.dataTable thead .sorting:after,
.cid-sJvmm07eaa table.dataTable thead .sorting_asc:before,
.cid-sJvmm07eaa table.dataTable thead .sorting_asc:after,
.cid-sJvmm07eaa table.dataTable thead .sorting_desc:before,
.cid-sJvmm07eaa table.dataTable thead .sorting_desc:after,
.cid-sJvmm07eaa table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvmm07eaa table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvmm07eaa table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvmm07eaa table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvmm07eaa .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvmm07eaa .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvmm07eaa .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvmm07eaa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvmm07eaa .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvmm07eaa .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvmm07eaa .table-heads {
  color: #ffffff;
}
.cid-sJvmm07eaa .dataTables_wrapper {
  display: block;
}
.cid-sJvmm07eaa .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvmm07eaa .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvmm07eaa table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvmm07eaa table td,
.cid-sJvmm07eaa table th {
  white-space: nowrap;
}
.cid-sJvmm07eaa table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvmm07eaa table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvmm07eaa table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvmm07eaa table.table {
  background: #ffffff;
}
.cid-sJvmm07eaa .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvmm07eaa .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvmm07eaa .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvmm07eaa .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvmm07eaa .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvmm07eaa .dataTables_filter {
    text-align: center;
  }
  .cid-sJvmm07eaa .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvmm07eaa .mbr-section-title,
.cid-sJvmm07eaa .line-wrap {
  text-align: center;
}
.cid-sJvmm07eaa .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvmm2mLJ3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvmm2mLJ3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvmm2mLJ3 .container-table {
  margin: 0 auto;
}
.cid-sJvmm2mLJ3 table.dataTable thead .sorting:before,
.cid-sJvmm2mLJ3 table.dataTable thead .sorting:after,
.cid-sJvmm2mLJ3 table.dataTable thead .sorting_asc:before,
.cid-sJvmm2mLJ3 table.dataTable thead .sorting_asc:after,
.cid-sJvmm2mLJ3 table.dataTable thead .sorting_desc:before,
.cid-sJvmm2mLJ3 table.dataTable thead .sorting_desc:after,
.cid-sJvmm2mLJ3 table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvmm2mLJ3 table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvmm2mLJ3 table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvmm2mLJ3 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvmm2mLJ3 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvmm2mLJ3 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvmm2mLJ3 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvmm2mLJ3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvmm2mLJ3 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvmm2mLJ3 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvmm2mLJ3 .table-heads {
  color: #ffffff;
}
.cid-sJvmm2mLJ3 .dataTables_wrapper {
  display: block;
}
.cid-sJvmm2mLJ3 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvmm2mLJ3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvmm2mLJ3 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvmm2mLJ3 table td,
.cid-sJvmm2mLJ3 table th {
  white-space: nowrap;
}
.cid-sJvmm2mLJ3 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvmm2mLJ3 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvmm2mLJ3 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvmm2mLJ3 table.table {
  background: #ffffff;
}
.cid-sJvmm2mLJ3 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvmm2mLJ3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvmm2mLJ3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvmm2mLJ3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvmm2mLJ3 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvmm2mLJ3 .dataTables_filter {
    text-align: center;
  }
  .cid-sJvmm2mLJ3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvmm2mLJ3 .mbr-section-title,
.cid-sJvmm2mLJ3 .line-wrap {
  text-align: center;
}
.cid-sJvmm2mLJ3 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvmm4LF0J {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvmm4LF0J .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvmm4LF0J .container-table {
  margin: 0 auto;
}
.cid-sJvmm4LF0J table.dataTable thead .sorting:before,
.cid-sJvmm4LF0J table.dataTable thead .sorting:after,
.cid-sJvmm4LF0J table.dataTable thead .sorting_asc:before,
.cid-sJvmm4LF0J table.dataTable thead .sorting_asc:after,
.cid-sJvmm4LF0J table.dataTable thead .sorting_desc:before,
.cid-sJvmm4LF0J table.dataTable thead .sorting_desc:after,
.cid-sJvmm4LF0J table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvmm4LF0J table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvmm4LF0J table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvmm4LF0J table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvmm4LF0J .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvmm4LF0J .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvmm4LF0J .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvmm4LF0J .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvmm4LF0J .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvmm4LF0J .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvmm4LF0J .table-heads {
  color: #ffffff;
}
.cid-sJvmm4LF0J .dataTables_wrapper {
  display: block;
}
.cid-sJvmm4LF0J .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvmm4LF0J .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvmm4LF0J table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvmm4LF0J table td,
.cid-sJvmm4LF0J table th {
  white-space: nowrap;
}
.cid-sJvmm4LF0J table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvmm4LF0J table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvmm4LF0J table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvmm4LF0J table.table {
  background: #ffffff;
}
.cid-sJvmm4LF0J .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvmm4LF0J .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvmm4LF0J .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvmm4LF0J .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvmm4LF0J .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvmm4LF0J .dataTables_filter {
    text-align: center;
  }
  .cid-sJvmm4LF0J .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvmm4LF0J .mbr-section-title,
.cid-sJvmm4LF0J .line-wrap {
  text-align: center;
}
.cid-sJvmm4LF0J .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvmm6PgHI {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvmm6PgHI .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvmm6PgHI .container-table {
  margin: 0 auto;
}
.cid-sJvmm6PgHI table.dataTable thead .sorting:before,
.cid-sJvmm6PgHI table.dataTable thead .sorting:after,
.cid-sJvmm6PgHI table.dataTable thead .sorting_asc:before,
.cid-sJvmm6PgHI table.dataTable thead .sorting_asc:after,
.cid-sJvmm6PgHI table.dataTable thead .sorting_desc:before,
.cid-sJvmm6PgHI table.dataTable thead .sorting_desc:after,
.cid-sJvmm6PgHI table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvmm6PgHI table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvmm6PgHI table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvmm6PgHI table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvmm6PgHI .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvmm6PgHI .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvmm6PgHI .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvmm6PgHI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvmm6PgHI .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvmm6PgHI .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvmm6PgHI .table-heads {
  color: #ffffff;
}
.cid-sJvmm6PgHI .dataTables_wrapper {
  display: block;
}
.cid-sJvmm6PgHI .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvmm6PgHI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvmm6PgHI table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvmm6PgHI table td,
.cid-sJvmm6PgHI table th {
  white-space: nowrap;
}
.cid-sJvmm6PgHI table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvmm6PgHI table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvmm6PgHI table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvmm6PgHI table.table {
  background: #ffffff;
}
.cid-sJvmm6PgHI .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvmm6PgHI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvmm6PgHI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvmm6PgHI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvmm6PgHI .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvmm6PgHI .dataTables_filter {
    text-align: center;
  }
  .cid-sJvmm6PgHI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvmm6PgHI .mbr-section-title,
.cid-sJvmm6PgHI .line-wrap {
  text-align: center;
}
.cid-sJvmm6PgHI .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvmm9EguK {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvmm9EguK .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvmm9EguK .container-table {
  margin: 0 auto;
}
.cid-sJvmm9EguK table.dataTable thead .sorting:before,
.cid-sJvmm9EguK table.dataTable thead .sorting:after,
.cid-sJvmm9EguK table.dataTable thead .sorting_asc:before,
.cid-sJvmm9EguK table.dataTable thead .sorting_asc:after,
.cid-sJvmm9EguK table.dataTable thead .sorting_desc:before,
.cid-sJvmm9EguK table.dataTable thead .sorting_desc:after,
.cid-sJvmm9EguK table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvmm9EguK table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvmm9EguK table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvmm9EguK table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvmm9EguK .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvmm9EguK .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvmm9EguK .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvmm9EguK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvmm9EguK .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvmm9EguK .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvmm9EguK .table-heads {
  color: #ffffff;
}
.cid-sJvmm9EguK .dataTables_wrapper {
  display: block;
}
.cid-sJvmm9EguK .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvmm9EguK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvmm9EguK table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvmm9EguK table td,
.cid-sJvmm9EguK table th {
  white-space: nowrap;
}
.cid-sJvmm9EguK table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvmm9EguK table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvmm9EguK table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvmm9EguK table.table {
  background: #ffffff;
}
.cid-sJvmm9EguK .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvmm9EguK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvmm9EguK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvmm9EguK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvmm9EguK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvmm9EguK .dataTables_filter {
    text-align: center;
  }
  .cid-sJvmm9EguK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvmm9EguK .mbr-section-title,
.cid-sJvmm9EguK .line-wrap {
  text-align: center;
}
.cid-sJvmm9EguK .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvmmca5YE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvmmca5YE .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvmmca5YE .container-table {
  margin: 0 auto;
}
.cid-sJvmmca5YE table.dataTable thead .sorting:before,
.cid-sJvmmca5YE table.dataTable thead .sorting:after,
.cid-sJvmmca5YE table.dataTable thead .sorting_asc:before,
.cid-sJvmmca5YE table.dataTable thead .sorting_asc:after,
.cid-sJvmmca5YE table.dataTable thead .sorting_desc:before,
.cid-sJvmmca5YE table.dataTable thead .sorting_desc:after,
.cid-sJvmmca5YE table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvmmca5YE table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvmmca5YE table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvmmca5YE table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvmmca5YE .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvmmca5YE .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvmmca5YE .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvmmca5YE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvmmca5YE .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvmmca5YE .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvmmca5YE .table-heads {
  color: #ffffff;
}
.cid-sJvmmca5YE .dataTables_wrapper {
  display: block;
}
.cid-sJvmmca5YE .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvmmca5YE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvmmca5YE table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvmmca5YE table td,
.cid-sJvmmca5YE table th {
  white-space: nowrap;
}
.cid-sJvmmca5YE table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvmmca5YE table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvmmca5YE table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvmmca5YE table.table {
  background: #ffffff;
}
.cid-sJvmmca5YE .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvmmca5YE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvmmca5YE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvmmca5YE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvmmca5YE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvmmca5YE .dataTables_filter {
    text-align: center;
  }
  .cid-sJvmmca5YE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvmmca5YE .mbr-section-title,
.cid-sJvmmca5YE .line-wrap {
  text-align: center;
}
.cid-sJvmmca5YE .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvmmmm0Sd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sJvmmno4Oi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-sJvmmno4Oi .links {
  text-align: center;
  color: #ffffff;
}
.cid-sJvmmno4Oi p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sJvtgnPcuJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-sJvtgnPcuJ P {
  color: #767676;
}
.cid-sJvtgnPcuJ H1 {
  color: #ffffff;
}
.cid-sJvtgnPcuJ H3 {
  color: #ffffff;
}
.cid-sJvtgoZzY8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJvtgoZzY8 .mbr-section-subtitle {
  color: #232323;
}
.cid-sJvtgoZzY8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJvtgq2sqD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJvtgq2sqD .mbr-section-subtitle {
  color: #232323;
}
.cid-sJvtgq2sqD .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJvtgr6O7w {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJvtgr6O7w .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sJvtgr6O7w .mbr-content-text {
  color: #232323;
}
.cid-sJvtgr6O7w .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sJvtgr6O7w .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sJvtgr6O7w .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sJvtgr6O7w .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJvtgr6O7w .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJvtgr6O7w .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJvtgr6O7w .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJvtgr6O7w H4 {
  color: #232323;
}
.cid-sJvtgtwwt8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJvtgtwwt8 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sJvtgtwwt8 .mbr-content-text {
  color: #767676;
}
.cid-sJvtgtwwt8 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sJvtgtwwt8 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sJvtgtwwt8 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sJvtgtwwt8 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJvtgtwwt8 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJvtgtwwt8 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJvtgtwwt8 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJvtgv9YmP {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvtgv9YmP P {
  color: #767676;
}
.cid-sJvtgv9YmP H1 {
  text-align: left;
}
.cid-sJvtgv9YmP .mbr-text,
.cid-sJvtgv9YmP .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sJvtgv9YmP H3 {
  text-align: left;
}
.cid-sJvtgwj1kr {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvtgwj1kr .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvtgwj1kr .container-table {
  margin: 0 auto;
}
.cid-sJvtgwj1kr table.dataTable thead .sorting:before,
.cid-sJvtgwj1kr table.dataTable thead .sorting:after,
.cid-sJvtgwj1kr table.dataTable thead .sorting_asc:before,
.cid-sJvtgwj1kr table.dataTable thead .sorting_asc:after,
.cid-sJvtgwj1kr table.dataTable thead .sorting_desc:before,
.cid-sJvtgwj1kr table.dataTable thead .sorting_desc:after,
.cid-sJvtgwj1kr table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvtgwj1kr table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvtgwj1kr table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvtgwj1kr table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvtgwj1kr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvtgwj1kr .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvtgwj1kr .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvtgwj1kr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvtgwj1kr .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvtgwj1kr .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvtgwj1kr .table-heads {
  color: #ffffff;
}
.cid-sJvtgwj1kr .dataTables_wrapper {
  display: block;
}
.cid-sJvtgwj1kr .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvtgwj1kr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvtgwj1kr table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvtgwj1kr table td,
.cid-sJvtgwj1kr table th {
  white-space: nowrap;
}
.cid-sJvtgwj1kr table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvtgwj1kr table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvtgwj1kr table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvtgwj1kr table.table {
  background: #ffffff;
}
.cid-sJvtgwj1kr .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvtgwj1kr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvtgwj1kr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvtgwj1kr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvtgwj1kr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvtgwj1kr .dataTables_filter {
    text-align: center;
  }
  .cid-sJvtgwj1kr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvtgwj1kr .mbr-section-title,
.cid-sJvtgwj1kr .line-wrap {
  text-align: center;
}
.cid-sJvtgwj1kr .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvtgzbvuB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvtgzbvuB .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvtgzbvuB .container-table {
  margin: 0 auto;
}
.cid-sJvtgzbvuB table.dataTable thead .sorting:before,
.cid-sJvtgzbvuB table.dataTable thead .sorting:after,
.cid-sJvtgzbvuB table.dataTable thead .sorting_asc:before,
.cid-sJvtgzbvuB table.dataTable thead .sorting_asc:after,
.cid-sJvtgzbvuB table.dataTable thead .sorting_desc:before,
.cid-sJvtgzbvuB table.dataTable thead .sorting_desc:after,
.cid-sJvtgzbvuB table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvtgzbvuB table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvtgzbvuB table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvtgzbvuB table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvtgzbvuB .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvtgzbvuB .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvtgzbvuB .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvtgzbvuB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvtgzbvuB .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvtgzbvuB .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvtgzbvuB .table-heads {
  color: #ffffff;
}
.cid-sJvtgzbvuB .dataTables_wrapper {
  display: block;
}
.cid-sJvtgzbvuB .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvtgzbvuB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvtgzbvuB table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvtgzbvuB table td,
.cid-sJvtgzbvuB table th {
  white-space: nowrap;
}
.cid-sJvtgzbvuB table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvtgzbvuB table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvtgzbvuB table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvtgzbvuB table.table {
  background: #ffffff;
}
.cid-sJvtgzbvuB .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvtgzbvuB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvtgzbvuB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvtgzbvuB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvtgzbvuB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvtgzbvuB .dataTables_filter {
    text-align: center;
  }
  .cid-sJvtgzbvuB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvtgzbvuB .mbr-section-title,
.cid-sJvtgzbvuB .line-wrap {
  text-align: center;
}
.cid-sJvtgzbvuB .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvtgBNmEB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvtgBNmEB .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvtgBNmEB .container-table {
  margin: 0 auto;
}
.cid-sJvtgBNmEB table.dataTable thead .sorting:before,
.cid-sJvtgBNmEB table.dataTable thead .sorting:after,
.cid-sJvtgBNmEB table.dataTable thead .sorting_asc:before,
.cid-sJvtgBNmEB table.dataTable thead .sorting_asc:after,
.cid-sJvtgBNmEB table.dataTable thead .sorting_desc:before,
.cid-sJvtgBNmEB table.dataTable thead .sorting_desc:after,
.cid-sJvtgBNmEB table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvtgBNmEB table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvtgBNmEB table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvtgBNmEB table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvtgBNmEB .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvtgBNmEB .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvtgBNmEB .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvtgBNmEB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvtgBNmEB .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvtgBNmEB .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvtgBNmEB .table-heads {
  color: #ffffff;
}
.cid-sJvtgBNmEB .dataTables_wrapper {
  display: block;
}
.cid-sJvtgBNmEB .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvtgBNmEB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvtgBNmEB table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvtgBNmEB table td,
.cid-sJvtgBNmEB table th {
  white-space: nowrap;
}
.cid-sJvtgBNmEB table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvtgBNmEB table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvtgBNmEB table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvtgBNmEB table.table {
  background: #ffffff;
}
.cid-sJvtgBNmEB .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvtgBNmEB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvtgBNmEB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvtgBNmEB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvtgBNmEB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvtgBNmEB .dataTables_filter {
    text-align: center;
  }
  .cid-sJvtgBNmEB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvtgBNmEB .mbr-section-title,
.cid-sJvtgBNmEB .line-wrap {
  text-align: center;
}
.cid-sJvtgBNmEB .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvtgDXufL {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvtgDXufL .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvtgDXufL .container-table {
  margin: 0 auto;
}
.cid-sJvtgDXufL table.dataTable thead .sorting:before,
.cid-sJvtgDXufL table.dataTable thead .sorting:after,
.cid-sJvtgDXufL table.dataTable thead .sorting_asc:before,
.cid-sJvtgDXufL table.dataTable thead .sorting_asc:after,
.cid-sJvtgDXufL table.dataTable thead .sorting_desc:before,
.cid-sJvtgDXufL table.dataTable thead .sorting_desc:after,
.cid-sJvtgDXufL table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvtgDXufL table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvtgDXufL table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvtgDXufL table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvtgDXufL .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvtgDXufL .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvtgDXufL .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvtgDXufL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvtgDXufL .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvtgDXufL .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvtgDXufL .table-heads {
  color: #ffffff;
}
.cid-sJvtgDXufL .dataTables_wrapper {
  display: block;
}
.cid-sJvtgDXufL .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvtgDXufL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvtgDXufL table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvtgDXufL table td,
.cid-sJvtgDXufL table th {
  white-space: nowrap;
}
.cid-sJvtgDXufL table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvtgDXufL table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvtgDXufL table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvtgDXufL table.table {
  background: #ffffff;
}
.cid-sJvtgDXufL .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvtgDXufL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvtgDXufL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvtgDXufL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvtgDXufL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvtgDXufL .dataTables_filter {
    text-align: center;
  }
  .cid-sJvtgDXufL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvtgDXufL .mbr-section-title,
.cid-sJvtgDXufL .line-wrap {
  text-align: center;
}
.cid-sJvtgDXufL .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvtgGtQqH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sJvtgHmwwf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-sJvtgHmwwf .links {
  text-align: center;
  color: #ffffff;
}
.cid-sJvtgHmwwf p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sJvufqME6O {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-sJvufqME6O P {
  color: #767676;
}
.cid-sJvufqME6O H1 {
  color: #ffffff;
}
.cid-sJvufqME6O H3 {
  color: #ffffff;
}
.cid-sJvufsnitv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-sJvufsnitv P {
  color: #767676;
}
.cid-sJvufsnitv H1 {
  color: #ffffff;
}
.cid-sJvufsnitv H3 {
  color: #ffffff;
}
.cid-sJvuftqgxG {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJvuftqgxG .mbr-section-subtitle {
  color: #232323;
}
.cid-sJvuftqgxG .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJvufuA1vL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJvufuA1vL .mbr-section-subtitle {
  color: #232323;
}
.cid-sJvufuA1vL .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJvufvBLYF {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJvufvBLYF .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sJvufvBLYF .mbr-content-text {
  color: #767676;
}
.cid-sJvufvBLYF .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sJvufvBLYF .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sJvufvBLYF .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sJvufvBLYF .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJvufvBLYF .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJvufvBLYF .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJvufvBLYF .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJvufxy7mm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJvufxy7mm .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sJvufxy7mm .mbr-content-text {
  color: #767676;
}
.cid-sJvufxy7mm .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sJvufxy7mm .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sJvufxy7mm .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sJvufxy7mm .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJvufxy7mm .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJvufxy7mm .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJvufxy7mm .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJvufzj21c {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvufzj21c P {
  color: #767676;
}
.cid-sJvufzj21c H1 {
  text-align: left;
}
.cid-sJvufzj21c .mbr-text,
.cid-sJvufzj21c .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sJvufzj21c H3 {
  text-align: left;
}
.cid-sJvufASN5W {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvufASN5W .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvufASN5W .container-table {
  margin: 0 auto;
}
.cid-sJvufASN5W table.dataTable thead .sorting:before,
.cid-sJvufASN5W table.dataTable thead .sorting:after,
.cid-sJvufASN5W table.dataTable thead .sorting_asc:before,
.cid-sJvufASN5W table.dataTable thead .sorting_asc:after,
.cid-sJvufASN5W table.dataTable thead .sorting_desc:before,
.cid-sJvufASN5W table.dataTable thead .sorting_desc:after,
.cid-sJvufASN5W table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvufASN5W table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvufASN5W table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvufASN5W table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvufASN5W .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvufASN5W .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvufASN5W .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvufASN5W .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvufASN5W .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvufASN5W .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvufASN5W .table-heads {
  color: #ffffff;
}
.cid-sJvufASN5W .dataTables_wrapper {
  display: block;
}
.cid-sJvufASN5W .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvufASN5W .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvufASN5W table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvufASN5W table td,
.cid-sJvufASN5W table th {
  white-space: nowrap;
}
.cid-sJvufASN5W table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvufASN5W table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvufASN5W table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvufASN5W table.table {
  background: #ffffff;
}
.cid-sJvufASN5W .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvufASN5W .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvufASN5W .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvufASN5W .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvufASN5W .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvufASN5W .dataTables_filter {
    text-align: center;
  }
  .cid-sJvufASN5W .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvufASN5W .mbr-section-title,
.cid-sJvufASN5W .line-wrap {
  text-align: center;
}
.cid-sJvufASN5W .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvufCWrc9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvufCWrc9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvufCWrc9 .container-table {
  margin: 0 auto;
}
.cid-sJvufCWrc9 table.dataTable thead .sorting:before,
.cid-sJvufCWrc9 table.dataTable thead .sorting:after,
.cid-sJvufCWrc9 table.dataTable thead .sorting_asc:before,
.cid-sJvufCWrc9 table.dataTable thead .sorting_asc:after,
.cid-sJvufCWrc9 table.dataTable thead .sorting_desc:before,
.cid-sJvufCWrc9 table.dataTable thead .sorting_desc:after,
.cid-sJvufCWrc9 table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvufCWrc9 table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvufCWrc9 table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvufCWrc9 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvufCWrc9 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvufCWrc9 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvufCWrc9 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvufCWrc9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvufCWrc9 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvufCWrc9 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvufCWrc9 .table-heads {
  color: #ffffff;
}
.cid-sJvufCWrc9 .dataTables_wrapper {
  display: block;
}
.cid-sJvufCWrc9 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvufCWrc9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvufCWrc9 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvufCWrc9 table td,
.cid-sJvufCWrc9 table th {
  white-space: nowrap;
}
.cid-sJvufCWrc9 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvufCWrc9 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvufCWrc9 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvufCWrc9 table.table {
  background: #ffffff;
}
.cid-sJvufCWrc9 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvufCWrc9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvufCWrc9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvufCWrc9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvufCWrc9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvufCWrc9 .dataTables_filter {
    text-align: center;
  }
  .cid-sJvufCWrc9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvufCWrc9 .mbr-section-title,
.cid-sJvufCWrc9 .line-wrap {
  text-align: center;
}
.cid-sJvufCWrc9 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvufFzRZv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvufFzRZv .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvufFzRZv .container-table {
  margin: 0 auto;
}
.cid-sJvufFzRZv table.dataTable thead .sorting:before,
.cid-sJvufFzRZv table.dataTable thead .sorting:after,
.cid-sJvufFzRZv table.dataTable thead .sorting_asc:before,
.cid-sJvufFzRZv table.dataTable thead .sorting_asc:after,
.cid-sJvufFzRZv table.dataTable thead .sorting_desc:before,
.cid-sJvufFzRZv table.dataTable thead .sorting_desc:after,
.cid-sJvufFzRZv table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvufFzRZv table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvufFzRZv table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvufFzRZv table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvufFzRZv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvufFzRZv .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvufFzRZv .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvufFzRZv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvufFzRZv .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvufFzRZv .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvufFzRZv .table-heads {
  color: #ffffff;
}
.cid-sJvufFzRZv .dataTables_wrapper {
  display: block;
}
.cid-sJvufFzRZv .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvufFzRZv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvufFzRZv table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvufFzRZv table td,
.cid-sJvufFzRZv table th {
  white-space: nowrap;
}
.cid-sJvufFzRZv table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvufFzRZv table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvufFzRZv table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvufFzRZv table.table {
  background: #ffffff;
}
.cid-sJvufFzRZv .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvufFzRZv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvufFzRZv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvufFzRZv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvufFzRZv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvufFzRZv .dataTables_filter {
    text-align: center;
  }
  .cid-sJvufFzRZv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvufFzRZv .mbr-section-title,
.cid-sJvufFzRZv .line-wrap {
  text-align: center;
}
.cid-sJvufFzRZv .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvufIbr2H {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJvufIbr2H .mbr-section-subtitle {
  color: #767676;
}
.cid-sJvufIbr2H .container-table {
  margin: 0 auto;
}
.cid-sJvufIbr2H table.dataTable thead .sorting:before,
.cid-sJvufIbr2H table.dataTable thead .sorting:after,
.cid-sJvufIbr2H table.dataTable thead .sorting_asc:before,
.cid-sJvufIbr2H table.dataTable thead .sorting_asc:after,
.cid-sJvufIbr2H table.dataTable thead .sorting_desc:before,
.cid-sJvufIbr2H table.dataTable thead .sorting_desc:after,
.cid-sJvufIbr2H table.dataTable thead .sorting_asc_disabled:before,
.cid-sJvufIbr2H table.dataTable thead .sorting_asc_disabled:after,
.cid-sJvufIbr2H table.dataTable thead .sorting_desc_disabled:before,
.cid-sJvufIbr2H table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJvufIbr2H .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJvufIbr2H .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJvufIbr2H .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJvufIbr2H .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJvufIbr2H .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJvufIbr2H .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJvufIbr2H .table-heads {
  color: #ffffff;
}
.cid-sJvufIbr2H .dataTables_wrapper {
  display: block;
}
.cid-sJvufIbr2H .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJvufIbr2H .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJvufIbr2H table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJvufIbr2H table td,
.cid-sJvufIbr2H table th {
  white-space: nowrap;
}
.cid-sJvufIbr2H table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJvufIbr2H table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJvufIbr2H table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJvufIbr2H table.table {
  background: #ffffff;
}
.cid-sJvufIbr2H .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJvufIbr2H .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJvufIbr2H .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJvufIbr2H .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJvufIbr2H .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJvufIbr2H .dataTables_filter {
    text-align: center;
  }
  .cid-sJvufIbr2H .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJvufIbr2H .mbr-section-title,
.cid-sJvufIbr2H .line-wrap {
  text-align: center;
}
.cid-sJvufIbr2H .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJvufL2Mav {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sJvufLP2Zh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-sJvufLP2Zh .links {
  text-align: center;
  color: #ffffff;
}
.cid-sJvufLP2Zh p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sJwcWEYIJ7 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #35bae7;
}
.cid-sJwcWEYIJ7 P {
  color: #767676;
}
.cid-sJwcWEYIJ7 H1 {
  color: #ffffff;
}
.cid-sJwcWEYIJ7 H3 {
  color: #ffffff;
}
.cid-sJwcWFLUiy {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJwcWFLUiy .mbr-section-subtitle {
  color: #232323;
}
.cid-sJwcWFLUiy .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJwcWGPJUp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJwcWGPJUp .mbr-section-subtitle {
  color: #232323;
}
.cid-sJwcWGPJUp .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJwcWHOOxj {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJwcWHOOxj .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sJwcWHOOxj .mbr-content-text {
  color: #767676;
}
.cid-sJwcWHOOxj .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sJwcWHOOxj .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sJwcWHOOxj .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sJwcWHOOxj .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJwcWHOOxj .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJwcWHOOxj .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJwcWHOOxj .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJwcWJjL9y {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJwcWJjL9y .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sJwcWJjL9y .mbr-content-text {
  color: #767676;
}
.cid-sJwcWJjL9y .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sJwcWJjL9y .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sJwcWJjL9y .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sJwcWJjL9y .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJwcWJjL9y .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJwcWJjL9y .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJwcWJjL9y .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJwcWKRb5K {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJwcWKRb5K P {
  color: #767676;
}
.cid-sJwcWKRb5K H1 {
  text-align: left;
}
.cid-sJwcWKRb5K .mbr-text,
.cid-sJwcWKRb5K .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sJwcWKRb5K H3 {
  text-align: left;
}
.cid-sJwcWLNz32 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJwcWLNz32 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJwcWLNz32 .container-table {
  margin: 0 auto;
}
.cid-sJwcWLNz32 table.dataTable thead .sorting:before,
.cid-sJwcWLNz32 table.dataTable thead .sorting:after,
.cid-sJwcWLNz32 table.dataTable thead .sorting_asc:before,
.cid-sJwcWLNz32 table.dataTable thead .sorting_asc:after,
.cid-sJwcWLNz32 table.dataTable thead .sorting_desc:before,
.cid-sJwcWLNz32 table.dataTable thead .sorting_desc:after,
.cid-sJwcWLNz32 table.dataTable thead .sorting_asc_disabled:before,
.cid-sJwcWLNz32 table.dataTable thead .sorting_asc_disabled:after,
.cid-sJwcWLNz32 table.dataTable thead .sorting_desc_disabled:before,
.cid-sJwcWLNz32 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJwcWLNz32 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJwcWLNz32 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJwcWLNz32 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJwcWLNz32 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJwcWLNz32 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJwcWLNz32 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJwcWLNz32 .table-heads {
  color: #ffffff;
}
.cid-sJwcWLNz32 .dataTables_wrapper {
  display: block;
}
.cid-sJwcWLNz32 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJwcWLNz32 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJwcWLNz32 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJwcWLNz32 table td,
.cid-sJwcWLNz32 table th {
  white-space: nowrap;
}
.cid-sJwcWLNz32 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJwcWLNz32 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJwcWLNz32 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJwcWLNz32 table.table {
  background: #ffffff;
}
.cid-sJwcWLNz32 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJwcWLNz32 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJwcWLNz32 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJwcWLNz32 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJwcWLNz32 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJwcWLNz32 .dataTables_filter {
    text-align: center;
  }
  .cid-sJwcWLNz32 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJwcWLNz32 .mbr-section-title,
.cid-sJwcWLNz32 .line-wrap {
  text-align: center;
}
.cid-sJwcWLNz32 .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJwcWNTBIn {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJwcWNTBIn .mbr-section-subtitle {
  color: #767676;
}
.cid-sJwcWNTBIn .container-table {
  margin: 0 auto;
}
.cid-sJwcWNTBIn table.dataTable thead .sorting:before,
.cid-sJwcWNTBIn table.dataTable thead .sorting:after,
.cid-sJwcWNTBIn table.dataTable thead .sorting_asc:before,
.cid-sJwcWNTBIn table.dataTable thead .sorting_asc:after,
.cid-sJwcWNTBIn table.dataTable thead .sorting_desc:before,
.cid-sJwcWNTBIn table.dataTable thead .sorting_desc:after,
.cid-sJwcWNTBIn table.dataTable thead .sorting_asc_disabled:before,
.cid-sJwcWNTBIn table.dataTable thead .sorting_asc_disabled:after,
.cid-sJwcWNTBIn table.dataTable thead .sorting_desc_disabled:before,
.cid-sJwcWNTBIn table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJwcWNTBIn .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJwcWNTBIn .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJwcWNTBIn .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJwcWNTBIn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJwcWNTBIn .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJwcWNTBIn .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJwcWNTBIn .table-heads {
  color: #ffffff;
}
.cid-sJwcWNTBIn .dataTables_wrapper {
  display: block;
}
.cid-sJwcWNTBIn .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJwcWNTBIn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJwcWNTBIn table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJwcWNTBIn table td,
.cid-sJwcWNTBIn table th {
  white-space: nowrap;
}
.cid-sJwcWNTBIn table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJwcWNTBIn table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJwcWNTBIn table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJwcWNTBIn table.table {
  background: #ffffff;
}
.cid-sJwcWNTBIn .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJwcWNTBIn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJwcWNTBIn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJwcWNTBIn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJwcWNTBIn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJwcWNTBIn .dataTables_filter {
    text-align: center;
  }
  .cid-sJwcWNTBIn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJwcWNTBIn .mbr-section-title,
.cid-sJwcWNTBIn .line-wrap {
  text-align: center;
}
.cid-sJwcWNTBIn .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJwcWPZ3Ab {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJwcWPZ3Ab .mbr-section-subtitle {
  color: #767676;
}
.cid-sJwcWPZ3Ab .container-table {
  margin: 0 auto;
}
.cid-sJwcWPZ3Ab table.dataTable thead .sorting:before,
.cid-sJwcWPZ3Ab table.dataTable thead .sorting:after,
.cid-sJwcWPZ3Ab table.dataTable thead .sorting_asc:before,
.cid-sJwcWPZ3Ab table.dataTable thead .sorting_asc:after,
.cid-sJwcWPZ3Ab table.dataTable thead .sorting_desc:before,
.cid-sJwcWPZ3Ab table.dataTable thead .sorting_desc:after,
.cid-sJwcWPZ3Ab table.dataTable thead .sorting_asc_disabled:before,
.cid-sJwcWPZ3Ab table.dataTable thead .sorting_asc_disabled:after,
.cid-sJwcWPZ3Ab table.dataTable thead .sorting_desc_disabled:before,
.cid-sJwcWPZ3Ab table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJwcWPZ3Ab .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJwcWPZ3Ab .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJwcWPZ3Ab .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJwcWPZ3Ab .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJwcWPZ3Ab .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJwcWPZ3Ab .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJwcWPZ3Ab .table-heads {
  color: #ffffff;
}
.cid-sJwcWPZ3Ab .dataTables_wrapper {
  display: block;
}
.cid-sJwcWPZ3Ab .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJwcWPZ3Ab .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJwcWPZ3Ab table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJwcWPZ3Ab table td,
.cid-sJwcWPZ3Ab table th {
  white-space: nowrap;
}
.cid-sJwcWPZ3Ab table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJwcWPZ3Ab table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJwcWPZ3Ab table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJwcWPZ3Ab table.table {
  background: #ffffff;
}
.cid-sJwcWPZ3Ab .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJwcWPZ3Ab .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJwcWPZ3Ab .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJwcWPZ3Ab .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJwcWPZ3Ab .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJwcWPZ3Ab .dataTables_filter {
    text-align: center;
  }
  .cid-sJwcWPZ3Ab .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJwcWPZ3Ab .mbr-section-title,
.cid-sJwcWPZ3Ab .line-wrap {
  text-align: center;
}
.cid-sJwcWPZ3Ab .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJwcWS9S2d {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJwcWS9S2d .mbr-section-subtitle {
  color: #767676;
}
.cid-sJwcWS9S2d .container-table {
  margin: 0 auto;
}
.cid-sJwcWS9S2d table.dataTable thead .sorting:before,
.cid-sJwcWS9S2d table.dataTable thead .sorting:after,
.cid-sJwcWS9S2d table.dataTable thead .sorting_asc:before,
.cid-sJwcWS9S2d table.dataTable thead .sorting_asc:after,
.cid-sJwcWS9S2d table.dataTable thead .sorting_desc:before,
.cid-sJwcWS9S2d table.dataTable thead .sorting_desc:after,
.cid-sJwcWS9S2d table.dataTable thead .sorting_asc_disabled:before,
.cid-sJwcWS9S2d table.dataTable thead .sorting_asc_disabled:after,
.cid-sJwcWS9S2d table.dataTable thead .sorting_desc_disabled:before,
.cid-sJwcWS9S2d table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJwcWS9S2d .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJwcWS9S2d .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJwcWS9S2d .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJwcWS9S2d .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJwcWS9S2d .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJwcWS9S2d .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJwcWS9S2d .table-heads {
  color: #ffffff;
}
.cid-sJwcWS9S2d .dataTables_wrapper {
  display: block;
}
.cid-sJwcWS9S2d .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJwcWS9S2d .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJwcWS9S2d table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJwcWS9S2d table td,
.cid-sJwcWS9S2d table th {
  white-space: nowrap;
}
.cid-sJwcWS9S2d table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJwcWS9S2d table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJwcWS9S2d table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJwcWS9S2d table.table {
  background: #ffffff;
}
.cid-sJwcWS9S2d .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJwcWS9S2d .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJwcWS9S2d .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJwcWS9S2d .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJwcWS9S2d .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJwcWS9S2d .dataTables_filter {
    text-align: center;
  }
  .cid-sJwcWS9S2d .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJwcWS9S2d .mbr-section-title,
.cid-sJwcWS9S2d .line-wrap {
  text-align: center;
}
.cid-sJwcWS9S2d .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJwcWUv3vM {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJwcWUv3vM .mbr-section-subtitle {
  color: #767676;
}
.cid-sJwcWUv3vM .container-table {
  margin: 0 auto;
}
.cid-sJwcWUv3vM table.dataTable thead .sorting:before,
.cid-sJwcWUv3vM table.dataTable thead .sorting:after,
.cid-sJwcWUv3vM table.dataTable thead .sorting_asc:before,
.cid-sJwcWUv3vM table.dataTable thead .sorting_asc:after,
.cid-sJwcWUv3vM table.dataTable thead .sorting_desc:before,
.cid-sJwcWUv3vM table.dataTable thead .sorting_desc:after,
.cid-sJwcWUv3vM table.dataTable thead .sorting_asc_disabled:before,
.cid-sJwcWUv3vM table.dataTable thead .sorting_asc_disabled:after,
.cid-sJwcWUv3vM table.dataTable thead .sorting_desc_disabled:before,
.cid-sJwcWUv3vM table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJwcWUv3vM .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJwcWUv3vM .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJwcWUv3vM .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJwcWUv3vM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJwcWUv3vM .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJwcWUv3vM .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJwcWUv3vM .table-heads {
  color: #ffffff;
}
.cid-sJwcWUv3vM .dataTables_wrapper {
  display: block;
}
.cid-sJwcWUv3vM .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJwcWUv3vM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJwcWUv3vM table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJwcWUv3vM table td,
.cid-sJwcWUv3vM table th {
  white-space: nowrap;
}
.cid-sJwcWUv3vM table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJwcWUv3vM table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJwcWUv3vM table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJwcWUv3vM table.table {
  background: #ffffff;
}
.cid-sJwcWUv3vM .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJwcWUv3vM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJwcWUv3vM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJwcWUv3vM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJwcWUv3vM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJwcWUv3vM .dataTables_filter {
    text-align: center;
  }
  .cid-sJwcWUv3vM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJwcWUv3vM .mbr-section-title,
.cid-sJwcWUv3vM .line-wrap {
  text-align: center;
}
.cid-sJwcWUv3vM .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJwcWWtNbr {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJwcWWtNbr .mbr-section-subtitle {
  color: #767676;
}
.cid-sJwcWWtNbr .container-table {
  margin: 0 auto;
}
.cid-sJwcWWtNbr table.dataTable thead .sorting:before,
.cid-sJwcWWtNbr table.dataTable thead .sorting:after,
.cid-sJwcWWtNbr table.dataTable thead .sorting_asc:before,
.cid-sJwcWWtNbr table.dataTable thead .sorting_asc:after,
.cid-sJwcWWtNbr table.dataTable thead .sorting_desc:before,
.cid-sJwcWWtNbr table.dataTable thead .sorting_desc:after,
.cid-sJwcWWtNbr table.dataTable thead .sorting_asc_disabled:before,
.cid-sJwcWWtNbr table.dataTable thead .sorting_asc_disabled:after,
.cid-sJwcWWtNbr table.dataTable thead .sorting_desc_disabled:before,
.cid-sJwcWWtNbr table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sJwcWWtNbr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sJwcWWtNbr .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sJwcWWtNbr .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sJwcWWtNbr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sJwcWWtNbr .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-sJwcWWtNbr .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sJwcWWtNbr .table-heads {
  color: #ffffff;
}
.cid-sJwcWWtNbr .dataTables_wrapper {
  display: block;
}
.cid-sJwcWWtNbr .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sJwcWWtNbr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sJwcWWtNbr table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sJwcWWtNbr table td,
.cid-sJwcWWtNbr table th {
  white-space: nowrap;
}
.cid-sJwcWWtNbr table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sJwcWWtNbr table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sJwcWWtNbr table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sJwcWWtNbr table.table {
  background: #ffffff;
}
.cid-sJwcWWtNbr .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sJwcWWtNbr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sJwcWWtNbr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sJwcWWtNbr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sJwcWWtNbr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sJwcWWtNbr .dataTables_filter {
    text-align: center;
  }
  .cid-sJwcWWtNbr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sJwcWWtNbr .mbr-section-title,
.cid-sJwcWWtNbr .line-wrap {
  text-align: center;
}
.cid-sJwcWWtNbr .mbr-section-sub-title {
  text-align: left;
  color: #232323;
}
.cid-sJwcWYJ75R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sJwcWZxMB2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-sJwcWZxMB2 .links {
  text-align: center;
  color: #ffffff;
}
.cid-sJwcWZxMB2 p {
  margin: 0;
}
.cid-tylUTox0Ww .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tylUTox0Ww .navbar-fixed-top {
  padding-top: 0;
}
.cid-tylUTox0Ww .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .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-tylUTox0Ww .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tylUTox0Ww .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .menu-content-top {
  background: #0a1c44;
  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-tylUTox0Ww .dropdown-item {
  padding: 0;
}
.cid-tylUTox0Ww .dropdown-item,
.cid-tylUTox0Ww .nav-link,
.cid-tylUTox0Ww .brand-name {
  font-style: normal;
}
.cid-tylUTox0Ww .dropdown-item:hover,
.cid-tylUTox0Ww .nav-link:hover,
.cid-tylUTox0Ww .brand-name:hover {
  color: #35bae7 !important;
}
.cid-tylUTox0Ww .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tylUTox0Ww .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tylUTox0Ww .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .content-text {
  margin-bottom: 0;
}
.cid-tylUTox0Ww .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #35bae7;
    -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-tylUTox0Ww .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tylUTox0Ww .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tylUTox0Ww .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tylUTox0Ww .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tylUTox0Ww .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tylUTox0Ww .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tylUTox0Ww .nav-dropdown .link {
  font-weight: 400;
}
.cid-tylUTox0Ww .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tylUTox0Ww .content-right-side {
  text-align: center;
}
.cid-tylUTox0Ww .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tylUTox0Ww .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tylUTox0Ww .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tylUTox0Ww .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tylUTox0Ww .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tylUTox0Ww .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tylUTox0Ww .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tylUTox0Ww .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tylUTox0Ww .navbar {
    display: block;
    padding: 0;
  }
  .cid-tylUTox0Ww .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tylUTox0Ww .navbar-toggler {
    display: none;
  }
  .cid-tylUTox0Ww .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tylUTox0Ww .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tylUTox0Ww .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tylUTox0Ww .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tylUTox0Ww .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tylUTox0Ww .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tylUTox0Ww .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tylUTox0Ww button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tylUTox0Ww button.navbar-toggler:focus {
  outline: none;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tylUTox0Ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tylUTox0Ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tylUTox0Ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tylUTox0Ww .collapsed .btn {
  display: flex;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tylUTox0Ww .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tylUTox0Ww .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tylUTox0Ww .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tylUTox0Ww .collapsed button.navbar-toggler {
  display: block;
}
.cid-tylUTox0Ww .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tylUTox0Ww .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tylUTox0Ww .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tylUTox0Ww .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-tylUTox0Ww .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tylUTox0Ww .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tylUTox0Ww .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tylUTox0Ww .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing,
  .cid-tylUTox0Ww .navbar-collapse.show {
    display: block !important;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tylUTox0Ww .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tylUTox0Ww .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tylUTox0Ww img {
    height: 3.8rem !important;
  }
  .cid-tylUTox0Ww .btn {
    display: flex;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    display: block;
  }
  .cid-tylUTox0Ww .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tylUTox0Ww .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tylUTox0Ww .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-tylUTox0Ww .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tylUTox0Ww .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tylUTox0Ww .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tylUTox0Ww .nav-link:focus {
  outline: none;
}
.cid-tylUTox0Ww .navbar-toggler {
  position: relative;
}
.cid-tylUTox0Ww .dropdown-item.active,
.cid-tylUTox0Ww .dropdown-item:active {
  color: initial;
}
.cid-tylUTox0Ww .widget-title,
.cid-tylUTox0Ww .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tylUTox0Ww .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tylUTox0Ww .menu-logo {
    display: none;
  }
  .cid-tylUTox0Ww .navbar {
    padding: 0;
  }
  .cid-tylUTox0Ww .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tylUTox0Ww button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
