@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', 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: #38b6e6 !important;
}
.bg-success {
  background-color: #e0051e !important;
}
.bg-info {
  background-color: #e6e7e8 !important;
}
.bg-warning {
  background-color: #29378b !important;
}
.bg-danger {
  background-color: #f6862f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #38b6e6 !important;
  border-color: #38b6e6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #178dba !important;
  border-color: #178dba !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #178dba !important;
  border-color: #178dba !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55565a !important;
  border-color: #55565a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #303033 !important;
  border-color: #303033 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #303033 !important;
  border-color: #303033 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e6e7e8 !important;
  border-color: #e6e7e8 !important;
  color: #63686c !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #63686c !important;
  background-color: #bec1c3 !important;
  border-color: #bec1c3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #63686c !important;
  background-color: #bec1c3 !important;
  border-color: #bec1c3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e0051e !important;
  border-color: #e0051e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #950314 !important;
  border-color: #950314 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #950314 !important;
  border-color: #950314 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #29378b !important;
  border-color: #29378b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #182050 !important;
  border-color: #182050 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #182050 !important;
  border-color: #182050 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f6862f !important;
  border-color: #f6862f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d06009 !important;
  border-color: #d06009 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d06009 !important;
  border-color: #d06009 !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: #157ca3;
  color: #157ca3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #38b6e6;
  border-color: #38b6e6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #38b6e6 !important;
  border-color: #38b6e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #232426;
  color: #232426;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55565a;
  border-color: #55565a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55565a !important;
  border-color: #55565a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b1b4b7;
  color: #b1b4b7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #63686c;
  background-color: #e6e7e8;
  border-color: #e6e7e8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #63686c !important;
  background-color: #e6e7e8 !important;
  border-color: #e6e7e8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #7c0311;
  color: #7c0311;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e0051e;
  border-color: #e0051e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e0051e !important;
  border-color: #e0051e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #12183c;
  color: #12183c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #29378b;
  border-color: #29378b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #29378b !important;
  border-color: #29378b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b75408;
  color: #b75408;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f6862f;
  border-color: #f6862f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f6862f !important;
  border-color: #f6862f !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: #38b6e6 !important;
}
.text-secondary {
  color: #55565a !important;
}
.text-success {
  color: #e0051e !important;
}
.text-info {
  color: #e6e7e8 !important;
}
.text-warning {
  color: #29378b !important;
}
.text-danger {
  color: #f6862f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #157ca3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #232426 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #7c0311 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b1b4b7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #12183c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b75408 !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: #e6e7e8;
}
.alert-warning {
  background-color: #29378b;
}
.alert-danger {
  background-color: #f6862f;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #38b6e6;
  border-color: #38b6e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #38b6e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #edf8fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdb4bc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6372d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef8f3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #38b6e6;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #38b6e6;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #38b6e6;
}
/* Headers*/
@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: #38b6e6;
  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: #38b6e6;
  border-bottom-color: #38b6e6;
}
.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: #38b6e6 !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: #55565a !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='%2338b6e6' %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-rb8pYlyt9u .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-rb8pYlyt9u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rb8pYlyt9u a {
  font-style: normal;
}
.cid-rb8pYlyt9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rb8pYlyt9u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rb8pYlyt9u .nav-item:focus,
.cid-rb8pYlyt9u .nav-link:focus {
  outline: none;
}
.cid-rb8pYlyt9u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rb8pYlyt9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rb8pYlyt9u .menu-logo {
  margin-right: auto;
}
.cid-rb8pYlyt9u .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rb8pYlyt9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rb8pYlyt9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rb8pYlyt9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rb8pYlyt9u .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rb8pYlyt9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rb8pYlyt9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rb8pYlyt9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rb8pYlyt9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rb8pYlyt9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rb8pYlyt9u .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rb8pYlyt9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rb8pYlyt9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rb8pYlyt9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rb8pYlyt9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rb8pYlyt9u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rb8pYlyt9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rb8pYlyt9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rb8pYlyt9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rb8pYlyt9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rb8pYlyt9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rb8pYlyt9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rb8pYlyt9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rb8pYlyt9u button.navbar-toggler:focus {
  outline: none;
}
.cid-rb8pYlyt9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #38b6e6;
}
.cid-rb8pYlyt9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rb8pYlyt9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rb8pYlyt9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rb8pYlyt9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rb8pYlyt9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rb8pYlyt9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rb8pYlyt9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rb8pYlyt9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rb8pYlyt9u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rb8pYlyt9u .collapsed .btn {
  display: -webkit-flex;
}
.cid-rb8pYlyt9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rb8pYlyt9u .collapsed .navbar-collapse.collapsing,
.cid-rb8pYlyt9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rb8pYlyt9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rb8pYlyt9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rb8pYlyt9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rb8pYlyt9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rb8pYlyt9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rb8pYlyt9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rb8pYlyt9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rb8pYlyt9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rb8pYlyt9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rb8pYlyt9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rb8pYlyt9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rb8pYlyt9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rb8pYlyt9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rb8pYlyt9u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rb8pYlyt9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rb8pYlyt9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rb8pYlyt9u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rb8pYlyt9u .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rb8pYlyt9u img {
    height: 3.8rem !important;
  }
  .cid-rb8pYlyt9u .btn {
    display: -webkit-flex;
  }
  .cid-rb8pYlyt9u button.navbar-toggler {
    display: block;
  }
  .cid-rb8pYlyt9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rb8pYlyt9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rb8pYlyt9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rb8pYlyt9u .navbar-collapse.collapsing,
  .cid-rb8pYlyt9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rb8pYlyt9u .navbar-collapse.collapsing .navbar-nav,
  .cid-rb8pYlyt9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rb8pYlyt9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rb8pYlyt9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rb8pYlyt9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rb8pYlyt9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rb8pYlyt9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rb8pYlyt9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rb8pYlyt9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rb8pYlyt9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rb8pYlyt9u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rb8pYlyt9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rb8pYlyt9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rb8pYlyt9u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rb8pYlyt9u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rb8pYlyt9u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rb8pYlyt9u .nav-link:hover,
.cid-rb8pYlyt9u .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rb8smCMRAI {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rb8smCMRAI .mbr-section-subtitle {
  color: #55565a;
}
.cid-rb8smCMRAI B {
  color: #38b6e6;
}
.cid-rb8smCMRAI P {
  color: #38b6e6;
}
.cid-rb8smCMRAI H2 {
  color: #38b6e6;
}
.cid-rSmF6W3Dwe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdAHdOTXM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQdAHdOTXM .mbr-section-subtitle {
  color: #55565a;
}
.cid-rQdAHdOTXM .container-table {
  margin: 0 auto;
}
.cid-rQdAHdOTXM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQdAHdOTXM .dataTables_wrapper {
  display: block;
}
.cid-rQdAHdOTXM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQdAHdOTXM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQdAHdOTXM table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-rQdAHdOTXM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rQdAHdOTXM table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-rQdAHdOTXM table td {
  border-top: 1px solid #ffffff;
}
.cid-rQdAHdOTXM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQdAHdOTXM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQdAHdOTXM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQdAHdOTXM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQdAHdOTXM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQdAHdOTXM .dataTables_filter {
    text-align: center;
  }
  .cid-rQdAHdOTXM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rQdAHdOTXM .body-item {
  color: #55565a;
}
.cid-rQdAHdOTXM .head-item {
  color: #55565a;
}
.cid-rQdAHdOTXM .body-item i {
  color: #38b6e6;
}
.cid-rb8pwgL2ti {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/as-3-29-2017-569-2000x1333.jpg");
}
.cid-rb8pwgL2ti .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rb8pwgL2ti .social-list a:focus {
  text-decoration: none;
}
.cid-rb8pwgL2ti B {
  color: #ffffff;
}
.cid-rb8pwgL2ti P {
  color: #ffffff;
}
.cid-rb8pv0SBsd {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rb8pv0SBsd .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rb8pv0SBsd .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rb8pv0SBsd .media-wrap img {
  height: 5rem;
}
.cid-rb8pv0SBsd .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rb8pv0SBsd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rb8pv0SBsd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rb8pv0SBsd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rb8pv0SBsd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rb8pv0SBsd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rb8pv0SBsd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rb8pv0SBsd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rb8pv0SBsd .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rb8pv0SBsd .links {
  color: #55565a;
}
.cid-rb8WaLwfUF .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-rb8WaLwfUF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rb8WaLwfUF a {
  font-style: normal;
}
.cid-rb8WaLwfUF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rb8WaLwfUF .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rb8WaLwfUF .nav-item:focus,
.cid-rb8WaLwfUF .nav-link:focus {
  outline: none;
}
.cid-rb8WaLwfUF .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rb8WaLwfUF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rb8WaLwfUF .menu-logo {
  margin-right: auto;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rb8WaLwfUF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rb8WaLwfUF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rb8WaLwfUF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rb8WaLwfUF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rb8WaLwfUF .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rb8WaLwfUF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rb8WaLwfUF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rb8WaLwfUF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rb8WaLwfUF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rb8WaLwfUF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rb8WaLwfUF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rb8WaLwfUF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rb8WaLwfUF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rb8WaLwfUF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rb8WaLwfUF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rb8WaLwfUF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rb8WaLwfUF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rb8WaLwfUF button.navbar-toggler:focus {
  outline: none;
}
.cid-rb8WaLwfUF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #38b6e6;
}
.cid-rb8WaLwfUF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rb8WaLwfUF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rb8WaLwfUF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rb8WaLwfUF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rb8WaLwfUF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rb8WaLwfUF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rb8WaLwfUF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rb8WaLwfUF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rb8WaLwfUF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rb8WaLwfUF .collapsed .btn {
  display: -webkit-flex;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rb8WaLwfUF .collapsed button.navbar-toggler {
  display: block;
}
.cid-rb8WaLwfUF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rb8WaLwfUF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rb8WaLwfUF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rb8WaLwfUF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rb8WaLwfUF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rb8WaLwfUF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rb8WaLwfUF .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rb8WaLwfUF img {
    height: 3.8rem !important;
  }
  .cid-rb8WaLwfUF .btn {
    display: -webkit-flex;
  }
  .cid-rb8WaLwfUF button.navbar-toggler {
    display: block;
  }
  .cid-rb8WaLwfUF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rb8WaLwfUF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rb8WaLwfUF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing,
  .cid-rb8WaLwfUF .navbar-collapse.show {
    display: block !important;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing .navbar-nav,
  .cid-rb8WaLwfUF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rb8WaLwfUF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rb8WaLwfUF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing .navbar-buttons,
  .cid-rb8WaLwfUF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rb8WaLwfUF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rb8WaLwfUF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rb8WaLwfUF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rb8WaLwfUF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rb8WaLwfUF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rb8WaLwfUF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rb8WaLwfUF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rb8WaLwfUF .nav-link:hover,
.cid-rb8WaLwfUF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rN6nOkre6t {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-rN6nOkre6t .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rN6nOkre6t .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rN6nOkre6t .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rfsTs9XtLN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfsTs9XtLN .mbr-section-subtitle {
  color: #38b6e6;
  text-align: left;
}
.cid-rfsTs9XtLN B {
  color: #38b6e6;
}
.cid-rfsTs9XtLN P {
  color: #38b6e6;
}
.cid-rfsTs9XtLN .mbr-section-subtitle DIV {
  color: #55565a;
}
.cid-rfsTs9XtLN H2 {
  color: #38b6e6;
}
.cid-rm1WnC6bqJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rm1WnC6bqJ .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rm1WnC6bqJ .section-text {
  padding: 2rem 0;
}
.cid-rm1WnC6bqJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rm1WnC6bqJ .inner-container {
    width: 100% !important;
  }
}
.cid-rSXEwJs8yn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSXEwJs8yn .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rSXEwJs8yn H2 {
  color: #38b6e6;
}
.cid-rNbLHLr2R2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNbLHLr2R2 .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNbLHLr2R2 .section-text {
  padding: 2rem 0;
}
.cid-rNbLHLr2R2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNbLHLr2R2 .inner-container {
    width: 100% !important;
  }
}
.cid-rNbNwjmnJM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNbNwjmnJM .mbr-section-subtitle {
  color: #55565a;
}
.cid-rNbNwjmnJM H2 {
  color: #38b6e6;
}
.cid-rPpAAkqTbq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPpAAkqTbq .mbr-section-subtitle {
  color: #55565a;
}
.cid-rPpAAkqTbq H2 {
  color: #55565a;
}
.cid-rNbOasMCch {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-rNbOasMCch .image-block {
  margin: auto;
}
.cid-rNbOasMCch figcaption {
  position: relative;
}
.cid-rNbOasMCch figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rNbOasMCch .image-block {
    width: 100% !important;
  }
}
.cid-rPpAP5COEl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPpAP5COEl .mbr-section-subtitle {
  color: #55565a;
}
.cid-rPpAP5COEl H2 {
  color: #55565a;
}
.cid-rSd37ipTvH {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSd37ipTvH .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSd37ipTvH .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSd37ipTvH .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-rSd37ipTvH .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-rSd37ipTvH .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSd37ipTvH .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-rSd37ipTvH .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSd37ipTvH .img-item {
    width: 100% !important;
  }
  .cid-rSd37ipTvH .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rQdpLU8vsl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdpLU8vsl .mbr-section-subtitle {
  color: #55565a;
}
.cid-rQdpLU8vsl H2 {
  color: #55565a;
}
.cid-rSd1tTe8b9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSd1tTe8b9 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSd1tTe8b9 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSd1tTe8b9 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-rSd1tTe8b9 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-rSd1tTe8b9 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSd1tTe8b9 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-rSd1tTe8b9 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSd1tTe8b9 .img-item {
    width: 100% !important;
  }
  .cid-rSd1tTe8b9 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rPpFCXIUJ2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPpFCXIUJ2 .mbr-section-subtitle {
  color: #55565a;
}
.cid-rPpFCXIUJ2 H2 {
  color: #55565a;
}
.cid-rPpFEp1OzH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rPpFEp1OzH .image-block {
  margin: auto;
}
.cid-rPpFEp1OzH figcaption {
  position: relative;
}
.cid-rPpFEp1OzH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rPpFEp1OzH .image-block {
    width: 100% !important;
  }
}
.cid-rQOHBdPz8x {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQOHBdPz8x .mbr-section-subtitle {
  color: #55565a;
}
.cid-rQOHBdPz8x H2 {
  color: #55565a;
}
.cid-rQOHCdV3vZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rQOHCdV3vZ .image-block {
  margin: auto;
}
.cid-rQOHCdV3vZ figcaption {
  position: relative;
}
.cid-rQOHCdV3vZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rQOHCdV3vZ .image-block {
    width: 100% !important;
  }
}
.cid-rNbNr40pph {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNbNr40pph .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNbNr40pph .section-text {
  padding: 2rem 0;
}
.cid-rNbNr40pph .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNbNr40pph .inner-container {
    width: 100% !important;
  }
}
.cid-rn4hyEanv9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rn4hyEanv9 .mbr-section-subtitle {
  color: #55565a;
}
.cid-rn4hyEanv9 B {
  color: #38b6e6;
}
.cid-rn4hyEanv9 P {
  color: #38b6e6;
}
.cid-rn4hIY2mQz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rn4hIY2mQz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rn4hIY2mQz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rn4hIY2mQz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rn4hIY2mQz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rn4hIY2mQz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00adbe;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #00adbe, #29378b) !important;
}
.cid-rn4hIY2mQz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rn4hIY2mQz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rn4hIY2mQz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rn4hIY2mQz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #00adbe !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #00adbe, #29378b) !important;
}
.cid-rb8WARZSZy {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rb8WARZSZy .mbr-section-subtitle {
  color: #38b6e6;
}
.cid-rb8WARZSZy .mbr-section-subtitle DIV {
  color: #55565a;
}
.cid-rb8WARZSZy .mbr-section-subtitle B {
  color: #55565a;
}
.cid-rb8WARZSZy B {
  color: #38b6e6;
}
.cid-rb8WARZSZy P {
  color: #38b6e6;
}
.cid-rb8WARZSZy .mbr-section-subtitle P {
  color: #55565a;
}
.cid-rb8WARZSZy H2 {
  color: #55565a;
}
.cid-rb8Wd5Pqv1 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/as-3-29-2017-569-2000x1333.jpg");
}
.cid-rb8Wd5Pqv1 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rb8Wd5Pqv1 .social-list a:focus {
  text-decoration: none;
}
.cid-rb8Wd5Pqv1 B {
  color: #ffffff;
}
.cid-rb8Wd5Pqv1 P {
  color: #ffffff;
}
.cid-rb8WbzmImv {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rb8WbzmImv .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rb8WbzmImv .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rb8WbzmImv .media-wrap img {
  height: 5rem;
}
.cid-rb8WbzmImv .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rb8WbzmImv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rb8WbzmImv .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rb8WbzmImv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rb8WbzmImv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rb8WbzmImv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rb8WbzmImv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rb8WbzmImv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rb8WbzmImv .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rb8WbzmImv .links {
  color: #55565a;
}
.cid-rb8WaLwfUF .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-rb8WaLwfUF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rb8WaLwfUF a {
  font-style: normal;
}
.cid-rb8WaLwfUF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rb8WaLwfUF .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rb8WaLwfUF .nav-item:focus,
.cid-rb8WaLwfUF .nav-link:focus {
  outline: none;
}
.cid-rb8WaLwfUF .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rb8WaLwfUF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rb8WaLwfUF .menu-logo {
  margin-right: auto;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rb8WaLwfUF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rb8WaLwfUF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rb8WaLwfUF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rb8WaLwfUF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rb8WaLwfUF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rb8WaLwfUF .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rb8WaLwfUF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rb8WaLwfUF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rb8WaLwfUF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rb8WaLwfUF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rb8WaLwfUF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rb8WaLwfUF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rb8WaLwfUF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rb8WaLwfUF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rb8WaLwfUF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rb8WaLwfUF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rb8WaLwfUF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rb8WaLwfUF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rb8WaLwfUF button.navbar-toggler:focus {
  outline: none;
}
.cid-rb8WaLwfUF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #38b6e6;
}
.cid-rb8WaLwfUF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rb8WaLwfUF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rb8WaLwfUF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rb8WaLwfUF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rb8WaLwfUF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rb8WaLwfUF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rb8WaLwfUF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rb8WaLwfUF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rb8WaLwfUF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rb8WaLwfUF .collapsed .btn {
  display: -webkit-flex;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rb8WaLwfUF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rb8WaLwfUF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rb8WaLwfUF .collapsed button.navbar-toggler {
  display: block;
}
.cid-rb8WaLwfUF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rb8WaLwfUF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rb8WaLwfUF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rb8WaLwfUF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rb8WaLwfUF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rb8WaLwfUF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rb8WaLwfUF .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rb8WaLwfUF img {
    height: 3.8rem !important;
  }
  .cid-rb8WaLwfUF .btn {
    display: -webkit-flex;
  }
  .cid-rb8WaLwfUF button.navbar-toggler {
    display: block;
  }
  .cid-rb8WaLwfUF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rb8WaLwfUF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rb8WaLwfUF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing,
  .cid-rb8WaLwfUF .navbar-collapse.show {
    display: block !important;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing .navbar-nav,
  .cid-rb8WaLwfUF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rb8WaLwfUF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rb8WaLwfUF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing .navbar-buttons,
  .cid-rb8WaLwfUF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rb8WaLwfUF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rb8WaLwfUF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rb8WaLwfUF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rb8WaLwfUF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rb8WaLwfUF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rb8WaLwfUF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rb8WaLwfUF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rb8WaLwfUF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rb8WaLwfUF .nav-link:hover,
.cid-rb8WaLwfUF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rH4B56GNoM {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH4B56GNoM .mbr-section-subtitle {
  color: #767676;
}
.cid-rH4B56GNoM H2 {
  color: #38b6e6;
}
.cid-rH4BZkr3yi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4BZkr3yi .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH4BZkr3yi .section-text {
  padding: 2rem 0;
}
.cid-rH4BZkr3yi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH4BZkr3yi .inner-container {
    width: 100% !important;
  }
}
.cid-rH4BwB3cGA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4BwB3cGA .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rH4BwB3cGA H2 {
  color: #55565a;
}
.cid-rH4BXQZe1E {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4BXQZe1E .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH4BXQZe1E .section-text {
  padding: 2rem 0;
}
.cid-rH4BXQZe1E .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH4BXQZe1E .inner-container {
    width: 100% !important;
  }
}
.cid-rH4D1EbzDa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH4D1EbzDa .mbr-section-subtitle {
  color: #767676;
}
.cid-rH4D1EbzDa .container-table {
  margin: 0 auto;
}
.cid-rH4D1EbzDa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rH4D1EbzDa .dataTables_wrapper {
  display: block;
}
.cid-rH4D1EbzDa .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rH4D1EbzDa .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rH4D1EbzDa table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-rH4D1EbzDa table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rH4D1EbzDa table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-rH4D1EbzDa table td {
  border-top: 1px solid #ffffff;
}
.cid-rH4D1EbzDa .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rH4D1EbzDa .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rH4D1EbzDa .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rH4D1EbzDa .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rH4D1EbzDa .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rH4D1EbzDa .dataTables_filter {
    text-align: center;
  }
  .cid-rH4D1EbzDa .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rH4D1EbzDa .mbr-section-title {
  color: #55565a;
}
.cid-rH4F2tjRkM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4F2tjRkM .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH4F2tjRkM .section-text {
  padding: 2rem 0;
}
.cid-rH4F2tjRkM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH4F2tjRkM .inner-container {
    width: 100% !important;
  }
}
.cid-rH4BAU577f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH4BAU577f .mbr-section-subtitle {
  color: #55565a;
}
.cid-rH4BAU577f H2 {
  color: #55565a;
}
.cid-rH4BWi29dz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4BWi29dz .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH4BWi29dz .section-text {
  padding: 2rem 0;
}
.cid-rH4BWi29dz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH4BWi29dz .inner-container {
    width: 100% !important;
  }
}
.cid-rH4BBopSHd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH4BBopSHd .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rH4BBopSHd H2 {
  color: #55565a;
}
.cid-rH4BUGfYBo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4BUGfYBo .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH4BUGfYBo .section-text {
  padding: 2rem 0;
}
.cid-rH4BUGfYBo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH4BUGfYBo .inner-container {
    width: 100% !important;
  }
}
.cid-rH4BBYqVxq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH4BBYqVxq .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rH4BBYqVxq H2 {
  color: #55565a;
}
.cid-rH4BOcPOct {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4BOcPOct .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH4BOcPOct .section-text {
  padding: 2rem 0;
}
.cid-rH4BOcPOct .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH4BOcPOct .inner-container {
    width: 100% !important;
  }
}
.cid-rH4BCEYSe1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH4BCEYSe1 .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rH4BCEYSe1 H2 {
  color: #55565a;
}
.cid-rH4BL3n0Nt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4BL3n0Nt .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH4BL3n0Nt .section-text {
  padding: 2rem 0;
}
.cid-rH4BL3n0Nt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH4BL3n0Nt .inner-container {
    width: 100% !important;
  }
}
.cid-rH4BDlLVwu {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rH4BDlLVwu .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rH4BDlLVwu H2 {
  color: #55565a;
  text-align: center;
}
.cid-rH4Immh3nb {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/as-3-29-2017-569-2000x13332.jpg");
}
.cid-rH4Immh3nb .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rH4Immh3nb .social-list a:focus {
  text-decoration: none;
}
.cid-rH4Immh3nb B {
  color: #ffffff;
}
.cid-rH4Immh3nb P {
  color: #ffffff;
}
.cid-rH4IzI6r4L {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rH4IzI6r4L .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rH4IzI6r4L .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rH4IzI6r4L .media-wrap img {
  height: 5rem;
}
.cid-rH4IzI6r4L .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rH4IzI6r4L .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rH4IzI6r4L .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rH4IzI6r4L .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rH4IzI6r4L .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rH4IzI6r4L .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rH4IzI6r4L .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rH4IzI6r4L .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rH4IzI6r4L .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rH4IzI6r4L .links {
  color: #55565a;
}
.cid-rH4XKYDqRV .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-rH4XKYDqRV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rH4XKYDqRV a {
  font-style: normal;
}
.cid-rH4XKYDqRV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rH4XKYDqRV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rH4XKYDqRV .nav-item:focus,
.cid-rH4XKYDqRV .nav-link:focus {
  outline: none;
}
.cid-rH4XKYDqRV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rH4XKYDqRV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rH4XKYDqRV .menu-logo {
  margin-right: auto;
}
.cid-rH4XKYDqRV .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rH4XKYDqRV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rH4XKYDqRV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rH4XKYDqRV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rH4XKYDqRV .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rH4XKYDqRV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rH4XKYDqRV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rH4XKYDqRV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rH4XKYDqRV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rH4XKYDqRV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rH4XKYDqRV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rH4XKYDqRV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rH4XKYDqRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rH4XKYDqRV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rH4XKYDqRV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rH4XKYDqRV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rH4XKYDqRV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rH4XKYDqRV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rH4XKYDqRV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rH4XKYDqRV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rH4XKYDqRV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rH4XKYDqRV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rH4XKYDqRV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rH4XKYDqRV button.navbar-toggler:focus {
  outline: none;
}
.cid-rH4XKYDqRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #38b6e6;
}
.cid-rH4XKYDqRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rH4XKYDqRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rH4XKYDqRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rH4XKYDqRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rH4XKYDqRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rH4XKYDqRV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rH4XKYDqRV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rH4XKYDqRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rH4XKYDqRV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rH4XKYDqRV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rH4XKYDqRV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rH4XKYDqRV .collapsed .navbar-collapse.collapsing,
.cid-rH4XKYDqRV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rH4XKYDqRV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rH4XKYDqRV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rH4XKYDqRV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rH4XKYDqRV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rH4XKYDqRV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rH4XKYDqRV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rH4XKYDqRV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rH4XKYDqRV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rH4XKYDqRV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rH4XKYDqRV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rH4XKYDqRV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rH4XKYDqRV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rH4XKYDqRV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rH4XKYDqRV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rH4XKYDqRV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rH4XKYDqRV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rH4XKYDqRV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rH4XKYDqRV .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rH4XKYDqRV img {
    height: 3.8rem !important;
  }
  .cid-rH4XKYDqRV .btn {
    display: -webkit-flex;
  }
  .cid-rH4XKYDqRV button.navbar-toggler {
    display: block;
  }
  .cid-rH4XKYDqRV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rH4XKYDqRV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rH4XKYDqRV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rH4XKYDqRV .navbar-collapse.collapsing,
  .cid-rH4XKYDqRV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rH4XKYDqRV .navbar-collapse.collapsing .navbar-nav,
  .cid-rH4XKYDqRV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rH4XKYDqRV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rH4XKYDqRV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rH4XKYDqRV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rH4XKYDqRV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rH4XKYDqRV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rH4XKYDqRV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rH4XKYDqRV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rH4XKYDqRV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rH4XKYDqRV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rH4XKYDqRV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rH4XKYDqRV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rH4XKYDqRV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rH4XKYDqRV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rH4XKYDqRV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rH4XKYDqRV .nav-link:hover,
.cid-rH4XKYDqRV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rH4XKZQMOL {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH4XKZQMOL .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rH4XKZQMOL H2 {
  color: #38b6e6;
}
.cid-rH4XL0JYaf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH4XL0JYaf .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rH4XL0JYaf H2 {
  color: #55565a;
}
.cid-rH55iumzQL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH55iumzQL .mbr-section-subtitle {
  color: #767676;
}
.cid-rH55iumzQL .container-table {
  margin: 0 auto;
}
.cid-rH55iumzQL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rH55iumzQL .dataTables_wrapper {
  display: block;
}
.cid-rH55iumzQL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rH55iumzQL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rH55iumzQL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-rH55iumzQL table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rH55iumzQL table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-rH55iumzQL table td {
  border-top: 1px solid #ffffff;
}
.cid-rH55iumzQL table.table {
  background: #ffffff;
}
.cid-rH55iumzQL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rH55iumzQL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rH55iumzQL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rH55iumzQL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rH55iumzQL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rH55iumzQL .dataTables_filter {
    text-align: center;
  }
  .cid-rH55iumzQL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rH55iumzQL .head-item {
  color: #38b6e6;
}
.cid-rH51AC9Qiv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH51AC9Qiv .mbr-section-subtitle {
  color: #767676;
}
.cid-rH51AC9Qiv H2 {
  text-align: left;
  color: #55565a;
}
.cid-rH51dCv2NQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH51dCv2NQ .counter-container {
  color: #38b6e6;
}
.cid-rH51dCv2NQ .counter-container ul {
  margin-bottom: 0;
}
.cid-rH51dCv2NQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rH51dCv2NQ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #38b6e6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-rH51dCv2NQ .mbr-text {
  color: #55565a;
}
.cid-rH4XL2AbyP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4XL2AbyP .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH4XL2AbyP .section-text {
  padding: 2rem 0;
}
.cid-rH4XL2AbyP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH4XL2AbyP .inner-container {
    width: 100% !important;
  }
}
.cid-rH4XL31Qfu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4XL31Qfu .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rH4XL31Qfu H2 {
  color: #55565a;
}
.cid-rH4XL3wcJV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4XL3wcJV .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH4XL3wcJV .section-text {
  padding: 2rem 0;
}
.cid-rH4XL3wcJV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH4XL3wcJV .inner-container {
    width: 100% !important;
  }
}
.cid-rH4XL3ZzKa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rH4XL3ZzKa .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rH4XL3ZzKa H2 {
  color: #55565a;
}
.cid-rH4XL4qWuf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH4XL4qWuf .line {
  background-color: #38b6e6;
  color: #38b6e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH4XL4qWuf .section-text {
  padding: 2rem 0;
}
.cid-rH4XL4qWuf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH4XL4qWuf .inner-container {
    width: 100% !important;
  }
}
.cid-rH4XL4OhBU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rH4XL4OhBU .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rH4XL4OhBU H2 {
  color: #55565a;
}
.cid-rH4XL77aqB {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/as-3-29-2017-569-2000x13332.jpg");
}
.cid-rH4XL77aqB .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rH4XL77aqB .social-list a:focus {
  text-decoration: none;
}
.cid-rH4XL77aqB B {
  color: #ffffff;
}
.cid-rH4XL77aqB P {
  color: #ffffff;
}
.cid-rH4XL7Iku5 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rH4XL7Iku5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rH4XL7Iku5 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rH4XL7Iku5 .media-wrap img {
  height: 5rem;
}
.cid-rH4XL7Iku5 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rH4XL7Iku5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rH4XL7Iku5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rH4XL7Iku5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rH4XL7Iku5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rH4XL7Iku5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rH4XL7Iku5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rH4XL7Iku5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rH4XL7Iku5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rH4XL7Iku5 .links {
  color: #55565a;
}
