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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.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: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((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: #635a51 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #635a51 !important;
  border-color: #635a51 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #073b4c !important;
  border-color: #073b4c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !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: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #2b2723;
  color: #2b2723;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #635a51;
  border-color: #635a51;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #635a51 !important;
  border-color: #635a51 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #073b4c;
  border-color: #073b4c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !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: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #635a51 !important;
}
.text-secondary {
  color: #073b4c !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2b2723 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !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: #7a6e45 !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: #b1a374;
}
.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: #635a51;
  border-color: #635a51;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #635a51;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a49a90;
}
.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: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #635a51;
}
/* 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: #635a51;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #635a51;
}
/* 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: #635a51;
  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: #635a51;
  border-bottom-color: #635a51;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #635a51 !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: #073b4c !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='%23635a51' %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-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qKWquW8ufv {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qKWquW8ufv .mbr-section-subtitle {
  color: #767676;
}
.cid-tmo4mKPsUB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo4mKPsUB [class^="socicon-"]:before,
.cid-tmo4mKPsUB [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo4mKPsUB .btn-social {
  border-color: #55b4d4;
}
.cid-tmo4mKPsUB .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo4mKPsUB .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo4mKPsUB .btn {
    font-size: 20px !important;
  }
}
.cid-tmo4mKPsUB .btn-social,
.cid-tmo4mKPsUB .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo4mKPsUB .mbr-section-title {
  color: #ffffff;
}
.cid-qKWufbO6U1 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKWufbO6U1 .content {
    text-align: center;
  }
  .cid-qKWufbO6U1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKWufbO6U1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKWufbO6U1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKWufbO6U1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKWufbO6U1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKWufbO6U1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKWufbO6U1 .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-qKWufbO6U1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKWufbO6U1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKWufbO6U1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKWufbO6U1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKWufbO6U1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKWufbO6U1 .copyright > p {
  text-align: center;
}
.cid-qKWufbO6U1 H5 {
  color: #f7ed4a;
}
.cid-qKWrr5ducB .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKWrr5ducB .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKWrr5ducB a {
  font-style: normal;
}
.cid-qKWrr5ducB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKWrr5ducB .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKWrr5ducB .nav-item:focus,
.cid-qKWrr5ducB .nav-link:focus {
  outline: none;
}
.cid-qKWrr5ducB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKWrr5ducB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKWrr5ducB .menu-logo {
  margin-right: auto;
}
.cid-qKWrr5ducB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKWrr5ducB .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-qKWrr5ducB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKWrr5ducB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKWrr5ducB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKWrr5ducB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKWrr5ducB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKWrr5ducB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKWrr5ducB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKWrr5ducB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKWrr5ducB .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKWrr5ducB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKWrr5ducB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKWrr5ducB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKWrr5ducB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKWrr5ducB .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-qKWrr5ducB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKWrr5ducB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKWrr5ducB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKWrr5ducB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKWrr5ducB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKWrr5ducB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKWrr5ducB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKWrr5ducB button.navbar-toggler:focus {
  outline: none;
}
.cid-qKWrr5ducB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKWrr5ducB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKWrr5ducB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKWrr5ducB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKWrr5ducB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKWrr5ducB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKWrr5ducB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKWrr5ducB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKWrr5ducB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKWrr5ducB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKWrr5ducB .collapsed .btn {
  display: flex;
}
.cid-qKWrr5ducB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKWrr5ducB .collapsed .navbar-collapse.collapsing,
.cid-qKWrr5ducB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKWrr5ducB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKWrr5ducB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKWrr5ducB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKWrr5ducB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKWrr5ducB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKWrr5ducB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKWrr5ducB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKWrr5ducB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKWrr5ducB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKWrr5ducB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKWrr5ducB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKWrr5ducB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKWrr5ducB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKWrr5ducB .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-qKWrr5ducB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKWrr5ducB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKWrr5ducB .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-qKWrr5ducB .navbar-expand {
    flex-direction: column;
  }
  .cid-qKWrr5ducB img {
    height: 3.8rem !important;
  }
  .cid-qKWrr5ducB .btn {
    display: flex;
  }
  .cid-qKWrr5ducB button.navbar-toggler {
    display: block;
  }
  .cid-qKWrr5ducB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKWrr5ducB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKWrr5ducB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKWrr5ducB .navbar-collapse.collapsing,
  .cid-qKWrr5ducB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKWrr5ducB .navbar-collapse.collapsing .navbar-nav,
  .cid-qKWrr5ducB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKWrr5ducB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKWrr5ducB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKWrr5ducB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKWrr5ducB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKWrr5ducB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKWrr5ducB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKWrr5ducB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKWrr5ducB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKWrr5ducB .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-qKWrr5ducB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKWrr5ducB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKWrr5ducB .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-qKWrr5ducB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKWrr5ducB .navbar-collapse {
  flex-basis: auto;
}
.cid-qKWrr5ducB .nav-link:hover,
.cid-qKWrr5ducB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qKWrr6pppc {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qKWrr6pppc .mbr-section-subtitle {
  color: #767676;
}
#custom-html-n {
  
}
#custom-html-n H2 {
  font-size: 32px;
}
#custom-html-n H3 {
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
}
.cid-tmo4psR7xP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo4psR7xP [class^="socicon-"]:before,
.cid-tmo4psR7xP [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo4psR7xP .btn-social {
  border-color: #55b4d4;
}
.cid-tmo4psR7xP .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo4psR7xP .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo4psR7xP .btn {
    font-size: 20px !important;
  }
}
.cid-tmo4psR7xP .btn-social,
.cid-tmo4psR7xP .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo4psR7xP .mbr-section-title {
  color: #ffffff;
}
.cid-qKWujcNW8z {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKWujcNW8z .content {
    text-align: center;
  }
  .cid-qKWujcNW8z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKWujcNW8z .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKWujcNW8z .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKWujcNW8z .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKWujcNW8z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKWujcNW8z .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKWujcNW8z .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-qKWujcNW8z .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKWujcNW8z .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKWujcNW8z .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKWujcNW8z .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKWujcNW8z .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKWujcNW8z .copyright > p {
  text-align: center;
}
.cid-qKWujcNW8z H5 {
  color: #f7ed4a;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qKWAicQUtD {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-qKWAicQUtD .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qKWAicQUtD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKWAicQUtD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKWAicQUtD .mbr-text {
    text-align: center;
  }
}
.cid-qKWAicQUtD label {
  color: #ffffff;
}
.cid-qKWAicQUtD .form-control-label {
  color: #ffffff;
}
.cid-qKWAicQUtD SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
.cid-qKWAicQUtD .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cid-qKWAicQUtD .rs-form-control,
.cid-qKWAicQUtD .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
.cid-qKWAicQUtD .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
.cid-qKWAicQUtD .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
.cid-qKWAicQUtD .rs-form-control,
.cid-qKWAicQUtD .rs-form-control-file,
.cid-qKWAicQUtD .rs-form-control-range {
  display: block;
}
.cid-qKWAicQUtD .regular-checkbox {
  display: none;
}
.cid-qKWAicQUtD .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.cid-qKWAicQUtD .regular-checkbox + label:active,
.cid-qKWAicQUtD .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.cid-qKWAicQUtD .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
.cid-qKWAicQUtD .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
.cid-qKWAicQUtD .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
.cid-qKWAicQUtD .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
.cid-qKWAicQUtD .adj-top {
  padding-top: 20px !important;
}
.cid-qKWAicQUtD #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
.cid-qKWAicQUtD .boldit {
  font-weight: 700;
}
.cid-qKWAicQUtD H3 {
  color: #ffffff;
}
.cid-qKWAicQUtD P {
  color: #f7da64;
  text-align: left;
}
.cid-qKWAicQUtD SPAN {
  font-size: 19px;
}
.cid-qKWAicQUtD .my-image {
  width: 100%;
}
.cid-qKWAicQUtD #userid,
.cid-qKWAicQUtD #password {
  width: 250px;
}
.cid-tmo47pgSO7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo47pgSO7 [class^="socicon-"]:before,
.cid-tmo47pgSO7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo47pgSO7 .btn-social {
  border-color: #55b4d4;
}
.cid-tmo47pgSO7 .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo47pgSO7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo47pgSO7 .btn {
    font-size: 20px !important;
  }
}
.cid-tmo47pgSO7 .btn-social,
.cid-tmo47pgSO7 .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo47pgSO7 .mbr-section-title {
  color: #ffffff;
}
.cid-qKWyrNij8S {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKWyrNij8S .content {
    text-align: center;
  }
  .cid-qKWyrNij8S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKWyrNij8S .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKWyrNij8S .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKWyrNij8S .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKWyrNij8S .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKWyrNij8S .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKWyrNij8S .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-qKWyrNij8S .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKWyrNij8S .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKWyrNij8S .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKWyrNij8S .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKWyrNij8S .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKWyrNij8S .copyright > p {
  text-align: center;
}
.cid-qKWyrNij8S H5 {
  color: #f7ed4a;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-x #userid {
  width: 290px;
}
#custom-html-x label {
  color: #ffffff;
}
#custom-html-x .form-control-label {
  color: #ffffff;
}
#custom-html-x .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-x .rs-form-control,
#custom-html-x .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-x .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-x .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-x .rs-form-control,
#custom-html-x .rs-form-control-file,
#custom-html-x .rs-form-control-range {
  display: block;
}
#custom-html-x .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-x .adj-top {
  padding-top: 20px !important;
}
#custom-html-x #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-x .boldit {
  font-weight: 700;
}
#custom-html-x .mbr-section-title,
#custom-html-x p {
  color: #fff;
}
#custom-html-x h3 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tmo43xE5p4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo43xE5p4 [class^="socicon-"]:before,
.cid-tmo43xE5p4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo43xE5p4 .btn-social {
  border-color: #55b4d4;
}
.cid-tmo43xE5p4 .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo43xE5p4 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo43xE5p4 .btn {
    font-size: 20px !important;
  }
}
.cid-tmo43xE5p4 .btn-social,
.cid-tmo43xE5p4 .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo43xE5p4 .mbr-section-title {
  color: #ffffff;
}
.cid-qKWEwBnCkM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKWEwBnCkM .content {
    text-align: center;
  }
  .cid-qKWEwBnCkM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKWEwBnCkM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKWEwBnCkM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKWEwBnCkM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKWEwBnCkM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKWEwBnCkM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKWEwBnCkM .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-qKWEwBnCkM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKWEwBnCkM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKWEwBnCkM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKWEwBnCkM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKWEwBnCkM .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKWEwBnCkM .copyright > p {
  text-align: center;
}
.cid-qKWEwBnCkM H5 {
  color: #f7ed4a;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qKWJPVc2Sp {
  background-image: url("../../../assets/images/11778717-1868x2807-2000x1330-56-2000x13301.jpg");
}
.cid-qKWJPVc2Sp .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qKWJPVc2Sp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKWJPVc2Sp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKWJPVc2Sp .mbr-text {
    text-align: center;
  }
}
.cid-tmo40YTNK1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo40YTNK1 [class^="socicon-"]:before,
.cid-tmo40YTNK1 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo40YTNK1 .btn-social {
  border-color: #55b4d4;
}
.cid-tmo40YTNK1 .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo40YTNK1 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo40YTNK1 .btn {
    font-size: 20px !important;
  }
}
.cid-tmo40YTNK1 .btn-social,
.cid-tmo40YTNK1 .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo40YTNK1 .mbr-section-title {
  color: #ffffff;
}
.cid-qKWJIyOwJF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKWJIyOwJF .content {
    text-align: center;
  }
  .cid-qKWJIyOwJF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKWJIyOwJF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKWJIyOwJF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKWJIyOwJF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKWJIyOwJF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKWJIyOwJF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKWJIyOwJF .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-qKWJIyOwJF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKWJIyOwJF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKWJIyOwJF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKWJIyOwJF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKWJIyOwJF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKWJIyOwJF .copyright > p {
  text-align: center;
}
.cid-qKWJIyOwJF H5 {
  color: #f7ed4a;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qKX0LSTcJJ {
  background-image: url("../../../assets/images/7442452-2400x1600-2000x1333-41-2000x1333.jpg");
}
.cid-tmo3XaSrna {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo3XaSrna [class^="socicon-"]:before,
.cid-tmo3XaSrna [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo3XaSrna .btn-social {
  border-color: #55b4d4;
}
.cid-tmo3XaSrna .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo3XaSrna .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo3XaSrna .btn {
    font-size: 20px !important;
  }
}
.cid-tmo3XaSrna .btn-social,
.cid-tmo3XaSrna .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo3XaSrna .mbr-section-title {
  color: #ffffff;
}
.cid-qKWZoVhnPc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKWZoVhnPc .content {
    text-align: center;
  }
  .cid-qKWZoVhnPc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKWZoVhnPc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKWZoVhnPc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKWZoVhnPc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKWZoVhnPc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKWZoVhnPc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKWZoVhnPc .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-qKWZoVhnPc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKWZoVhnPc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKWZoVhnPc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKWZoVhnPc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKWZoVhnPc .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKWZoVhnPc .copyright > p {
  text-align: center;
}
.cid-qKWZoVhnPc H5 {
  color: #f7ed4a;
}
.cid-qKXibcqTjl .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKXibcqTjl .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKXibcqTjl a {
  font-style: normal;
}
.cid-qKXibcqTjl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKXibcqTjl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKXibcqTjl .nav-item:focus,
.cid-qKXibcqTjl .nav-link:focus {
  outline: none;
}
.cid-qKXibcqTjl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKXibcqTjl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKXibcqTjl .menu-logo {
  margin-right: auto;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKXibcqTjl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKXibcqTjl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKXibcqTjl button.navbar-toggler:focus {
  outline: none;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKXibcqTjl .collapsed .btn {
  display: flex;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKXibcqTjl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKXibcqTjl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKXibcqTjl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar-expand {
    flex-direction: column;
  }
  .cid-qKXibcqTjl img {
    height: 3.8rem !important;
  }
  .cid-qKXibcqTjl .btn {
    display: flex;
  }
  .cid-qKXibcqTjl button.navbar-toggler {
    display: block;
  }
  .cid-qKXibcqTjl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKXibcqTjl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKXibcqTjl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing,
  .cid-qKXibcqTjl .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKXibcqTjl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKXibcqTjl .navbar-collapse {
  flex-basis: auto;
}
.cid-qKXibcqTjl .nav-link:hover,
.cid-qKXibcqTjl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-2j H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-qKXkK5Xqwk {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tmo1QWAYs4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo1QWAYs4 [class^="socicon-"]:before,
.cid-tmo1QWAYs4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo1QWAYs4 .btn-social {
  border-color: #55b4d4;
}
.cid-tmo1QWAYs4 .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo1QWAYs4 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo1QWAYs4 .btn {
    font-size: 20px !important;
  }
}
.cid-tmo1QWAYs4 .btn-social,
.cid-tmo1QWAYs4 .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo1QWAYs4 .mbr-section-title {
  color: #ffffff;
}
#custom-html-8i label {
  color: #000000;
}
#custom-html-8i .form-control-label {
  color: #000000;
}
#custom-html-8i SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-8i .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-8i .rs-form-control,
#custom-html-8i .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-8i .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-8i .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-8i .rs-form-control,
#custom-html-8i .rs-form-control-file,
#custom-html-8i .rs-form-control-range {
  display: block;
}
#custom-html-8i .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-8i .regular-checkbox {
  display: none;
}
#custom-html-8i .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-8i .regular-checkbox + label:active,
#custom-html-8i .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-8i .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-8i .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-8i .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-8i .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-8i .adj-top {
  padding-top: 20px !important;
}
#custom-html-8i #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-8i .boldit {
  font-weight: 700;
}
#custom-html-8i H3 {
  color: #ffffff;
}
#custom-html-8i P {
  color: #f7da64;
  text-align: left;
}
#custom-html-8i SPAN {
  font-size: 19px;
}
#custom-html-8i .mbr-section-title,
#custom-html-8i p {
  color: #fff;
}
.cid-tmzglshPPB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmzglshPPB [class^="socicon-"]:before,
.cid-tmzglshPPB [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmzglshPPB .btn-social {
  border-color: #55b4d4;
}
.cid-tmzglshPPB .btn-social:hover {
  background: #55b4d4;
}
.cid-tmzglshPPB .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmzglshPPB .btn {
    font-size: 20px !important;
  }
}
.cid-tmzglshPPB .btn-social,
.cid-tmzglshPPB .mbr-section-title B {
  color: #ffffff;
}
.cid-tmzglshPPB .mbr-section-title {
  color: #ffffff;
}
.cid-tmzhgtqmZw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmzhgtqmZw [class^="socicon-"]:before,
.cid-tmzhgtqmZw [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmzhgtqmZw .btn-social {
  border-color: #55b4d4;
}
.cid-tmzhgtqmZw .btn-social:hover {
  background: #55b4d4;
}
.cid-tmzhgtqmZw .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmzhgtqmZw .btn {
    font-size: 20px !important;
  }
}
.cid-tmzhgtqmZw .btn-social,
.cid-tmzhgtqmZw .mbr-section-title B {
  color: #ffffff;
}
.cid-tmzhgtqmZw .mbr-section-title {
  color: #ffffff;
}
.cid-qKXlmMeXJS {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-qKXlmMeXJS .mbr-section-subtitle {
  color: #767676;
}
.cid-tmo1Shia06 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo1Shia06 [class^="socicon-"]:before,
.cid-tmo1Shia06 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo1Shia06 .btn-social {
  border-color: #55b4d4;
}
.cid-tmo1Shia06 .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo1Shia06 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo1Shia06 .btn {
    font-size: 20px !important;
  }
}
.cid-tmo1Shia06 .btn-social,
.cid-tmo1Shia06 .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo1Shia06 .mbr-section-title {
  color: #ffffff;
}
#custom-html-2m {
  
}
#custom-html-2m label {
  color: #ffffff;
}
#custom-html-2m .form-control-label {
  color: #ffffff;
}
#custom-html-2m SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-2m .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-2m .rs-form-control,
#custom-html-2m .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-2m .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-2m .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-2m .rs-form-control,
#custom-html-2m .rs-form-control-file,
#custom-html-2m .rs-form-control-range {
  display: block;
}
#custom-html-2m .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-2m .regular-checkbox {
  display: none;
}
#custom-html-2m .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-2m .regular-checkbox + label:active,
#custom-html-2m .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-2m .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-2m .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-2m .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-2m .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-2m .adj-top {
  padding-top: 20px !important;
}
#custom-html-2m #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-2m .boldit {
  font-weight: 700;
}
#custom-html-2m .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
.cid-tmo2082rDq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo2082rDq [class^="socicon-"]:before,
.cid-tmo2082rDq [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo2082rDq .btn-social {
  border-color: #55b4d4;
}
.cid-tmo2082rDq .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo2082rDq .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo2082rDq .btn {
    font-size: 20px !important;
  }
}
.cid-tmo2082rDq .btn-social,
.cid-tmo2082rDq .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo2082rDq .mbr-section-title {
  color: #ffffff;
}
.cid-qKXmHreXCl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-qKXmHreXCl .mbr-section-subtitle {
  color: #767676;
}
.cid-tmo20ZoStf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo20ZoStf [class^="socicon-"]:before,
.cid-tmo20ZoStf [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo20ZoStf .btn-social {
  border-color: #55b4d4;
}
.cid-tmo20ZoStf .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo20ZoStf .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo20ZoStf .btn {
    font-size: 20px !important;
  }
}
.cid-tmo20ZoStf .btn-social,
.cid-tmo20ZoStf .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo20ZoStf .mbr-section-title {
  color: #ffffff;
}
.cid-tmo22diSFl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo22diSFl [class^="socicon-"]:before,
.cid-tmo22diSFl [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo22diSFl .btn-social {
  border-color: #55b4d4;
}
.cid-tmo22diSFl .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo22diSFl .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo22diSFl .btn {
    font-size: 20px !important;
  }
}
.cid-tmo22diSFl .btn-social,
.cid-tmo22diSFl .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo22diSFl .mbr-section-title {
  color: #ffffff;
}
.cid-qKXn4bPhuJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-qKXn4bPhuJ .mbr-section-subtitle {
  color: #767676;
}
.cid-tmo23IUO2j {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo23IUO2j [class^="socicon-"]:before,
.cid-tmo23IUO2j [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo23IUO2j .btn-social {
  border-color: #55b4d4;
}
.cid-tmo23IUO2j .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo23IUO2j .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo23IUO2j .btn {
    font-size: 20px !important;
  }
}
.cid-tmo23IUO2j .btn-social,
.cid-tmo23IUO2j .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo23IUO2j .mbr-section-title {
  color: #ffffff;
}
#custom-html-2q {
  
}
#custom-html-2q input {
  margin-left: -10px;
}
#custom-html-2q label {
  color: #000000;
  font-weight: 700;
}
#custom-html-2q .form-control-label {
  color: #ffffff;
}
#custom-html-2q SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-2q .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-2q .rs-form-control,
#custom-html-2q .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-2q .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-2q .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-2q .rs-form-control,
#custom-html-2q .rs-form-control-file,
#custom-html-2q .rs-form-control-range {
  display: block;
}
#custom-html-2q .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-2q .regular-checkbox {
  display: none;
}
#custom-html-2q .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-2q .regular-checkbox + label:active,
#custom-html-2q .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-2q .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-2q .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-2q .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-2q .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-2q .adj-top {
  padding-top: 20px !important;
}
#custom-html-2q #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-2q .boldit {
  font-weight: 700;
}
.cid-tmo25cuPbH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo25cuPbH [class^="socicon-"]:before,
.cid-tmo25cuPbH [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo25cuPbH .btn-social {
  border-color: #55b4d4;
}
.cid-tmo25cuPbH .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo25cuPbH .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo25cuPbH .btn {
    font-size: 20px !important;
  }
}
.cid-tmo25cuPbH .btn-social,
.cid-tmo25cuPbH .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo25cuPbH .mbr-section-title {
  color: #ffffff;
}
.cid-qKXkuItDE5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKXkuItDE5 .content {
    text-align: center;
  }
  .cid-qKXkuItDE5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKXkuItDE5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKXkuItDE5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKXkuItDE5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKXkuItDE5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKXkuItDE5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKXkuItDE5 .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-qKXkuItDE5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKXkuItDE5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKXkuItDE5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKXkuItDE5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKXkuItDE5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKXkuItDE5 .copyright > p {
  text-align: center;
}
.cid-qKXkuItDE5 H5 {
  color: #f7ed4a;
}
.cid-qKXibcqTjl .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKXibcqTjl .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKXibcqTjl a {
  font-style: normal;
}
.cid-qKXibcqTjl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKXibcqTjl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKXibcqTjl .nav-item:focus,
.cid-qKXibcqTjl .nav-link:focus {
  outline: none;
}
.cid-qKXibcqTjl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKXibcqTjl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKXibcqTjl .menu-logo {
  margin-right: auto;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKXibcqTjl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKXibcqTjl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKXibcqTjl button.navbar-toggler:focus {
  outline: none;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKXibcqTjl .collapsed .btn {
  display: flex;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKXibcqTjl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKXibcqTjl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKXibcqTjl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar-expand {
    flex-direction: column;
  }
  .cid-qKXibcqTjl img {
    height: 3.8rem !important;
  }
  .cid-qKXibcqTjl .btn {
    display: flex;
  }
  .cid-qKXibcqTjl button.navbar-toggler {
    display: block;
  }
  .cid-qKXibcqTjl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKXibcqTjl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKXibcqTjl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing,
  .cid-qKXibcqTjl .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKXibcqTjl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKXibcqTjl .navbar-collapse {
  flex-basis: auto;
}
.cid-qKXibcqTjl .nav-link:hover,
.cid-qKXibcqTjl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-2u .mbr-section-lead {
  color: #ffffff;
}
#custom-html-2u h1 {
  font-weight: 700;
  color: #ffffff;
}
#custom-html-2u .mbr-section-hero {
  padding-top: 130px;
  padding-bottom: 130px;
}
#custom-html-2u label {
  color: #ffffff;
}
#custom-html-2u .form-control-label {
  color: #ffffff;
}
#custom-html-2u SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-2u .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-2u .rs-form-control,
#custom-html-2u .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-2u .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-2u .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-2u .rs-form-control,
#custom-html-2u .rs-form-control-file,
#custom-html-2u .rs-form-control-range {
  display: block;
}
#custom-html-2u .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-2u .regular-checkbox {
  display: none;
}
#custom-html-2u .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-2u .regular-checkbox + label:active,
#custom-html-2u .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-2u .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-2u .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-2u .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-2u .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-2u .adj-top {
  padding-top: 20px !important;
}
#custom-html-2u #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-2u .boldit {
  font-weight: 700;
}
#custom-html-2u .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
#custom-html-2u .mbr-section-title2 {
  font-size: 35px;
  color: #ffffff;
  margin-top: 0rem !important;
  margin-bottom: 2.2rem !important;
}
.cid-tmo1KZjICD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo1KZjICD [class^="socicon-"]:before,
.cid-tmo1KZjICD [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo1KZjICD .btn-social {
  border-color: #55b4d4;
}
.cid-tmo1KZjICD .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo1KZjICD .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo1KZjICD .btn {
    font-size: 20px !important;
  }
}
.cid-tmo1KZjICD .btn-social,
.cid-tmo1KZjICD .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo1KZjICD .mbr-section-title {
  color: #ffffff;
}
.cid-qKXv2sPeDK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKXv2sPeDK .content {
    text-align: center;
  }
  .cid-qKXv2sPeDK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKXv2sPeDK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKXv2sPeDK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKXv2sPeDK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKXv2sPeDK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKXv2sPeDK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKXv2sPeDK .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-qKXv2sPeDK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKXv2sPeDK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKXv2sPeDK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKXv2sPeDK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKXv2sPeDK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKXv2sPeDK .copyright > p {
  text-align: center;
}
.cid-qKXv2sPeDK H5 {
  color: #f7ed4a;
}
.cid-qKXibcqTjl .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKXibcqTjl .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKXibcqTjl a {
  font-style: normal;
}
.cid-qKXibcqTjl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKXibcqTjl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKXibcqTjl .nav-item:focus,
.cid-qKXibcqTjl .nav-link:focus {
  outline: none;
}
.cid-qKXibcqTjl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKXibcqTjl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKXibcqTjl .menu-logo {
  margin-right: auto;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKXibcqTjl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKXibcqTjl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKXibcqTjl button.navbar-toggler:focus {
  outline: none;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKXibcqTjl .collapsed .btn {
  display: flex;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKXibcqTjl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKXibcqTjl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKXibcqTjl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar-expand {
    flex-direction: column;
  }
  .cid-qKXibcqTjl img {
    height: 3.8rem !important;
  }
  .cid-qKXibcqTjl .btn {
    display: flex;
  }
  .cid-qKXibcqTjl button.navbar-toggler {
    display: block;
  }
  .cid-qKXibcqTjl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKXibcqTjl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKXibcqTjl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing,
  .cid-qKXibcqTjl .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKXibcqTjl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKXibcqTjl .navbar-collapse {
  flex-basis: auto;
}
.cid-qKXibcqTjl .nav-link:hover,
.cid-qKXibcqTjl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-2x H3 {
  font-size: 24px;
  color: #b8312f;
}
#custom-html-2y .mbr-section-lead {
  color: #ffffff;
}
#custom-html-2y h1 {
  font-weight: 700;
  color: #ffffff;
}
#custom-html-2y .mbr-section-hero {
  padding-top: 130px;
  padding-bottom: 130px;
}
#custom-html-2y .mbr-section-title {
  font-size: 70px;
}
#custom-html-2y .mbr-section-title2 {
  font-size: 35px;
  color: #ffffff;
  margin-top: 0rem !important;
  margin-bottom: 2.2rem !important;
}
.cid-tmo1BowxYm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo1BowxYm [class^="socicon-"]:before,
.cid-tmo1BowxYm [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo1BowxYm .btn-social {
  border-color: #55b4d4;
}
.cid-tmo1BowxYm .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo1BowxYm .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo1BowxYm .btn {
    font-size: 20px !important;
  }
}
.cid-tmo1BowxYm .btn-social,
.cid-tmo1BowxYm .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo1BowxYm .mbr-section-title {
  color: #ffffff;
}
#custom-html-2z .mbr-section-title {
  font-weight: 700;
}
#custom-html-2z label {
  color: #000000;
}
#custom-html-2z .form-control-label {
  color: #ffffff;
}
#custom-html-2z SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-2z .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-2z .rs-form-control,
#custom-html-2z .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-2z .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-2z .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-2z .rs-form-control,
#custom-html-2z .rs-form-control-file,
#custom-html-2z .rs-form-control-range {
  display: block;
}
#custom-html-2z .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-2z .regular-checkbox {
  display: none;
}
#custom-html-2z .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-2z .regular-checkbox + label:active,
#custom-html-2z .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-2z .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-2z .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-2z .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-2z .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-2z .adj-top {
  padding-top: 20px !important;
}
#custom-html-2z #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-2z .boldit {
  font-weight: 700;
}
#custom-html-2z .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
#custom-html-2z .mbr-section-title,
#custom-html-2z p {
  color: #000;
}
#custom-html-2z .mbr-section-title {
  color: #000000;
}
#custom-html-2z .lead P {
  color: #000000;
}
.cid-tmo1CMLBD5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo1CMLBD5 [class^="socicon-"]:before,
.cid-tmo1CMLBD5 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo1CMLBD5 .btn-social {
  border-color: #55b4d4;
}
.cid-tmo1CMLBD5 .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo1CMLBD5 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo1CMLBD5 .btn {
    font-size: 20px !important;
  }
}
.cid-tmo1CMLBD5 .btn-social,
.cid-tmo1CMLBD5 .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo1CMLBD5 .mbr-section-title {
  color: #ffffff;
}
.cid-qKXwCWTI0a {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKXwCWTI0a .content {
    text-align: center;
  }
  .cid-qKXwCWTI0a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKXwCWTI0a .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKXwCWTI0a .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKXwCWTI0a .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKXwCWTI0a .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKXwCWTI0a .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKXwCWTI0a .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-qKXwCWTI0a .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKXwCWTI0a .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKXwCWTI0a .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKXwCWTI0a .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKXwCWTI0a .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKXwCWTI0a .copyright > p {
  text-align: center;
}
.cid-qKXwCWTI0a H5 {
  color: #f7ed4a;
}
.cid-qKXibcqTjl .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKXibcqTjl .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKXibcqTjl a {
  font-style: normal;
}
.cid-qKXibcqTjl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKXibcqTjl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKXibcqTjl .nav-item:focus,
.cid-qKXibcqTjl .nav-link:focus {
  outline: none;
}
.cid-qKXibcqTjl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKXibcqTjl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKXibcqTjl .menu-logo {
  margin-right: auto;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKXibcqTjl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKXibcqTjl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKXibcqTjl button.navbar-toggler:focus {
  outline: none;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKXibcqTjl .collapsed .btn {
  display: flex;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKXibcqTjl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKXibcqTjl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKXibcqTjl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar-expand {
    flex-direction: column;
  }
  .cid-qKXibcqTjl img {
    height: 3.8rem !important;
  }
  .cid-qKXibcqTjl .btn {
    display: flex;
  }
  .cid-qKXibcqTjl button.navbar-toggler {
    display: block;
  }
  .cid-qKXibcqTjl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKXibcqTjl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKXibcqTjl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing,
  .cid-qKXibcqTjl .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKXibcqTjl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKXibcqTjl .navbar-collapse {
  flex-basis: auto;
}
.cid-qKXibcqTjl .nav-link:hover,
.cid-qKXibcqTjl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-33 H3 {
  font-size: 24px;
  color: #b8312f;
}
#custom-html-34 .mbr-section-lead {
  color: #ffffff;
}
#custom-html-34 h1 {
  font-weight: 700;
  color: #ffffff;
}
#custom-html-34 .mbr-section-hero {
  padding-top: 130px;
  padding-bottom: 130px;
}
#custom-html-34 .mbr-section-title {
  font-size: 70px;
}
#custom-html-34 .mbr-section-title2 {
  font-size: 35px;
  color: #ffffff;
  margin-top: 0rem !important;
  margin-bottom: 2.2rem !important;
}
.cid-tmo1xFgZJo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo1xFgZJo [class^="socicon-"]:before,
.cid-tmo1xFgZJo [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo1xFgZJo .btn-social {
  border-color: #55b4d4;
}
.cid-tmo1xFgZJo .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo1xFgZJo .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo1xFgZJo .btn {
    font-size: 20px !important;
  }
}
.cid-tmo1xFgZJo .btn-social,
.cid-tmo1xFgZJo .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo1xFgZJo .mbr-section-title {
  color: #ffffff;
}
.cid-qKXyLUTI4W {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKXyLUTI4W .content {
    text-align: center;
  }
  .cid-qKXyLUTI4W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKXyLUTI4W .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKXyLUTI4W .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKXyLUTI4W .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKXyLUTI4W .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKXyLUTI4W .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKXyLUTI4W .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-qKXyLUTI4W .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKXyLUTI4W .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKXyLUTI4W .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKXyLUTI4W .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKXyLUTI4W .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKXyLUTI4W .copyright > p {
  text-align: center;
}
.cid-qKXyLUTI4W H5 {
  color: #f7ed4a;
}
.cid-qKXibcqTjl .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKXibcqTjl .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKXibcqTjl a {
  font-style: normal;
}
.cid-qKXibcqTjl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKXibcqTjl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKXibcqTjl .nav-item:focus,
.cid-qKXibcqTjl .nav-link:focus {
  outline: none;
}
.cid-qKXibcqTjl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKXibcqTjl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKXibcqTjl .menu-logo {
  margin-right: auto;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKXibcqTjl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKXibcqTjl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKXibcqTjl button.navbar-toggler:focus {
  outline: none;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKXibcqTjl .collapsed .btn {
  display: flex;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKXibcqTjl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKXibcqTjl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKXibcqTjl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar-expand {
    flex-direction: column;
  }
  .cid-qKXibcqTjl img {
    height: 3.8rem !important;
  }
  .cid-qKXibcqTjl .btn {
    display: flex;
  }
  .cid-qKXibcqTjl button.navbar-toggler {
    display: block;
  }
  .cid-qKXibcqTjl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKXibcqTjl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKXibcqTjl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing,
  .cid-qKXibcqTjl .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKXibcqTjl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKXibcqTjl .navbar-collapse {
  flex-basis: auto;
}
.cid-qKXibcqTjl .nav-link:hover,
.cid-qKXibcqTjl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-38 H3 {
  font-size: 24px;
  color: #b8312f;
}
#custom-html-39 .mbr-section-lead {
  color: #ffffff;
}
#custom-html-39 h1 {
  font-weight: 700;
  color: #ffffff;
}
#custom-html-39 .mbr-section-hero {
  padding-top: 130px;
  padding-bottom: 130px;
}
#custom-html-39 .mbr-section-title {
  font-size: 70px;
}
#custom-html-39 .mbr-section-title2 {
  font-size: 35px;
  color: #ffffff;
  margin-top: 0rem !important;
  margin-bottom: 2.2rem !important;
}
.cid-tmo1uDzTYH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo1uDzTYH [class^="socicon-"]:before,
.cid-tmo1uDzTYH [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo1uDzTYH .btn-social {
  border-color: #55b4d4;
}
.cid-tmo1uDzTYH .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo1uDzTYH .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo1uDzTYH .btn {
    font-size: 20px !important;
  }
}
.cid-tmo1uDzTYH .btn-social,
.cid-tmo1uDzTYH .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo1uDzTYH .mbr-section-title {
  color: #ffffff;
}
.cid-qKXzPwcPrF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKXzPwcPrF .content {
    text-align: center;
  }
  .cid-qKXzPwcPrF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKXzPwcPrF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKXzPwcPrF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKXzPwcPrF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKXzPwcPrF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKXzPwcPrF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKXzPwcPrF .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-qKXzPwcPrF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKXzPwcPrF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKXzPwcPrF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKXzPwcPrF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKXzPwcPrF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKXzPwcPrF .copyright > p {
  text-align: center;
}
.cid-qKXzPwcPrF H5 {
  color: #f7ed4a;
}
.cid-qKXibcqTjl .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKXibcqTjl .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKXibcqTjl a {
  font-style: normal;
}
.cid-qKXibcqTjl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKXibcqTjl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKXibcqTjl .nav-item:focus,
.cid-qKXibcqTjl .nav-link:focus {
  outline: none;
}
.cid-qKXibcqTjl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKXibcqTjl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKXibcqTjl .menu-logo {
  margin-right: auto;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKXibcqTjl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKXibcqTjl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKXibcqTjl button.navbar-toggler:focus {
  outline: none;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKXibcqTjl .collapsed .btn {
  display: flex;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKXibcqTjl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKXibcqTjl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKXibcqTjl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar-expand {
    flex-direction: column;
  }
  .cid-qKXibcqTjl img {
    height: 3.8rem !important;
  }
  .cid-qKXibcqTjl .btn {
    display: flex;
  }
  .cid-qKXibcqTjl button.navbar-toggler {
    display: block;
  }
  .cid-qKXibcqTjl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKXibcqTjl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKXibcqTjl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing,
  .cid-qKXibcqTjl .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKXibcqTjl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKXibcqTjl .navbar-collapse {
  flex-basis: auto;
}
.cid-qKXibcqTjl .nav-link:hover,
.cid-qKXibcqTjl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-3c H3 {
  font-size: 24px;
  color: #b8312f;
}
#custom-html-3d .mbr-section-lead {
  color: #ffffff;
}
#custom-html-3d h1 {
  font-weight: 700;
  color: #ffffff;
}
#custom-html-3d .mbr-section-hero {
  padding-top: 130px;
  padding-bottom: 130px;
}
#custom-html-3d .mbr-section-title {
  font-size: 70px;
}
#custom-html-3d .mbr-section-title2 {
  font-size: 35px;
  color: #ffffff;
  margin-top: 0rem !important;
  margin-bottom: 2.2rem !important;
}
.cid-tmo1lIOpxM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo1lIOpxM [class^="socicon-"]:before,
.cid-tmo1lIOpxM [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo1lIOpxM .btn-social {
  border-color: #55b4d4;
}
.cid-tmo1lIOpxM .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo1lIOpxM .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo1lIOpxM .btn {
    font-size: 20px !important;
  }
}
.cid-tmo1lIOpxM .btn-social,
.cid-tmo1lIOpxM .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo1lIOpxM .mbr-section-title {
  color: #ffffff;
}
.cid-qKXAKc3Fxr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKXAKc3Fxr .content {
    text-align: center;
  }
  .cid-qKXAKc3Fxr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKXAKc3Fxr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKXAKc3Fxr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKXAKc3Fxr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKXAKc3Fxr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKXAKc3Fxr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKXAKc3Fxr .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-qKXAKc3Fxr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKXAKc3Fxr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKXAKc3Fxr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKXAKc3Fxr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKXAKc3Fxr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKXAKc3Fxr .copyright > p {
  text-align: center;
}
.cid-qKXAKc3Fxr H5 {
  color: #f7ed4a;
}
.cid-qLiG6DtQHA .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qLiG6DtQHA .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qLiG6DtQHA a {
  font-style: normal;
}
.cid-qLiG6DtQHA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLiG6DtQHA .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLiG6DtQHA .nav-item:focus,
.cid-qLiG6DtQHA .nav-link:focus {
  outline: none;
}
.cid-qLiG6DtQHA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLiG6DtQHA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLiG6DtQHA .menu-logo {
  margin-right: auto;
}
.cid-qLiG6DtQHA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLiG6DtQHA .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-qLiG6DtQHA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLiG6DtQHA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLiG6DtQHA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLiG6DtQHA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLiG6DtQHA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLiG6DtQHA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLiG6DtQHA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLiG6DtQHA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLiG6DtQHA .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLiG6DtQHA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLiG6DtQHA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLiG6DtQHA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLiG6DtQHA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLiG6DtQHA .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-qLiG6DtQHA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLiG6DtQHA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLiG6DtQHA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLiG6DtQHA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLiG6DtQHA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLiG6DtQHA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLiG6DtQHA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLiG6DtQHA button.navbar-toggler:focus {
  outline: none;
}
.cid-qLiG6DtQHA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLiG6DtQHA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLiG6DtQHA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLiG6DtQHA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLiG6DtQHA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLiG6DtQHA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLiG6DtQHA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLiG6DtQHA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLiG6DtQHA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLiG6DtQHA .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLiG6DtQHA .collapsed .btn {
  display: flex;
}
.cid-qLiG6DtQHA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLiG6DtQHA .collapsed .navbar-collapse.collapsing,
.cid-qLiG6DtQHA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLiG6DtQHA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLiG6DtQHA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLiG6DtQHA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLiG6DtQHA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLiG6DtQHA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLiG6DtQHA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLiG6DtQHA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLiG6DtQHA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLiG6DtQHA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLiG6DtQHA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLiG6DtQHA .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLiG6DtQHA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLiG6DtQHA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLiG6DtQHA .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-qLiG6DtQHA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLiG6DtQHA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLiG6DtQHA .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-qLiG6DtQHA .navbar-expand {
    flex-direction: column;
  }
  .cid-qLiG6DtQHA img {
    height: 3.8rem !important;
  }
  .cid-qLiG6DtQHA .btn {
    display: flex;
  }
  .cid-qLiG6DtQHA button.navbar-toggler {
    display: block;
  }
  .cid-qLiG6DtQHA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLiG6DtQHA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLiG6DtQHA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLiG6DtQHA .navbar-collapse.collapsing,
  .cid-qLiG6DtQHA .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLiG6DtQHA .navbar-collapse.collapsing .navbar-nav,
  .cid-qLiG6DtQHA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLiG6DtQHA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLiG6DtQHA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLiG6DtQHA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLiG6DtQHA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLiG6DtQHA .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLiG6DtQHA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLiG6DtQHA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLiG6DtQHA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLiG6DtQHA .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-qLiG6DtQHA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLiG6DtQHA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLiG6DtQHA .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-qLiG6DtQHA .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLiG6DtQHA .navbar-collapse {
  flex-basis: auto;
}
.cid-qLiG6DtQHA .nav-link:hover,
.cid-qLiG6DtQHA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qLiTXQeCWX {
  background-image: url("../../../assets/images/mbr-4-1620x1080.jpg");
}
.cid-tmo02BL47R {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo02BL47R [class^="socicon-"]:before,
.cid-tmo02BL47R [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo02BL47R .btn-social {
  border-color: #55b4d4;
}
.cid-tmo02BL47R .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo02BL47R .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo02BL47R .btn {
    font-size: 20px !important;
  }
}
.cid-tmo02BL47R .btn-social,
.cid-tmo02BL47R .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo02BL47R .mbr-section-title {
  color: #ffffff;
}
.cid-qLiG6GaOFA {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qLiG6GaOFA .mbr-section-subtitle {
  color: #767676;
}
.cid-tmo04t68Tn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo04t68Tn [class^="socicon-"]:before,
.cid-tmo04t68Tn [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo04t68Tn .btn-social {
  border-color: #55b4d4;
}
.cid-tmo04t68Tn .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo04t68Tn .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo04t68Tn .btn {
    font-size: 20px !important;
  }
}
.cid-tmo04t68Tn .btn-social,
.cid-tmo04t68Tn .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo04t68Tn .mbr-section-title {
  color: #ffffff;
}
.cid-qLiM5T4xRf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qLiM5T4xRf .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-qLiM5T4xRf h4 {
  text-align: center;
}
.cid-qLiM5T4xRf p {
  text-align: center;
}
.cid-qLiM5T4xRf .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tmo05eYWLd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo05eYWLd [class^="socicon-"]:before,
.cid-tmo05eYWLd [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo05eYWLd .btn-social {
  border-color: #55b4d4;
}
.cid-tmo05eYWLd .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo05eYWLd .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo05eYWLd .btn {
    font-size: 20px !important;
  }
}
.cid-tmo05eYWLd .btn-social,
.cid-tmo05eYWLd .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo05eYWLd .mbr-section-title {
  color: #ffffff;
}
.cid-qLiG6Jj1Pq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tmo06760Ph {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo06760Ph [class^="socicon-"]:before,
.cid-tmo06760Ph [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo06760Ph .btn-social {
  border-color: #55b4d4;
}
.cid-tmo06760Ph .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo06760Ph .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo06760Ph .btn {
    font-size: 20px !important;
  }
}
.cid-tmo06760Ph .btn-social,
.cid-tmo06760Ph .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo06760Ph .mbr-section-title {
  color: #ffffff;
}
.cid-qLiG6KqRk1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-qLiG6KqRk1 .card-img {
  background-color: #fff;
}
.cid-qLiG6KqRk1 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qLiG6KqRk1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qLiG6KqRk1 p {
  text-align: left;
}
.cid-qLiG6KqRk1 .mbr-text {
  color: #767676;
}
.cid-qLiG6KqRk1 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qLiG6KqRk1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qLiG6KqRk1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tmo06WsvM6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo06WsvM6 [class^="socicon-"]:before,
.cid-tmo06WsvM6 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo06WsvM6 .btn-social {
  border-color: #55b4d4;
}
.cid-tmo06WsvM6 .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo06WsvM6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo06WsvM6 .btn {
    font-size: 20px !important;
  }
}
.cid-tmo06WsvM6 .btn-social,
.cid-tmo06WsvM6 .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo06WsvM6 .mbr-section-title {
  color: #ffffff;
}
#custom-html-3q {
  
}
#custom-html-3q .col-md-8 {
  margin-left: auto;
  margin-right: auto;
}
#custom-html-3q #contacthead {
  text-align: center;
}
#custom-html-3q #formhead {
  text-align: center;
}
#custom-html-3q h1,
#custom-html-3q h3 {
  color: #ffffff;
}
#custom-html-3q label {
  color: #ffffff;
}
#custom-html-3q .form-control-label {
  color: #ffffff;
}
#custom-html-3q SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-3q .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-3q .rs-form-control,
#custom-html-3q .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-3q .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-3q .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-3q .rs-form-control,
#custom-html-3q .rs-form-control-file,
#custom-html-3q .rs-form-control-range {
  display: block;
}
#custom-html-3q .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-3q .regular-checkbox {
  display: none;
}
#custom-html-3q .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-3q .regular-checkbox + label:active,
#custom-html-3q .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-3q .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-3q .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-3q .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-3q .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-3q .adj-top {
  padding-top: 20px !important;
}
#custom-html-3q #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-3q .boldit {
  font-weight: 700;
}
#custom-html-3q #contacthead {
  padding-top: 60px;
  padding-bottom: 10px;
}
#custom-html-3q #buttondiv {
  padding-bottom: 40px;
}
.cid-tmo08ipgyr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo08ipgyr [class^="socicon-"]:before,
.cid-tmo08ipgyr [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo08ipgyr .btn-social {
  border-color: #55b4d4;
}
.cid-tmo08ipgyr .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo08ipgyr .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo08ipgyr .btn {
    font-size: 20px !important;
  }
}
.cid-tmo08ipgyr .btn-social,
.cid-tmo08ipgyr .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo08ipgyr .mbr-section-title {
  color: #ffffff;
}
.cid-qLiG6OUdY2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qLiG6OUdY2 .content {
    text-align: center;
  }
  .cid-qLiG6OUdY2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLiG6OUdY2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLiG6OUdY2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLiG6OUdY2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLiG6OUdY2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLiG6OUdY2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLiG6OUdY2 .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-qLiG6OUdY2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLiG6OUdY2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLiG6OUdY2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLiG6OUdY2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLiG6OUdY2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLiG6OUdY2 .copyright > p {
  text-align: center;
}
.cid-qLiG6OUdY2 H5 {
  color: #f7ed4a;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-1l H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-qKX5Bwzry8 {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-qKX5Bwzry8 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qKX5Bwzry8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKX5Bwzry8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKX5Bwzry8 .mbr-text {
    text-align: center;
  }
}
.cid-tmo3BHVbmb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo3BHVbmb [class^="socicon-"]:before,
.cid-tmo3BHVbmb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo3BHVbmb .btn-social {
  border-color: #55b4d4;
}
.cid-tmo3BHVbmb .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo3BHVbmb .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo3BHVbmb .btn {
    font-size: 20px !important;
  }
}
.cid-tmo3BHVbmb .btn-social,
.cid-tmo3BHVbmb .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo3BHVbmb .mbr-section-title {
  color: #ffffff;
}
.cid-tmo3CxSTar {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo3CxSTar [class^="socicon-"]:before,
.cid-tmo3CxSTar [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo3CxSTar .btn-social {
  border-color: #55b4d4;
}
.cid-tmo3CxSTar .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo3CxSTar .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo3CxSTar .btn {
    font-size: 20px !important;
  }
}
.cid-tmo3CxSTar .btn-social,
.cid-tmo3CxSTar .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo3CxSTar .mbr-section-title {
  color: #ffffff;
}
#custom-html-1n label {
  color: #000000;
}
#custom-html-1n .form-control-label {
  color: #000000;
}
#custom-html-1n SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-1n .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-1n .rs-form-control,
#custom-html-1n .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-1n .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-1n .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-1n .rs-form-control,
#custom-html-1n .rs-form-control-file,
#custom-html-1n .rs-form-control-range {
  display: block;
}
#custom-html-1n .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-1n .regular-checkbox {
  display: none;
}
#custom-html-1n .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-1n .regular-checkbox + label:active,
#custom-html-1n .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-1n .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-1n .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-1n .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-1n .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-1n .adj-top {
  padding-top: 20px !important;
}
#custom-html-1n #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-1n .boldit {
  font-weight: 700;
}
#custom-html-1n H3 {
  color: #ffffff;
}
#custom-html-1n P {
  color: #f7da64;
  text-align: left;
}
#custom-html-1n SPAN {
  font-size: 19px;
}
#custom-html-1n .mbr-section-title,
#custom-html-1n p {
  color: #fff;
}
.cid-tmL9pV3ufa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL9pV3ufa [class^="socicon-"]:before,
.cid-tmL9pV3ufa [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL9pV3ufa .btn-social {
  border-color: #55b4d4;
}
.cid-tmL9pV3ufa .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL9pV3ufa .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL9pV3ufa .btn {
    font-size: 20px !important;
  }
}
.cid-tmL9pV3ufa .btn-social,
.cid-tmL9pV3ufa .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL9pV3ufa .mbr-section-title {
  color: #ffffff;
}
.cid-qKX7wg8KwS {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKX7wg8KwS .mbr-section-subtitle {
  color: #767676;
}
.cid-tmo3DTidNU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmo3DTidNU [class^="socicon-"]:before,
.cid-tmo3DTidNU [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmo3DTidNU .btn-social {
  border-color: #55b4d4;
}
.cid-tmo3DTidNU .btn-social:hover {
  background: #55b4d4;
}
.cid-tmo3DTidNU .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmo3DTidNU .btn {
    font-size: 20px !important;
  }
}
.cid-tmo3DTidNU .btn-social,
.cid-tmo3DTidNU .mbr-section-title B {
  color: #ffffff;
}
.cid-tmo3DTidNU .mbr-section-title {
  color: #ffffff;
}
.cid-qKX5isknfO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKX5isknfO .content {
    text-align: center;
  }
  .cid-qKX5isknfO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKX5isknfO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKX5isknfO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKX5isknfO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKX5isknfO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKX5isknfO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKX5isknfO .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-qKX5isknfO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKX5isknfO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKX5isknfO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKX5isknfO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKX5isknfO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKX5isknfO .copyright > p {
  text-align: center;
}
.cid-qKX5isknfO H5 {
  color: #f7ed4a;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-43 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-qLpmdvIcrX {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qLpmdvIcrX .mbr-section-subtitle {
  color: #767676;
}
.cid-tnHS6NvU2m {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tnHS6NvU2m [class^="socicon-"]:before,
.cid-tnHS6NvU2m [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tnHS6NvU2m .btn-social {
  border-color: #55b4d4;
}
.cid-tnHS6NvU2m .btn-social:hover {
  background: #55b4d4;
}
.cid-tnHS6NvU2m .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tnHS6NvU2m .btn {
    font-size: 20px !important;
  }
}
.cid-tnHS6NvU2m .btn-social,
.cid-tnHS6NvU2m .mbr-section-title B {
  color: #ffffff;
}
.cid-tnHS6NvU2m .mbr-section-title {
  color: #ffffff;
}
#custom-html-45 {
  
}
#custom-html-45 label {
  color: #ffffff;
}
#custom-html-45 .form-control-label {
  color: #ffffff;
}
#custom-html-45 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-45 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-45 .rs-form-control,
#custom-html-45 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-45 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-45 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-45 .rs-form-control,
#custom-html-45 .rs-form-control-file,
#custom-html-45 .rs-form-control-range {
  display: block;
}
#custom-html-45 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-45 .regular-checkbox {
  display: none;
}
#custom-html-45 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-45 .regular-checkbox + label:active,
#custom-html-45 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-45 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-45 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-45 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-45 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-45 .adj-top {
  padding-top: 20px !important;
}
#custom-html-45 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-45 .boldit {
  font-weight: 700;
}
#custom-html-45 .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
#custom-html-45 h1 {
  font-size: 26px;
}
.cid-tmnWVmZKbw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnWVmZKbw [class^="socicon-"]:before,
.cid-tmnWVmZKbw [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnWVmZKbw .btn-social {
  border-color: #55b4d4;
}
.cid-tmnWVmZKbw .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnWVmZKbw .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnWVmZKbw .btn {
    font-size: 20px !important;
  }
}
.cid-tmnWVmZKbw .btn-social,
.cid-tmnWVmZKbw .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnWVmZKbw .mbr-section-title {
  color: #ffffff;
}
.cid-qLjBwQ08tI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qLjBwQ08tI .content {
    text-align: center;
  }
  .cid-qLjBwQ08tI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLjBwQ08tI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLjBwQ08tI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLjBwQ08tI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLjBwQ08tI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLjBwQ08tI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLjBwQ08tI .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-qLjBwQ08tI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLjBwQ08tI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLjBwQ08tI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLjBwQ08tI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLjBwQ08tI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLjBwQ08tI .copyright > p {
  text-align: center;
}
.cid-qLjBwQ08tI H5 {
  color: #f7ed4a;
}
.cid-qLjB6tEOKN .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qLjB6tEOKN .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qLjB6tEOKN a {
  font-style: normal;
}
.cid-qLjB6tEOKN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLjB6tEOKN .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLjB6tEOKN .nav-item:focus,
.cid-qLjB6tEOKN .nav-link:focus {
  outline: none;
}
.cid-qLjB6tEOKN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLjB6tEOKN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLjB6tEOKN .menu-logo {
  margin-right: auto;
}
.cid-qLjB6tEOKN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLjB6tEOKN .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-qLjB6tEOKN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLjB6tEOKN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLjB6tEOKN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLjB6tEOKN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLjB6tEOKN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLjB6tEOKN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLjB6tEOKN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLjB6tEOKN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLjB6tEOKN .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLjB6tEOKN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLjB6tEOKN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLjB6tEOKN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLjB6tEOKN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLjB6tEOKN .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-qLjB6tEOKN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLjB6tEOKN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLjB6tEOKN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLjB6tEOKN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLjB6tEOKN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLjB6tEOKN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLjB6tEOKN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLjB6tEOKN button.navbar-toggler:focus {
  outline: none;
}
.cid-qLjB6tEOKN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLjB6tEOKN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLjB6tEOKN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLjB6tEOKN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLjB6tEOKN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLjB6tEOKN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLjB6tEOKN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLjB6tEOKN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLjB6tEOKN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLjB6tEOKN .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLjB6tEOKN .collapsed .btn {
  display: flex;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLjB6tEOKN .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLjB6tEOKN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLjB6tEOKN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLjB6tEOKN .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-qLjB6tEOKN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLjB6tEOKN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLjB6tEOKN .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-qLjB6tEOKN .navbar-expand {
    flex-direction: column;
  }
  .cid-qLjB6tEOKN img {
    height: 3.8rem !important;
  }
  .cid-qLjB6tEOKN .btn {
    display: flex;
  }
  .cid-qLjB6tEOKN button.navbar-toggler {
    display: block;
  }
  .cid-qLjB6tEOKN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLjB6tEOKN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLjB6tEOKN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing,
  .cid-qLjB6tEOKN .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing .navbar-nav,
  .cid-qLjB6tEOKN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLjB6tEOKN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLjB6tEOKN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLjB6tEOKN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLjB6tEOKN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLjB6tEOKN .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-qLjB6tEOKN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLjB6tEOKN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLjB6tEOKN .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-qLjB6tEOKN .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLjB6tEOKN .navbar-collapse {
  flex-basis: auto;
}
.cid-qLjB6tEOKN .nav-link:hover,
.cid-qLjB6tEOKN .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-4b H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-qLuZ9pU8Na {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qLuZ9pU8Na .mbr-section-subtitle {
  color: #767676;
}
.cid-tnHSefqX8q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tnHSefqX8q [class^="socicon-"]:before,
.cid-tnHSefqX8q [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tnHSefqX8q .btn-social {
  border-color: #55b4d4;
}
.cid-tnHSefqX8q .btn-social:hover {
  background: #55b4d4;
}
.cid-tnHSefqX8q .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tnHSefqX8q .btn {
    font-size: 20px !important;
  }
}
.cid-tnHSefqX8q .btn-social,
.cid-tnHSefqX8q .mbr-section-title B {
  color: #ffffff;
}
.cid-tnHSefqX8q .mbr-section-title {
  color: #ffffff;
}
#custom-html-4a {
  
}
#custom-html-4a label {
  color: #ffffff;
}
#custom-html-4a .form-control-label {
  color: #ffffff;
}
#custom-html-4a SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-4a .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-4a .rs-form-control,
#custom-html-4a .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-4a .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-4a .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-4a .rs-form-control,
#custom-html-4a .rs-form-control-file,
#custom-html-4a .rs-form-control-range {
  display: block;
}
#custom-html-4a .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-4a .regular-checkbox {
  display: none;
}
#custom-html-4a .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-4a .regular-checkbox + label:active,
#custom-html-4a .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-4a .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-4a .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-4a .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-4a .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-4a .adj-top {
  padding-top: 20px !important;
}
#custom-html-4a #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-4a .boldit {
  font-weight: 700;
}
#custom-html-4a .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
#custom-html-4a h1 {
  font-size: 26px;
}
#custom-html-4a #del-butn {
  background-color: #ff0000 !important;
}
.cid-tmnWCUr7aF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnWCUr7aF [class^="socicon-"]:before,
.cid-tmnWCUr7aF [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnWCUr7aF .btn-social {
  border-color: #55b4d4;
}
.cid-tmnWCUr7aF .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnWCUr7aF .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnWCUr7aF .btn {
    font-size: 20px !important;
  }
}
.cid-tmnWCUr7aF .btn-social,
.cid-tmnWCUr7aF .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnWCUr7aF .mbr-section-title {
  color: #ffffff;
}
.cid-qLjBuJWf3h {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qLjBuJWf3h .content {
    text-align: center;
  }
  .cid-qLjBuJWf3h .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLjBuJWf3h .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLjBuJWf3h .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLjBuJWf3h .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLjBuJWf3h .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLjBuJWf3h .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLjBuJWf3h .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-qLjBuJWf3h .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLjBuJWf3h .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLjBuJWf3h .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLjBuJWf3h .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLjBuJWf3h .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLjBuJWf3h .copyright > p {
  text-align: center;
}
.cid-qLjBuJWf3h H5 {
  color: #f7ed4a;
}
.cid-qLjBgbix7j .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qLjBgbix7j .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qLjBgbix7j a {
  font-style: normal;
}
.cid-qLjBgbix7j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLjBgbix7j .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLjBgbix7j .nav-item:focus,
.cid-qLjBgbix7j .nav-link:focus {
  outline: none;
}
.cid-qLjBgbix7j .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLjBgbix7j .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLjBgbix7j .menu-logo {
  margin-right: auto;
}
.cid-qLjBgbix7j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLjBgbix7j .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-qLjBgbix7j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLjBgbix7j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLjBgbix7j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLjBgbix7j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLjBgbix7j .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLjBgbix7j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLjBgbix7j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLjBgbix7j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLjBgbix7j .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLjBgbix7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLjBgbix7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLjBgbix7j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLjBgbix7j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLjBgbix7j .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-qLjBgbix7j .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLjBgbix7j .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLjBgbix7j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLjBgbix7j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLjBgbix7j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLjBgbix7j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLjBgbix7j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLjBgbix7j button.navbar-toggler:focus {
  outline: none;
}
.cid-qLjBgbix7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLjBgbix7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLjBgbix7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLjBgbix7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLjBgbix7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLjBgbix7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLjBgbix7j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLjBgbix7j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLjBgbix7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLjBgbix7j .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLjBgbix7j .collapsed .btn {
  display: flex;
}
.cid-qLjBgbix7j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLjBgbix7j .collapsed .navbar-collapse.collapsing,
.cid-qLjBgbix7j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLjBgbix7j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLjBgbix7j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLjBgbix7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLjBgbix7j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLjBgbix7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLjBgbix7j .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLjBgbix7j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLjBgbix7j .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLjBgbix7j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLjBgbix7j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLjBgbix7j .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLjBgbix7j .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLjBgbix7j .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLjBgbix7j .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-qLjBgbix7j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLjBgbix7j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLjBgbix7j .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-qLjBgbix7j .navbar-expand {
    flex-direction: column;
  }
  .cid-qLjBgbix7j img {
    height: 3.8rem !important;
  }
  .cid-qLjBgbix7j .btn {
    display: flex;
  }
  .cid-qLjBgbix7j button.navbar-toggler {
    display: block;
  }
  .cid-qLjBgbix7j .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLjBgbix7j .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLjBgbix7j .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLjBgbix7j .navbar-collapse.collapsing,
  .cid-qLjBgbix7j .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLjBgbix7j .navbar-collapse.collapsing .navbar-nav,
  .cid-qLjBgbix7j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLjBgbix7j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLjBgbix7j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLjBgbix7j .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLjBgbix7j .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLjBgbix7j .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLjBgbix7j .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLjBgbix7j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLjBgbix7j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLjBgbix7j .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-qLjBgbix7j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLjBgbix7j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLjBgbix7j .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-qLjBgbix7j .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLjBgbix7j .navbar-collapse {
  flex-basis: auto;
}
.cid-qLjBgbix7j .nav-link:hover,
.cid-qLjBgbix7j .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-46 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-qLqUjsOd7o {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1629x1080.jpg");
}
.cid-tmnX2AZCIR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnX2AZCIR [class^="socicon-"]:before,
.cid-tmnX2AZCIR [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnX2AZCIR .btn-social {
  border-color: #55b4d4;
}
.cid-tmnX2AZCIR .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnX2AZCIR .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnX2AZCIR .btn {
    font-size: 20px !important;
  }
}
.cid-tmnX2AZCIR .btn-social,
.cid-tmnX2AZCIR .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnX2AZCIR .mbr-section-title {
  color: #ffffff;
}
#custom-html-48 {
  /*td.rsc * {
	padding: 0px 5px;
}*/
}
#custom-html-48 img {
  -webkit-box-shadow: 0px 8px 8px 0px #000000;
  -moz-box-shadow: 0px 8px 8px 0px #000000;
  box-shadow: 0px 8px 8px 0px #000000;
}
#custom-html-48 table.rsc {
  border-collapse: collapse;
  width: 98%;
  margin: 4px;
  font-size: 1.1em;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 10.0px;
}
#custom-html-48 th.rsc {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
#custom-html-48 td.rsc {
  padding: 0px 5px;
  border-bottom: 1px solid #3d493b;
  vertical-align: middle;
}
#custom-html-48 tr.rsc.alt td.rsc {
  background: #78ac70;
}
#custom-html-48 tr.rsc.over td.rsc,
#custom-html-48 tr.rsc:hover td.rsc {
  background: #78ac70;
}
#custom-html-48 table.pages {
  border-collapse: collapse;
  width: 10%;
  height: 20px;
  margin: 4px 4px 4px 4px;
  font-size: 1.1em;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 10.0px;
}
#custom-html-48 th.pages {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
#custom-html-48 tr.pages.alt td.pages {
  background: #CBCBCB;
}
#custom-html-48 tr.pages.over td.pages,
#custom-html-48 tr.pages:hover td.pages {
  background: #CBCBCB;
}
#custom-html-48 .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-48 .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-48 a.hlink_1:link {
  color: #ffffff;
}
#custom-html-48 a.hlink_1:visited {
  color: #b8dfea;
}
#custom-html-48 a.hlink_1:hover {
  color: #ff0000;
}
#custom-html-48 a.hlink_1:active {
  color: #ff8000;
}
#custom-html-47 {
  /* Type valid CSS here */
}
#custom-html-47 .my-image {
  width: 100%;
}
.cid-tmnX3nnJVA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnX3nnJVA [class^="socicon-"]:before,
.cid-tmnX3nnJVA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnX3nnJVA .btn-social {
  border-color: #55b4d4;
}
.cid-tmnX3nnJVA .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnX3nnJVA .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnX3nnJVA .btn {
    font-size: 20px !important;
  }
}
.cid-tmnX3nnJVA .btn-social,
.cid-tmnX3nnJVA .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnX3nnJVA .mbr-section-title {
  color: #ffffff;
}
.cid-qLjBra8B0h {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qLjBra8B0h .content {
    text-align: center;
  }
  .cid-qLjBra8B0h .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLjBra8B0h .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLjBra8B0h .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLjBra8B0h .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLjBra8B0h .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLjBra8B0h .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLjBra8B0h .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-qLjBra8B0h .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLjBra8B0h .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLjBra8B0h .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLjBra8B0h .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLjBra8B0h .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLjBra8B0h .copyright > p {
  text-align: center;
}
.cid-qLjBra8B0h H5 {
  color: #f7ed4a;
}
.cid-qLjB6tEOKN .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qLjB6tEOKN .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qLjB6tEOKN a {
  font-style: normal;
}
.cid-qLjB6tEOKN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLjB6tEOKN .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLjB6tEOKN .nav-item:focus,
.cid-qLjB6tEOKN .nav-link:focus {
  outline: none;
}
.cid-qLjB6tEOKN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLjB6tEOKN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLjB6tEOKN .menu-logo {
  margin-right: auto;
}
.cid-qLjB6tEOKN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLjB6tEOKN .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-qLjB6tEOKN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLjB6tEOKN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLjB6tEOKN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLjB6tEOKN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLjB6tEOKN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLjB6tEOKN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLjB6tEOKN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLjB6tEOKN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLjB6tEOKN .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLjB6tEOKN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLjB6tEOKN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLjB6tEOKN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLjB6tEOKN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLjB6tEOKN .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-qLjB6tEOKN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLjB6tEOKN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLjB6tEOKN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLjB6tEOKN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLjB6tEOKN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLjB6tEOKN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLjB6tEOKN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLjB6tEOKN button.navbar-toggler:focus {
  outline: none;
}
.cid-qLjB6tEOKN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLjB6tEOKN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLjB6tEOKN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLjB6tEOKN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLjB6tEOKN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLjB6tEOKN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLjB6tEOKN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLjB6tEOKN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLjB6tEOKN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLjB6tEOKN .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLjB6tEOKN .collapsed .btn {
  display: flex;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLjB6tEOKN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLjB6tEOKN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLjB6tEOKN .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLjB6tEOKN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLjB6tEOKN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLjB6tEOKN .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-qLjB6tEOKN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLjB6tEOKN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLjB6tEOKN .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-qLjB6tEOKN .navbar-expand {
    flex-direction: column;
  }
  .cid-qLjB6tEOKN img {
    height: 3.8rem !important;
  }
  .cid-qLjB6tEOKN .btn {
    display: flex;
  }
  .cid-qLjB6tEOKN button.navbar-toggler {
    display: block;
  }
  .cid-qLjB6tEOKN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLjB6tEOKN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLjB6tEOKN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing,
  .cid-qLjB6tEOKN .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing .navbar-nav,
  .cid-qLjB6tEOKN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLjB6tEOKN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLjB6tEOKN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLjB6tEOKN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLjB6tEOKN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLjB6tEOKN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLjB6tEOKN .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-qLjB6tEOKN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLjB6tEOKN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLjB6tEOKN .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-qLjB6tEOKN .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLjB6tEOKN .navbar-collapse {
  flex-basis: auto;
}
.cid-qLjB6tEOKN .nav-link:hover,
.cid-qLjB6tEOKN .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-4h H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-qLvzeoslOy {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1620x1080.jpg");
}
#custom-html-4j {
  
}
#custom-html-4j input {
  text-transform: capitalize;
}
#custom-html-4j label {
  color: #ffffff;
}
#custom-html-4j .form-control-label {
  color: #ffffff;
}
#custom-html-4j SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-4j .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-4j .rs-form-control,
#custom-html-4j .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-4j .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-4j .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-4j .rs-form-control,
#custom-html-4j .rs-form-control-file,
#custom-html-4j .rs-form-control-range {
  display: block;
}
#custom-html-4j .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-4j .regular-checkbox {
  display: none;
}
#custom-html-4j .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-4j .regular-checkbox + label:active,
#custom-html-4j .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-4j .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-4j .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-4j .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-4j .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-4j .adj-top {
  padding-top: 20px !important;
}
#custom-html-4j #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-4j .boldit {
  font-weight: 700;
}
#custom-html-4j .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
.cid-tmLa1LpvTl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmLa1LpvTl [class^="socicon-"]:before,
.cid-tmLa1LpvTl [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmLa1LpvTl .btn-social {
  border-color: #55b4d4;
}
.cid-tmLa1LpvTl .btn-social:hover {
  background: #55b4d4;
}
.cid-tmLa1LpvTl .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmLa1LpvTl .btn {
    font-size: 20px !important;
  }
}
.cid-tmLa1LpvTl .btn-social,
.cid-tmLa1LpvTl .mbr-section-title B {
  color: #ffffff;
}
.cid-tmLa1LpvTl .mbr-section-title {
  color: #ffffff;
}
#custom-html-4k {
  /*td.rsc * {
	padding: 0px 5px;
}*/
}
#custom-html-4k input {
  text-transform: capitalize;
}
#custom-html-4k table.rsc {
  border-collapse: collapse;
  width: 98%;
  margin: 4px;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14.0px;
}
#custom-html-4k th.rsc {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.6;
}
#custom-html-4k td.rsc {
  padding: 0px 5px;
  border-bottom: 1px solid #3d493b;
  vertical-align: middle;
}
#custom-html-4k tr.rsc.alt td.rsc {
  background: #78ac70;
}
#custom-html-4k tr.rsc.over td.rsc,
#custom-html-4k tr.rsc:hover td.rsc {
  background: #78ac70;
}
#custom-html-4k table.pages {
  border-collapse: collapse;
  width: 10%;
  height: 20px;
  margin: 4px 4px 4px 4px;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14.0px;
}
#custom-html-4k th.pages {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.6;
}
#custom-html-4k tr.pages.alt td.pages {
  background: #CBCBCB;
}
#custom-html-4k tr.pages.over td.pages,
#custom-html-4k tr.pages:hover td.pages {
  background: #CBCBCB;
}
#custom-html-4k .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-4k .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-4k a.hlink_1:link {
  color: #ffffff;
}
#custom-html-4k a.hlink_1:visited {
  color: #b8dfea;
}
#custom-html-4k a.hlink_1:hover {
  color: #ff0000;
}
#custom-html-4k a.hlink_1:active {
  color: #ff8000;
}
.cid-tmnWtVOj3t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnWtVOj3t [class^="socicon-"]:before,
.cid-tmnWtVOj3t [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnWtVOj3t .btn-social {
  border-color: #55b4d4;
}
.cid-tmnWtVOj3t .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnWtVOj3t .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnWtVOj3t .btn {
    font-size: 20px !important;
  }
}
.cid-tmnWtVOj3t .btn-social,
.cid-tmnWtVOj3t .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnWtVOj3t .mbr-section-title {
  color: #ffffff;
}
.cid-qLvp5LizWU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qLvp5LizWU .content {
    text-align: center;
  }
  .cid-qLvp5LizWU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLvp5LizWU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLvp5LizWU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLvp5LizWU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLvp5LizWU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLvp5LizWU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLvp5LizWU .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-qLvp5LizWU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLvp5LizWU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLvp5LizWU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLvp5LizWU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLvp5LizWU .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLvp5LizWU .copyright > p {
  text-align: center;
}
.cid-qLvp5LizWU H5 {
  color: #f7ed4a;
}
.cid-tmvS36NbL1 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tmvS36NbL1 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tmvS36NbL1 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmvS36NbL1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tmvS36NbL1 .mbr-text {
    text-align: center;
  }
}
.cid-tmvS36NbL1 .imgS {
  -webkit-box-shadow: 0px 8px 8px 0px #000000;
  -moz-box-shadow: 0px 8px 8px 0px #000000;
  box-shadow: 0px 8px 8px 0px #000000;
}
.cid-tmL926omaq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL926omaq [class^="socicon-"]:before,
.cid-tmL926omaq [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL926omaq .btn-social {
  border-color: #465052;
}
.cid-tmL926omaq .btn-social:hover {
  background: #465052;
}
.cid-tmL926omaq .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL926omaq .btn {
    font-size: 20px !important;
  }
}
.cid-tmL926omaq .btn-social,
.cid-tmL926omaq .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL926omaq .mbr-section-title {
  color: #ffffff;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qKW63pc26F {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKW63pc26F .mbr-section-subtitle {
  color: #767676;
}
#custom-html-3v .imgS {
  -webkit-box-shadow: 0px 8px 8px 0px #000000;
  -moz-box-shadow: 0px 8px 8px 0px #000000;
  box-shadow: 0px 8px 8px 0px #000000;
}
#custom-html-3v .sav2L {
  color: #eeeeee;
  padding: .4rem .4rem;
  border-radius: 8px;
}
#custom-html-3v .sav2L:hover {
  border: 2px solid blue;
  color: blue;
  box-shadow: 0 0 12px blue inset;
}
#custom-html-3v .row {
  border-bottom: 1px solid #cdcdcd;
  margin-top: 20px;
}
#custom-html-3v .topicsa {
  display: inline-block;
  padding: 1rem .8rem;
  background: none;
  color: #000000;
  font-size: 14px;
  font-family: Verdana;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 8px;
  transition: all 0.15s ease-out;
  transition-property: border,color,background;
}
#custom-html-3v .topicsa:hover {
  border: 2px solid blue;
  color: blue;
  box-shadow: 0 0 12px blue inset;
}
#custom-html-3v .topics ul {
  list-style-type: none;
}
#custom-html-3v .topics ul li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
}
#custom-html-3v .posttitle {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
#custom-html-3v .partpost {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 14px;
  text-align: left;
}
#custom-html-3v .postby {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 12px;
}
#custom-html-3v .posttop {
  text-align: left;
}
#custom-html-3v .cattop {
  padding-top: 0px;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
  text-align: center;
}
#custom-html-3v h1 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
}
#custom-html-3v h3 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
}
#custom-html-3v table.pages {
  border-collapse: collapse;
  height: 30px;
  margin: 4px 4px 4px 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16.0px;
}
#custom-html-3v th.pages {
  background: #90a878;
  width: 30px;
  color: #fff;
  font-weight: 700;
  padding: 0px 5px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
}
#custom-html-3v tr.pages.alt td.pages {
  background: #90a878;
}
#custom-html-3v tr.pages.over td.pages,
#custom-html-3v tr.pages:hover td.pages {
  background: #90a878;
}
.cid-tmL9100AIY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL9100AIY [class^="socicon-"]:before,
.cid-tmL9100AIY [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL9100AIY .btn-social {
  border-color: #55b4d4;
}
.cid-tmL9100AIY .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL9100AIY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL9100AIY .btn {
    font-size: 20px !important;
  }
}
.cid-tmL9100AIY .btn-social,
.cid-tmL9100AIY .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL9100AIY .mbr-section-title {
  color: #ffffff;
}
.cid-qKW3pKKzZm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .content {
    text-align: center;
  }
  .cid-qKW3pKKzZm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKW3pKKzZm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKW3pKKzZm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKW3pKKzZm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKW3pKKzZm .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-qKW3pKKzZm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKW3pKKzZm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKW3pKKzZm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKW3pKKzZm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKW3pKKzZm .copyright > p {
  text-align: center;
}
.cid-qKW3pKKzZm H5 {
  color: #f7ed4a;
}
.cid-tmtwNjF6gD .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-tmtwNjF6gD .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-tmtwNjF6gD a {
  font-style: normal;
}
.cid-tmtwNjF6gD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tmtwNjF6gD .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tmtwNjF6gD .nav-item:focus,
.cid-tmtwNjF6gD .nav-link:focus {
  outline: none;
}
.cid-tmtwNjF6gD .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tmtwNjF6gD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tmtwNjF6gD .menu-logo {
  margin-right: auto;
}
.cid-tmtwNjF6gD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tmtwNjF6gD .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-tmtwNjF6gD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tmtwNjF6gD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tmtwNjF6gD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tmtwNjF6gD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tmtwNjF6gD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tmtwNjF6gD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tmtwNjF6gD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmtwNjF6gD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tmtwNjF6gD .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tmtwNjF6gD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tmtwNjF6gD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmtwNjF6gD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tmtwNjF6gD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmtwNjF6gD .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-tmtwNjF6gD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tmtwNjF6gD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tmtwNjF6gD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tmtwNjF6gD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tmtwNjF6gD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tmtwNjF6gD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tmtwNjF6gD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tmtwNjF6gD button.navbar-toggler:focus {
  outline: none;
}
.cid-tmtwNjF6gD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tmtwNjF6gD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmtwNjF6gD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmtwNjF6gD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmtwNjF6gD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmtwNjF6gD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmtwNjF6gD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmtwNjF6gD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmtwNjF6gD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmtwNjF6gD .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tmtwNjF6gD .collapsed .btn {
  display: flex;
}
.cid-tmtwNjF6gD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tmtwNjF6gD .collapsed .navbar-collapse.collapsing,
.cid-tmtwNjF6gD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tmtwNjF6gD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tmtwNjF6gD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tmtwNjF6gD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tmtwNjF6gD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tmtwNjF6gD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tmtwNjF6gD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tmtwNjF6gD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tmtwNjF6gD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tmtwNjF6gD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tmtwNjF6gD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tmtwNjF6gD .collapsed button.navbar-toggler {
  display: block;
}
.cid-tmtwNjF6gD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tmtwNjF6gD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tmtwNjF6gD .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-tmtwNjF6gD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tmtwNjF6gD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tmtwNjF6gD .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-tmtwNjF6gD .navbar-expand {
    flex-direction: column;
  }
  .cid-tmtwNjF6gD img {
    height: 3.8rem !important;
  }
  .cid-tmtwNjF6gD .btn {
    display: flex;
  }
  .cid-tmtwNjF6gD button.navbar-toggler {
    display: block;
  }
  .cid-tmtwNjF6gD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tmtwNjF6gD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tmtwNjF6gD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tmtwNjF6gD .navbar-collapse.collapsing,
  .cid-tmtwNjF6gD .navbar-collapse.show {
    display: block !important;
  }
  .cid-tmtwNjF6gD .navbar-collapse.collapsing .navbar-nav,
  .cid-tmtwNjF6gD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tmtwNjF6gD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tmtwNjF6gD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tmtwNjF6gD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tmtwNjF6gD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tmtwNjF6gD .navbar-collapse.collapsing .navbar-buttons,
  .cid-tmtwNjF6gD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tmtwNjF6gD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tmtwNjF6gD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tmtwNjF6gD .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-tmtwNjF6gD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tmtwNjF6gD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tmtwNjF6gD .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-tmtwNjF6gD .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tmtwNjF6gD .navbar-collapse {
  flex-basis: auto;
}
.cid-tmtwNjF6gD .nav-link:hover,
.cid-tmtwNjF6gD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-5c H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-r9bZ01VBrN {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1620x1080.jpg");
}
.cid-tmnWMleIeA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnWMleIeA [class^="socicon-"]:before,
.cid-tmnWMleIeA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnWMleIeA .btn-social {
  border-color: #55b4d4;
}
.cid-tmnWMleIeA .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnWMleIeA .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnWMleIeA .btn {
    font-size: 20px !important;
  }
}
.cid-tmnWMleIeA .btn-social,
.cid-tmnWMleIeA .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnWMleIeA .mbr-section-title {
  color: #ffffff;
}
#custom-html-5f {
  /*td.rsc * {
	padding: 0px 5px;
}*/
}
#custom-html-5f input {
  text-transform: capitalize;
}
#custom-html-5f table.rsc {
  border-collapse: collapse;
  width: 98%;
  margin: 4px;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14.0px;
}
#custom-html-5f th.rsc {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.6;
}
#custom-html-5f td.rsc {
  padding: 0px 5px;
  border-bottom: 1px solid #3d493b;
  vertical-align: middle;
}
#custom-html-5f tr.rsc.alt td.rsc {
  background: #78ac70;
}
#custom-html-5f tr.rsc.over td.rsc,
#custom-html-5f tr.rsc:hover td.rsc {
  background: #78ac70;
}
#custom-html-5f table.pages {
  border-collapse: collapse;
  width: 10%;
  height: 20px;
  margin: 4px 4px 4px 4px;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14.0px;
}
#custom-html-5f th.pages {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.6;
}
#custom-html-5f tr.pages.alt td.pages {
  background: #CBCBCB;
}
#custom-html-5f tr.pages.over td.pages,
#custom-html-5f tr.pages:hover td.pages {
  background: #CBCBCB;
}
#custom-html-5f .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-5f .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-5f a.hlink_1:link {
  color: #ffffff;
}
#custom-html-5f a.hlink_1:visited {
  color: #b8dfea;
}
#custom-html-5f a.hlink_1:hover {
  color: #ff0000;
}
#custom-html-5f a.hlink_1:active {
  color: #ff8000;
}
.cid-tmnWJzGWBp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnWJzGWBp [class^="socicon-"]:before,
.cid-tmnWJzGWBp [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnWJzGWBp .btn-social {
  border-color: #55b4d4;
}
.cid-tmnWJzGWBp .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnWJzGWBp .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnWJzGWBp .btn {
    font-size: 20px !important;
  }
}
.cid-tmnWJzGWBp .btn-social,
.cid-tmnWJzGWBp .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnWJzGWBp .mbr-section-title {
  color: #ffffff;
}
.cid-r9bZ04NgbE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-r9bZ04NgbE .content {
    text-align: center;
  }
  .cid-r9bZ04NgbE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r9bZ04NgbE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r9bZ04NgbE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r9bZ04NgbE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r9bZ04NgbE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r9bZ04NgbE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r9bZ04NgbE .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-r9bZ04NgbE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r9bZ04NgbE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r9bZ04NgbE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r9bZ04NgbE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r9bZ04NgbE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r9bZ04NgbE .copyright > p {
  text-align: center;
}
.cid-r9bZ04NgbE H5 {
  color: #f7ed4a;
}
.cid-rOQTwI0MM9 .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-rOQTwI0MM9 .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-rOQTwI0MM9 a {
  font-style: normal;
}
.cid-rOQTwI0MM9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rOQTwI0MM9 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rOQTwI0MM9 .nav-item:focus,
.cid-rOQTwI0MM9 .nav-link:focus {
  outline: none;
}
.cid-rOQTwI0MM9 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rOQTwI0MM9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rOQTwI0MM9 .menu-logo {
  margin-right: auto;
}
.cid-rOQTwI0MM9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rOQTwI0MM9 .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-rOQTwI0MM9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rOQTwI0MM9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rOQTwI0MM9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rOQTwI0MM9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rOQTwI0MM9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rOQTwI0MM9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rOQTwI0MM9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOQTwI0MM9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rOQTwI0MM9 .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rOQTwI0MM9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rOQTwI0MM9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOQTwI0MM9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rOQTwI0MM9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOQTwI0MM9 .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-rOQTwI0MM9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rOQTwI0MM9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rOQTwI0MM9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rOQTwI0MM9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rOQTwI0MM9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rOQTwI0MM9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rOQTwI0MM9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rOQTwI0MM9 button.navbar-toggler:focus {
  outline: none;
}
.cid-rOQTwI0MM9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rOQTwI0MM9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOQTwI0MM9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOQTwI0MM9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOQTwI0MM9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOQTwI0MM9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOQTwI0MM9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOQTwI0MM9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOQTwI0MM9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOQTwI0MM9 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rOQTwI0MM9 .collapsed .btn {
  display: flex;
}
.cid-rOQTwI0MM9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.collapsing,
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rOQTwI0MM9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rOQTwI0MM9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rOQTwI0MM9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rOQTwI0MM9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rOQTwI0MM9 .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-rOQTwI0MM9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rOQTwI0MM9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rOQTwI0MM9 .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-rOQTwI0MM9 .navbar-expand {
    flex-direction: column;
  }
  .cid-rOQTwI0MM9 img {
    height: 3.8rem !important;
  }
  .cid-rOQTwI0MM9 .btn {
    display: flex;
  }
  .cid-rOQTwI0MM9 button.navbar-toggler {
    display: block;
  }
  .cid-rOQTwI0MM9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rOQTwI0MM9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rOQTwI0MM9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rOQTwI0MM9 .navbar-collapse.collapsing,
  .cid-rOQTwI0MM9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rOQTwI0MM9 .navbar-collapse.collapsing .navbar-nav,
  .cid-rOQTwI0MM9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rOQTwI0MM9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rOQTwI0MM9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rOQTwI0MM9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rOQTwI0MM9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rOQTwI0MM9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rOQTwI0MM9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rOQTwI0MM9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rOQTwI0MM9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rOQTwI0MM9 .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-rOQTwI0MM9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rOQTwI0MM9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rOQTwI0MM9 .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-rOQTwI0MM9 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rOQTwI0MM9 .navbar-collapse {
  flex-basis: auto;
}
.cid-rOQTwI0MM9 .nav-link:hover,
.cid-rOQTwI0MM9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rOQTwJOZAk {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1620x1080.jpg");
}
.cid-tmL9TDAFUf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL9TDAFUf [class^="socicon-"]:before,
.cid-tmL9TDAFUf [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL9TDAFUf .btn-social {
  border-color: #55b4d4;
}
.cid-tmL9TDAFUf .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL9TDAFUf .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL9TDAFUf .btn {
    font-size: 20px !important;
  }
}
.cid-tmL9TDAFUf .btn-social,
.cid-tmL9TDAFUf .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL9TDAFUf .mbr-section-title {
  color: #ffffff;
}
#custom-html-5k {
  
}
#custom-html-5k .sav2L {
  color: #eeeeee;
  padding: .4rem .4rem;
  border-radius: 8px;
}
#custom-html-5k .sav2L:hover {
  border: 2px solid blue;
  color: blue;
  box-shadow: 0 0 12px blue inset;
}
#custom-html-5k .topicsa {
  display: inline-block;
  padding: 1rem .8rem;
  background: none;
  color: #000000;
  font-size: 14px;
  font-family: Verdana;
  font-weight: 500;
  line-height: 1;
  border: 1px solid;
  border-radius: 8px;
  transition: all 0.15s ease-out;
  transition-property: border,color,background;
}
#custom-html-5k .topicsa:hover {
  border: 2px solid blue;
  color: blue;
  box-shadow: 0 0 12px blue inset;
}
#custom-html-5k .topics ul {
  list-style-type: none;
}
#custom-html-5k .topics ul li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
}
#custom-html-5k #blog {
  background-color: #eeeeee;
}
#custom-html-5k .posttitle {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
#custom-html-5k .postby {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 12px;
}
#custom-html-5k .latestposts {
  padding-top: 40px;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
}
#custom-html-5k .posttop,
#custom-html-5k .cattop {
  text-align: center;
}
#custom-html-5k .cattop {
  padding-top: 40px;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
}
#custom-html-5k h1 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
  color: #0f7699;
  text-align: left;
}
#custom-html-5k h3 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
  text-align: left;
}
#custom-html-5k table.pages {
  border-collapse: collapse;
  height: 30px;
  margin: 4px 4px 4px 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16.0px;
}
#custom-html-5k th.pages {
  background: #90a878;
  width: 30px;
  color: #fff;
  font-weight: 700;
  padding: 0px 5px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
}
#custom-html-5k tr.pages.alt td.pages {
  background: #90a878;
}
#custom-html-5k tr.pages.over td.pages,
#custom-html-5k tr.pages:hover td.pages {
  background: #90a878;
}
#custom-html-5k label {
  color: #ffffff;
}
#custom-html-5k .form-control-label {
  color: #ffffff;
}
#custom-html-5k SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-5k .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-5k .rs-form-control,
#custom-html-5k .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-5k .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-5k .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-5k .rs-form-control,
#custom-html-5k .rs-form-control-file,
#custom-html-5k .rs-form-control-range {
  display: block;
}
#custom-html-5k .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-5k .regular-checkbox {
  display: none;
}
#custom-html-5k .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-5k .regular-checkbox + label:active,
#custom-html-5k .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-5k .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-5k .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-5k .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-5k .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-5k .adj-top {
  padding-top: 20px !important;
}
#custom-html-5k #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-5k .boldit {
  font-weight: 700;
}
#custom-html-5k .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
.cid-rOQTwLcAmm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-rOQTwLcAmm [class^="socicon-"]:before,
.cid-rOQTwLcAmm [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rOQTwLcAmm .btn-social {
  border-color: #55b4d4;
}
.cid-rOQTwLcAmm .btn-social:hover {
  background: #55b4d4;
}
.cid-rOQTwLcAmm .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-rOQTwLcAmm .btn {
    font-size: 20px !important;
  }
}
.cid-rOQTwLcAmm .btn-social,
.cid-rOQTwLcAmm .mbr-section-title B {
  color: #ffffff;
}
.cid-rOQTwLcAmm .mbr-section-title {
  color: #ffffff;
}
.cid-rOQTwMjaIZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-rOQTwMjaIZ .content {
    text-align: center;
  }
  .cid-rOQTwMjaIZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rOQTwMjaIZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rOQTwMjaIZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rOQTwMjaIZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rOQTwMjaIZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rOQTwMjaIZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rOQTwMjaIZ .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-rOQTwMjaIZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rOQTwMjaIZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rOQTwMjaIZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rOQTwMjaIZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rOQTwMjaIZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rOQTwMjaIZ .copyright > p {
  text-align: center;
}
.cid-rOQTwMjaIZ H5 {
  color: #f7ed4a;
}
.cid-rP3cxTVNCT .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-rP3cxTVNCT .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-rP3cxTVNCT a {
  font-style: normal;
}
.cid-rP3cxTVNCT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rP3cxTVNCT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rP3cxTVNCT .nav-item:focus,
.cid-rP3cxTVNCT .nav-link:focus {
  outline: none;
}
.cid-rP3cxTVNCT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rP3cxTVNCT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rP3cxTVNCT .menu-logo {
  margin-right: auto;
}
.cid-rP3cxTVNCT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rP3cxTVNCT .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-rP3cxTVNCT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rP3cxTVNCT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rP3cxTVNCT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rP3cxTVNCT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rP3cxTVNCT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rP3cxTVNCT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rP3cxTVNCT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rP3cxTVNCT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rP3cxTVNCT .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rP3cxTVNCT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rP3cxTVNCT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rP3cxTVNCT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rP3cxTVNCT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rP3cxTVNCT .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-rP3cxTVNCT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rP3cxTVNCT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rP3cxTVNCT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rP3cxTVNCT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rP3cxTVNCT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rP3cxTVNCT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rP3cxTVNCT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rP3cxTVNCT button.navbar-toggler:focus {
  outline: none;
}
.cid-rP3cxTVNCT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rP3cxTVNCT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rP3cxTVNCT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rP3cxTVNCT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rP3cxTVNCT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rP3cxTVNCT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rP3cxTVNCT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rP3cxTVNCT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rP3cxTVNCT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rP3cxTVNCT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rP3cxTVNCT .collapsed .btn {
  display: flex;
}
.cid-rP3cxTVNCT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rP3cxTVNCT .collapsed .navbar-collapse.collapsing,
.cid-rP3cxTVNCT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rP3cxTVNCT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rP3cxTVNCT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rP3cxTVNCT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rP3cxTVNCT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rP3cxTVNCT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rP3cxTVNCT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rP3cxTVNCT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rP3cxTVNCT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rP3cxTVNCT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rP3cxTVNCT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rP3cxTVNCT .collapsed button.navbar-toggler {
  display: block;
}
.cid-rP3cxTVNCT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rP3cxTVNCT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rP3cxTVNCT .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-rP3cxTVNCT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rP3cxTVNCT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rP3cxTVNCT .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-rP3cxTVNCT .navbar-expand {
    flex-direction: column;
  }
  .cid-rP3cxTVNCT img {
    height: 3.8rem !important;
  }
  .cid-rP3cxTVNCT .btn {
    display: flex;
  }
  .cid-rP3cxTVNCT button.navbar-toggler {
    display: block;
  }
  .cid-rP3cxTVNCT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rP3cxTVNCT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rP3cxTVNCT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rP3cxTVNCT .navbar-collapse.collapsing,
  .cid-rP3cxTVNCT .navbar-collapse.show {
    display: block !important;
  }
  .cid-rP3cxTVNCT .navbar-collapse.collapsing .navbar-nav,
  .cid-rP3cxTVNCT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rP3cxTVNCT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rP3cxTVNCT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rP3cxTVNCT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rP3cxTVNCT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rP3cxTVNCT .navbar-collapse.collapsing .navbar-buttons,
  .cid-rP3cxTVNCT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rP3cxTVNCT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rP3cxTVNCT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rP3cxTVNCT .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-rP3cxTVNCT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rP3cxTVNCT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rP3cxTVNCT .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-rP3cxTVNCT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rP3cxTVNCT .navbar-collapse {
  flex-basis: auto;
}
.cid-rP3cxTVNCT .nav-link:hover,
.cid-rP3cxTVNCT .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-5o H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-rP3cxXrLnS {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1440x1080.jpg");
}
.cid-tmnZAsbHol {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnZAsbHol [class^="socicon-"]:before,
.cid-tmnZAsbHol [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnZAsbHol .btn-social {
  border-color: #55b4d4;
}
.cid-tmnZAsbHol .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnZAsbHol .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnZAsbHol .btn {
    font-size: 20px !important;
  }
}
.cid-tmnZAsbHol .btn-social,
.cid-tmnZAsbHol .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnZAsbHol .mbr-section-title {
  color: #ffffff;
}
#custom-html-5q {
  /*td.rsc * {
	padding: 0px 5px;
}*/
}
#custom-html-5q table.rsc {
  border-collapse: collapse;
  width: 98%;
  margin: 4px;
  font-size: 1.1em;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 10.0px;
}
#custom-html-5q th.rsc {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
#custom-html-5q td.rsc {
  padding: 0px 5px;
  border-bottom: 1px solid #3d493b;
  vertical-align: middle;
}
#custom-html-5q tr.rsc.alt td.rsc {
  background: #78ac70;
}
#custom-html-5q tr.rsc.over td.rsc,
#custom-html-5q tr.rsc:hover td.rsc {
  background: #78ac70;
}
#custom-html-5q table.pages {
  border-collapse: collapse;
  width: 10%;
  height: 20px;
  margin: 4px 4px 4px 4px;
  font-size: 1.1em;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 10.0px;
}
#custom-html-5q th.pages {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
#custom-html-5q tr.pages.alt td.pages {
  background: #CBCBCB;
}
#custom-html-5q tr.pages.over td.pages,
#custom-html-5q tr.pages:hover td.pages {
  background: #CBCBCB;
}
#custom-html-5q .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-5q .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-5q a.hlink_1:link {
  color: #ffffff;
}
#custom-html-5q a.hlink_1:visited {
  color: #b8dfea;
}
#custom-html-5q a.hlink_1:hover {
  color: #ff0000;
}
#custom-html-5q a.hlink_1:active {
  color: #ff8000;
}
#custom-html-5r {
  /* Type valid CSS here */
}
#custom-html-5r .my-image {
  width: 100%;
}
.cid-tmnZzpuuVJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnZzpuuVJ [class^="socicon-"]:before,
.cid-tmnZzpuuVJ [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnZzpuuVJ .btn-social {
  border-color: #55b4d4;
}
.cid-tmnZzpuuVJ .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnZzpuuVJ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnZzpuuVJ .btn {
    font-size: 20px !important;
  }
}
.cid-tmnZzpuuVJ .btn-social,
.cid-tmnZzpuuVJ .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnZzpuuVJ .mbr-section-title {
  color: #ffffff;
}
.cid-rP3cy1ilXr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-rP3cy1ilXr .content {
    text-align: center;
  }
  .cid-rP3cy1ilXr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rP3cy1ilXr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rP3cy1ilXr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rP3cy1ilXr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rP3cy1ilXr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rP3cy1ilXr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rP3cy1ilXr .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-rP3cy1ilXr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rP3cy1ilXr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rP3cy1ilXr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rP3cy1ilXr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rP3cy1ilXr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rP3cy1ilXr .copyright > p {
  text-align: center;
}
.cid-rP3cy1ilXr H5 {
  color: #f7ed4a;
}
.cid-rPeD97VVg6 .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-rPeD97VVg6 .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-rPeD97VVg6 a {
  font-style: normal;
}
.cid-rPeD97VVg6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rPeD97VVg6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rPeD97VVg6 .nav-item:focus,
.cid-rPeD97VVg6 .nav-link:focus {
  outline: none;
}
.cid-rPeD97VVg6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rPeD97VVg6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rPeD97VVg6 .menu-logo {
  margin-right: auto;
}
.cid-rPeD97VVg6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rPeD97VVg6 .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-rPeD97VVg6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rPeD97VVg6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rPeD97VVg6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rPeD97VVg6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rPeD97VVg6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rPeD97VVg6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rPeD97VVg6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rPeD97VVg6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rPeD97VVg6 .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rPeD97VVg6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rPeD97VVg6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rPeD97VVg6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rPeD97VVg6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rPeD97VVg6 .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-rPeD97VVg6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rPeD97VVg6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rPeD97VVg6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rPeD97VVg6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rPeD97VVg6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rPeD97VVg6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rPeD97VVg6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rPeD97VVg6 button.navbar-toggler:focus {
  outline: none;
}
.cid-rPeD97VVg6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rPeD97VVg6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rPeD97VVg6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rPeD97VVg6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rPeD97VVg6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rPeD97VVg6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPeD97VVg6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rPeD97VVg6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rPeD97VVg6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPeD97VVg6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rPeD97VVg6 .collapsed .btn {
  display: flex;
}
.cid-rPeD97VVg6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rPeD97VVg6 .collapsed .navbar-collapse.collapsing,
.cid-rPeD97VVg6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rPeD97VVg6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rPeD97VVg6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rPeD97VVg6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rPeD97VVg6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rPeD97VVg6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rPeD97VVg6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rPeD97VVg6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rPeD97VVg6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rPeD97VVg6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rPeD97VVg6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rPeD97VVg6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rPeD97VVg6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rPeD97VVg6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rPeD97VVg6 .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-rPeD97VVg6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rPeD97VVg6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rPeD97VVg6 .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-rPeD97VVg6 .navbar-expand {
    flex-direction: column;
  }
  .cid-rPeD97VVg6 img {
    height: 3.8rem !important;
  }
  .cid-rPeD97VVg6 .btn {
    display: flex;
  }
  .cid-rPeD97VVg6 button.navbar-toggler {
    display: block;
  }
  .cid-rPeD97VVg6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rPeD97VVg6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rPeD97VVg6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rPeD97VVg6 .navbar-collapse.collapsing,
  .cid-rPeD97VVg6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rPeD97VVg6 .navbar-collapse.collapsing .navbar-nav,
  .cid-rPeD97VVg6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rPeD97VVg6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rPeD97VVg6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rPeD97VVg6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rPeD97VVg6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rPeD97VVg6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rPeD97VVg6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rPeD97VVg6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rPeD97VVg6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rPeD97VVg6 .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-rPeD97VVg6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rPeD97VVg6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rPeD97VVg6 .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-rPeD97VVg6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rPeD97VVg6 .navbar-collapse {
  flex-basis: auto;
}
.cid-rPeD97VVg6 .nav-link:hover,
.cid-rPeD97VVg6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-5u H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-rPeD9azDzZ {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1619x1080.jpg");
}
.cid-tmnZKOfZ7z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnZKOfZ7z [class^="socicon-"]:before,
.cid-tmnZKOfZ7z [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnZKOfZ7z .btn-social {
  border-color: #55b4d4;
}
.cid-tmnZKOfZ7z .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnZKOfZ7z .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnZKOfZ7z .btn {
    font-size: 20px !important;
  }
}
.cid-tmnZKOfZ7z .btn-social,
.cid-tmnZKOfZ7z .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnZKOfZ7z .mbr-section-title {
  color: #ffffff;
}
#custom-html-5w {
  /*td.rsc * {
	padding: 0px 5px;
}*/
}
#custom-html-5w table.rsc {
  border-collapse: collapse;
  width: 98%;
  margin: 4px;
  font-size: 1.1em;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 10.0px;
}
#custom-html-5w th.rsc {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
#custom-html-5w td.rsc {
  padding: 0px 5px;
  border-bottom: 1px solid #3d493b;
  vertical-align: middle;
}
#custom-html-5w tr.rsc.alt td.rsc {
  background: #78ac70;
}
#custom-html-5w tr.rsc.over td.rsc,
#custom-html-5w tr.rsc:hover td.rsc {
  background: #78ac70;
}
#custom-html-5w table.pages {
  border-collapse: collapse;
  width: 10%;
  height: 20px;
  margin: 4px 4px 4px 4px;
  font-size: 1.1em;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 10.0px;
}
#custom-html-5w th.pages {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
#custom-html-5w tr.pages.alt td.pages {
  background: #CBCBCB;
}
#custom-html-5w tr.pages.over td.pages,
#custom-html-5w tr.pages:hover td.pages {
  background: #CBCBCB;
}
#custom-html-5w .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-5w .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-5w a.hlink_1:link {
  color: #ffffff;
}
#custom-html-5w a.hlink_1:visited {
  color: #b8dfea;
}
#custom-html-5w a.hlink_1:hover {
  color: #ff0000;
}
#custom-html-5w a.hlink_1:active {
  color: #ff8000;
}
#custom-html-5x {
  /* Type valid CSS here */
}
#custom-html-5x .my-image {
  width: 100%;
}
.cid-tmnZJI58np {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnZJI58np [class^="socicon-"]:before,
.cid-tmnZJI58np [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnZJI58np .btn-social {
  border-color: #55b4d4;
}
.cid-tmnZJI58np .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnZJI58np .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnZJI58np .btn {
    font-size: 20px !important;
  }
}
.cid-tmnZJI58np .btn-social,
.cid-tmnZJI58np .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnZJI58np .mbr-section-title {
  color: #ffffff;
}
.cid-rPeD9cV9ZK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-rPeD9cV9ZK .content {
    text-align: center;
  }
  .cid-rPeD9cV9ZK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rPeD9cV9ZK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rPeD9cV9ZK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rPeD9cV9ZK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rPeD9cV9ZK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rPeD9cV9ZK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rPeD9cV9ZK .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-rPeD9cV9ZK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rPeD9cV9ZK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rPeD9cV9ZK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPeD9cV9ZK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPeD9cV9ZK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rPeD9cV9ZK .copyright > p {
  text-align: center;
}
.cid-rPeD9cV9ZK H5 {
  color: #f7ed4a;
}
.cid-rPgjqFgPQJ .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-rPgjqFgPQJ .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-rPgjqFgPQJ a {
  font-style: normal;
}
.cid-rPgjqFgPQJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rPgjqFgPQJ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rPgjqFgPQJ .nav-item:focus,
.cid-rPgjqFgPQJ .nav-link:focus {
  outline: none;
}
.cid-rPgjqFgPQJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rPgjqFgPQJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rPgjqFgPQJ .menu-logo {
  margin-right: auto;
}
.cid-rPgjqFgPQJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rPgjqFgPQJ .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-rPgjqFgPQJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rPgjqFgPQJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rPgjqFgPQJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rPgjqFgPQJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rPgjqFgPQJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rPgjqFgPQJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rPgjqFgPQJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rPgjqFgPQJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rPgjqFgPQJ .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rPgjqFgPQJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rPgjqFgPQJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rPgjqFgPQJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rPgjqFgPQJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rPgjqFgPQJ .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-rPgjqFgPQJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rPgjqFgPQJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rPgjqFgPQJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rPgjqFgPQJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rPgjqFgPQJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rPgjqFgPQJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rPgjqFgPQJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rPgjqFgPQJ button.navbar-toggler:focus {
  outline: none;
}
.cid-rPgjqFgPQJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rPgjqFgPQJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rPgjqFgPQJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rPgjqFgPQJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rPgjqFgPQJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rPgjqFgPQJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPgjqFgPQJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rPgjqFgPQJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rPgjqFgPQJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPgjqFgPQJ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rPgjqFgPQJ .collapsed .btn {
  display: flex;
}
.cid-rPgjqFgPQJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.collapsing,
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rPgjqFgPQJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rPgjqFgPQJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rPgjqFgPQJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rPgjqFgPQJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rPgjqFgPQJ .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-rPgjqFgPQJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rPgjqFgPQJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rPgjqFgPQJ .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-rPgjqFgPQJ .navbar-expand {
    flex-direction: column;
  }
  .cid-rPgjqFgPQJ img {
    height: 3.8rem !important;
  }
  .cid-rPgjqFgPQJ .btn {
    display: flex;
  }
  .cid-rPgjqFgPQJ button.navbar-toggler {
    display: block;
  }
  .cid-rPgjqFgPQJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rPgjqFgPQJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rPgjqFgPQJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rPgjqFgPQJ .navbar-collapse.collapsing,
  .cid-rPgjqFgPQJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rPgjqFgPQJ .navbar-collapse.collapsing .navbar-nav,
  .cid-rPgjqFgPQJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rPgjqFgPQJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rPgjqFgPQJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rPgjqFgPQJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rPgjqFgPQJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rPgjqFgPQJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rPgjqFgPQJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rPgjqFgPQJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rPgjqFgPQJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rPgjqFgPQJ .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-rPgjqFgPQJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rPgjqFgPQJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rPgjqFgPQJ .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-rPgjqFgPQJ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rPgjqFgPQJ .navbar-collapse {
  flex-basis: auto;
}
.cid-rPgjqFgPQJ .nav-link:hover,
.cid-rPgjqFgPQJ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-60 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-rPgjqH9Yhm {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1630x1080.jpg");
}
.cid-tmnZNdpjrm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnZNdpjrm [class^="socicon-"]:before,
.cid-tmnZNdpjrm [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnZNdpjrm .btn-social {
  border-color: #55b4d4;
}
.cid-tmnZNdpjrm .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnZNdpjrm .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnZNdpjrm .btn {
    font-size: 20px !important;
  }
}
.cid-tmnZNdpjrm .btn-social,
.cid-tmnZNdpjrm .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnZNdpjrm .mbr-section-title {
  color: #ffffff;
}
.cid-rPgJJVXn5k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPgJJVXn5k .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rPgJJVXn5k .section-text {
  padding: 2rem 0;
}
.cid-rPgJJVXn5k .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rPgJJVXn5k .inner-container {
    width: 100% !important;
  }
}
#custom-html-62 {
  /*td.rsc * {
	padding: 0px 5px;
}*/
}
#custom-html-62 table.rsc {
  border-collapse: collapse;
  width: 98%;
  margin: 4px;
  font-size: 1.1em;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 10.0px;
}
#custom-html-62 th.rsc {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
#custom-html-62 td.rsc {
  padding: 0px 5px;
  border-bottom: 1px solid #3d493b;
  vertical-align: middle;
}
#custom-html-62 tr.rsc.alt td.rsc {
  background: #78ac70;
}
#custom-html-62 tr.rsc.over td.rsc,
#custom-html-62 tr.rsc:hover td.rsc {
  background: #78ac70;
}
#custom-html-62 table.pages {
  border-collapse: collapse;
  width: 10%;
  height: 20px;
  margin: 4px 4px 4px 4px;
  font-size: 1.1em;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 10.0px;
}
#custom-html-62 th.pages {
  background: #3d493b;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
#custom-html-62 tr.pages.alt td.pages {
  background: #CBCBCB;
}
#custom-html-62 tr.pages.over td.pages,
#custom-html-62 tr.pages:hover td.pages {
  background: #CBCBCB;
}
#custom-html-62 .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-62 .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-62 a.hlink_1:link {
  color: #ffffff;
}
#custom-html-62 a.hlink_1:visited {
  color: #b8dfea;
}
#custom-html-62 a.hlink_1:hover {
  color: #ff0000;
}
#custom-html-62 a.hlink_1:active {
  color: #ff8000;
}
#custom-html-63 {
  /* Type valid CSS here */
}
#custom-html-63 .my-image {
  width: 100%;
}
.cid-tmnZO5XQ6L {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnZO5XQ6L [class^="socicon-"]:before,
.cid-tmnZO5XQ6L [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnZO5XQ6L .btn-social {
  border-color: #55b4d4;
}
.cid-tmnZO5XQ6L .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnZO5XQ6L .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnZO5XQ6L .btn {
    font-size: 20px !important;
  }
}
.cid-tmnZO5XQ6L .btn-social,
.cid-tmnZO5XQ6L .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnZO5XQ6L .mbr-section-title {
  color: #ffffff;
}
.cid-rPgjqJ4uHN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-rPgjqJ4uHN .content {
    text-align: center;
  }
  .cid-rPgjqJ4uHN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rPgjqJ4uHN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rPgjqJ4uHN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rPgjqJ4uHN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rPgjqJ4uHN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rPgjqJ4uHN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rPgjqJ4uHN .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-rPgjqJ4uHN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rPgjqJ4uHN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rPgjqJ4uHN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPgjqJ4uHN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPgjqJ4uHN .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rPgjqJ4uHN .copyright > p {
  text-align: center;
}
.cid-rPgjqJ4uHN H5 {
  color: #f7ed4a;
}
.cid-s97TjiocHq .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-s97TjiocHq .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-s97TjiocHq a {
  font-style: normal;
}
.cid-s97TjiocHq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s97TjiocHq .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s97TjiocHq .nav-item:focus,
.cid-s97TjiocHq .nav-link:focus {
  outline: none;
}
.cid-s97TjiocHq .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s97TjiocHq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s97TjiocHq .menu-logo {
  margin-right: auto;
}
.cid-s97TjiocHq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s97TjiocHq .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-s97TjiocHq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s97TjiocHq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s97TjiocHq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s97TjiocHq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s97TjiocHq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s97TjiocHq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s97TjiocHq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s97TjiocHq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s97TjiocHq .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s97TjiocHq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s97TjiocHq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s97TjiocHq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s97TjiocHq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s97TjiocHq .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-s97TjiocHq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s97TjiocHq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s97TjiocHq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s97TjiocHq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s97TjiocHq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s97TjiocHq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s97TjiocHq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s97TjiocHq button.navbar-toggler:focus {
  outline: none;
}
.cid-s97TjiocHq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s97TjiocHq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s97TjiocHq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s97TjiocHq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s97TjiocHq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s97TjiocHq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s97TjiocHq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s97TjiocHq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s97TjiocHq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s97TjiocHq .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s97TjiocHq .collapsed .btn {
  display: flex;
}
.cid-s97TjiocHq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s97TjiocHq .collapsed .navbar-collapse.collapsing,
.cid-s97TjiocHq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s97TjiocHq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s97TjiocHq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s97TjiocHq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s97TjiocHq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s97TjiocHq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s97TjiocHq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s97TjiocHq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s97TjiocHq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s97TjiocHq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s97TjiocHq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s97TjiocHq .collapsed button.navbar-toggler {
  display: block;
}
.cid-s97TjiocHq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s97TjiocHq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s97TjiocHq .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-s97TjiocHq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s97TjiocHq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s97TjiocHq .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-s97TjiocHq .navbar-expand {
    flex-direction: column;
  }
  .cid-s97TjiocHq img {
    height: 3.8rem !important;
  }
  .cid-s97TjiocHq .btn {
    display: flex;
  }
  .cid-s97TjiocHq button.navbar-toggler {
    display: block;
  }
  .cid-s97TjiocHq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s97TjiocHq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s97TjiocHq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s97TjiocHq .navbar-collapse.collapsing,
  .cid-s97TjiocHq .navbar-collapse.show {
    display: block !important;
  }
  .cid-s97TjiocHq .navbar-collapse.collapsing .navbar-nav,
  .cid-s97TjiocHq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s97TjiocHq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s97TjiocHq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s97TjiocHq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s97TjiocHq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s97TjiocHq .navbar-collapse.collapsing .navbar-buttons,
  .cid-s97TjiocHq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s97TjiocHq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s97TjiocHq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s97TjiocHq .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-s97TjiocHq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s97TjiocHq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s97TjiocHq .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-s97TjiocHq .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s97TjiocHq .navbar-collapse {
  flex-basis: auto;
}
.cid-s97TjiocHq .nav-link:hover,
.cid-s97TjiocHq .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-6d H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-s97TjkMA6K {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1440x1080.jpg");
}
.cid-tnHSq7z9U7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tnHSq7z9U7 [class^="socicon-"]:before,
.cid-tnHSq7z9U7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tnHSq7z9U7 .btn-social {
  border-color: #55b4d4;
}
.cid-tnHSq7z9U7 .btn-social:hover {
  background: #55b4d4;
}
.cid-tnHSq7z9U7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tnHSq7z9U7 .btn {
    font-size: 20px !important;
  }
}
.cid-tnHSq7z9U7 .btn-social,
.cid-tnHSq7z9U7 .mbr-section-title B {
  color: #ffffff;
}
.cid-tnHSq7z9U7 .mbr-section-title {
  color: #ffffff;
}
#custom-html-6f label {
  color: #ffffff;
}
#custom-html-6f .form-control-label {
  color: #ffffff;
}
#custom-html-6f .fill-light-wrapper {
  fill: #ffffff;
  z-index: 1 !important;
  top: 0;
}
#custom-html-6f SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-6f .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-6f .rs-form-control,
#custom-html-6f .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-6f .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-6f .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-6f .rs-form-control,
#custom-html-6f .rs-form-control-file,
#custom-html-6f .rs-form-control-range {
  display: block;
}
#custom-html-6f .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-6f .regular-checkbox {
  display: none;
}
#custom-html-6f .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-6f .regular-checkbox + label:active,
#custom-html-6f .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-6f .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-6f .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-6f .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-6f .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-6f .adj-top {
  padding-top: 20px !important;
}
#custom-html-6f #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-6f .boldit {
  font-weight: 700;
}
.cid-tmnZGlmKVI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmnZGlmKVI [class^="socicon-"]:before,
.cid-tmnZGlmKVI [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmnZGlmKVI .btn-social {
  border-color: #55b4d4;
}
.cid-tmnZGlmKVI .btn-social:hover {
  background: #55b4d4;
}
.cid-tmnZGlmKVI .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmnZGlmKVI .btn {
    font-size: 20px !important;
  }
}
.cid-tmnZGlmKVI .btn-social,
.cid-tmnZGlmKVI .mbr-section-title B {
  color: #ffffff;
}
.cid-tmnZGlmKVI .mbr-section-title {
  color: #ffffff;
}
.cid-s97TjnjZCE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-s97TjnjZCE .content {
    text-align: center;
  }
  .cid-s97TjnjZCE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s97TjnjZCE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s97TjnjZCE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s97TjnjZCE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s97TjnjZCE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s97TjnjZCE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s97TjnjZCE .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-s97TjnjZCE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s97TjnjZCE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s97TjnjZCE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s97TjnjZCE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s97TjnjZCE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s97TjnjZCE .copyright > p {
  text-align: center;
}
.cid-s97TjnjZCE H5 {
  color: #f7ed4a;
}
.cid-qLzUDoa1Wu .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qLzUDoa1Wu .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qLzUDoa1Wu a {
  font-style: normal;
}
.cid-qLzUDoa1Wu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLzUDoa1Wu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLzUDoa1Wu .nav-item:focus,
.cid-qLzUDoa1Wu .nav-link:focus {
  outline: none;
}
.cid-qLzUDoa1Wu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLzUDoa1Wu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLzUDoa1Wu .menu-logo {
  margin-right: auto;
}
.cid-qLzUDoa1Wu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLzUDoa1Wu .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-qLzUDoa1Wu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLzUDoa1Wu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLzUDoa1Wu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLzUDoa1Wu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLzUDoa1Wu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLzUDoa1Wu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLzUDoa1Wu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLzUDoa1Wu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLzUDoa1Wu .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLzUDoa1Wu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLzUDoa1Wu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLzUDoa1Wu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLzUDoa1Wu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLzUDoa1Wu .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-qLzUDoa1Wu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLzUDoa1Wu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLzUDoa1Wu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLzUDoa1Wu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLzUDoa1Wu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLzUDoa1Wu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLzUDoa1Wu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLzUDoa1Wu button.navbar-toggler:focus {
  outline: none;
}
.cid-qLzUDoa1Wu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLzUDoa1Wu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLzUDoa1Wu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLzUDoa1Wu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLzUDoa1Wu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLzUDoa1Wu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLzUDoa1Wu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLzUDoa1Wu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLzUDoa1Wu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLzUDoa1Wu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLzUDoa1Wu .collapsed .btn {
  display: flex;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLzUDoa1Wu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLzUDoa1Wu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLzUDoa1Wu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLzUDoa1Wu .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-qLzUDoa1Wu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLzUDoa1Wu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLzUDoa1Wu .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-qLzUDoa1Wu .navbar-expand {
    flex-direction: column;
  }
  .cid-qLzUDoa1Wu img {
    height: 3.8rem !important;
  }
  .cid-qLzUDoa1Wu .btn {
    display: flex;
  }
  .cid-qLzUDoa1Wu button.navbar-toggler {
    display: block;
  }
  .cid-qLzUDoa1Wu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLzUDoa1Wu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLzUDoa1Wu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing,
  .cid-qLzUDoa1Wu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing .navbar-nav,
  .cid-qLzUDoa1Wu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLzUDoa1Wu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLzUDoa1Wu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLzUDoa1Wu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLzUDoa1Wu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLzUDoa1Wu .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-qLzUDoa1Wu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLzUDoa1Wu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLzUDoa1Wu .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-qLzUDoa1Wu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLzUDoa1Wu .navbar-collapse {
  flex-basis: auto;
}
.cid-qLzUDoa1Wu .nav-link:hover,
.cid-qLzUDoa1Wu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qLzUZOYW8s {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1440x1080.jpg");
}
.cid-tmL9I2pNXp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL9I2pNXp [class^="socicon-"]:before,
.cid-tmL9I2pNXp [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL9I2pNXp .btn-social {
  border-color: #55b4d4;
}
.cid-tmL9I2pNXp .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL9I2pNXp .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL9I2pNXp .btn {
    font-size: 20px !important;
  }
}
.cid-tmL9I2pNXp .btn-social,
.cid-tmL9I2pNXp .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL9I2pNXp .mbr-section-title {
  color: #ffffff;
}
#custom-html-4z {
  
}
#custom-html-4z img {
  -webkit-box-shadow: 0px 8px 8px 0px #000000;
  -moz-box-shadow: 0px 8px 8px 0px #000000;
  box-shadow: 0px 8px 8px 0px #000000;
}
#custom-html-4z .sav2L {
  color: #eeeeee;
  padding: .4rem .4rem;
  border-radius: 8px;
}
#custom-html-4z .sav2L:hover {
  border: 2px solid blue;
  color: blue;
  box-shadow: 0 0 12px blue inset;
}
#custom-html-4z .topicsa {
  display: inline-block;
  padding: 1rem .8rem;
  background: none;
  color: #000000;
  font-size: 14px;
  font-family: Verdana;
  font-weight: 500;
  line-height: 1;
  border: 1px solid;
  border-radius: 8px;
  transition: all 0.15s ease-out;
  transition-property: border,color,background;
}
#custom-html-4z .topicsa:hover {
  border: 2px solid blue;
  color: blue;
  box-shadow: 0 0 12px blue inset;
}
#custom-html-4z .topics ul {
  list-style-type: none;
}
#custom-html-4z .topics ul li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
}
#custom-html-4z #blog {
  background-color: #ffffff;
}
#custom-html-4z .posttitle {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
#custom-html-4z .postby {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 12px;
}
#custom-html-4z .latestposts {
  padding-top: 40px;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
}
#custom-html-4z .posttop,
#custom-html-4z .cattop {
  text-align: center;
}
#custom-html-4z .cattop {
  padding-top: 40px;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
}
#custom-html-4z h1 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
  color: #0f7699;
}
#custom-html-4z h3 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
}
#custom-html-4z table.pages {
  border-collapse: collapse;
  height: 30px;
  margin: 4px 4px 4px 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16.0px;
}
#custom-html-4z th.pages {
  background: #90a878;
  width: 30px;
  color: #fff;
  font-weight: 700;
  padding: 0px 5px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
}
#custom-html-4z tr.pages.alt td.pages {
  background: #90a878;
}
#custom-html-4z tr.pages.over td.pages,
#custom-html-4z tr.pages:hover td.pages {
  background: #90a878;
}
#custom-html-4z label {
  color: #ffffff;
}
#custom-html-4z .form-control-label {
  color: #ffffff;
}
#custom-html-4z SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-4z .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-4z .rs-form-control,
#custom-html-4z .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-4z .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-4z .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-4z .rs-form-control,
#custom-html-4z .rs-form-control-file,
#custom-html-4z .rs-form-control-range {
  display: block;
}
#custom-html-4z .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-4z .regular-checkbox {
  display: none;
}
#custom-html-4z .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-4z .regular-checkbox + label:active,
#custom-html-4z .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-4z .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-4z .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-4z .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-4z .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-4z .adj-top {
  padding-top: 20px !important;
}
#custom-html-4z #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-4z .boldit {
  font-weight: 700;
}
#custom-html-4z .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
.cid-qLzUDrcMMf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-qLzUDrcMMf [class^="socicon-"]:before,
.cid-qLzUDrcMMf [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qLzUDrcMMf .btn-social {
  border-color: #55b4d4;
}
.cid-qLzUDrcMMf .btn-social:hover {
  background: #55b4d4;
}
.cid-qLzUDrcMMf .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qLzUDrcMMf .btn {
    font-size: 20px !important;
  }
}
.cid-qLzUDrcMMf .btn-social,
.cid-qLzUDrcMMf .mbr-section-title B {
  color: #ffffff;
}
.cid-qLzUDrcMMf .mbr-section-title {
  color: #ffffff;
}
.cid-qLzUDs9cfI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qLzUDs9cfI .content {
    text-align: center;
  }
  .cid-qLzUDs9cfI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLzUDs9cfI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLzUDs9cfI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLzUDs9cfI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLzUDs9cfI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLzUDs9cfI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLzUDs9cfI .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-qLzUDs9cfI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLzUDs9cfI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLzUDs9cfI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLzUDs9cfI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLzUDs9cfI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLzUDs9cfI .copyright > p {
  text-align: center;
}
.cid-qLzUDs9cfI H5 {
  color: #f7ed4a;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s0gZCcYn3F {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1440x1080.jpg");
}
.cid-tmL9FnCIMc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL9FnCIMc [class^="socicon-"]:before,
.cid-tmL9FnCIMc [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL9FnCIMc .btn-social {
  border-color: #55b4d4;
}
.cid-tmL9FnCIMc .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL9FnCIMc .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL9FnCIMc .btn {
    font-size: 20px !important;
  }
}
.cid-tmL9FnCIMc .btn-social,
.cid-tmL9FnCIMc .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL9FnCIMc .mbr-section-title {
  color: #ffffff;
}
#custom-html-6a img {
  -webkit-box-shadow: 0px 8px 8px 0px #000000;
  -moz-box-shadow: 0px 8px 8px 0px #000000;
  box-shadow: 0px 8px 8px 0px #000000;
}
#custom-html-6a .posttitle {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
#custom-html-6a .partpost {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 14px;
  text-align: left;
}
#custom-html-6a .postbysub {
  font-size: 12px !important;
}
#custom-html-6a .postby {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 18px;
}
#custom-html-6a .posttop,
#custom-html-6a .cattop {
  text-align: left;
}
#custom-html-6a .cattop {
  padding-top: 40px;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
}
#custom-html-6a h1 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
}
#custom-html-6a h3 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
}
#custom-html-6a table.pages {
  border-collapse: collapse;
  height: 30px;
  margin: 4px 4px 4px 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16.0px;
}
#custom-html-6a th.pages {
  background: #90a878;
  width: 30px;
  color: #fff;
  font-weight: 700;
  padding: 0px 5px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
}
#custom-html-6a tr.pages.alt td.pages {
  background: #90a878;
}
#custom-html-6a tr.pages.over td.pages,
#custom-html-6a tr.pages:hover td.pages {
  background: #90a878;
}
.cid-tmL9BkVJ5L {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL9BkVJ5L [class^="socicon-"]:before,
.cid-tmL9BkVJ5L [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL9BkVJ5L .btn-social {
  border-color: #55b4d4;
}
.cid-tmL9BkVJ5L .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL9BkVJ5L .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL9BkVJ5L .btn {
    font-size: 20px !important;
  }
}
.cid-tmL9BkVJ5L .btn-social,
.cid-tmL9BkVJ5L .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL9BkVJ5L .mbr-section-title {
  color: #ffffff;
}
.cid-qKW3pKKzZm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .content {
    text-align: center;
  }
  .cid-qKW3pKKzZm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKW3pKKzZm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKW3pKKzZm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKW3pKKzZm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKW3pKKzZm .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-qKW3pKKzZm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKW3pKKzZm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKW3pKKzZm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKW3pKKzZm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKW3pKKzZm .copyright > p {
  text-align: center;
}
.cid-qKW3pKKzZm H5 {
  color: #f7ed4a;
}
.cid-tmtULdmnWV .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-tmtULdmnWV .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-tmtULdmnWV a {
  font-style: normal;
}
.cid-tmtULdmnWV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tmtULdmnWV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tmtULdmnWV .nav-item:focus,
.cid-tmtULdmnWV .nav-link:focus {
  outline: none;
}
.cid-tmtULdmnWV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tmtULdmnWV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tmtULdmnWV .menu-logo {
  margin-right: auto;
}
.cid-tmtULdmnWV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tmtULdmnWV .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-tmtULdmnWV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tmtULdmnWV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tmtULdmnWV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tmtULdmnWV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tmtULdmnWV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tmtULdmnWV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tmtULdmnWV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmtULdmnWV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tmtULdmnWV .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tmtULdmnWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tmtULdmnWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmtULdmnWV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tmtULdmnWV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmtULdmnWV .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-tmtULdmnWV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tmtULdmnWV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tmtULdmnWV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tmtULdmnWV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tmtULdmnWV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tmtULdmnWV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tmtULdmnWV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tmtULdmnWV button.navbar-toggler:focus {
  outline: none;
}
.cid-tmtULdmnWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tmtULdmnWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmtULdmnWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmtULdmnWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmtULdmnWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmtULdmnWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmtULdmnWV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmtULdmnWV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmtULdmnWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmtULdmnWV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tmtULdmnWV .collapsed .btn {
  display: flex;
}
.cid-tmtULdmnWV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tmtULdmnWV .collapsed .navbar-collapse.collapsing,
.cid-tmtULdmnWV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tmtULdmnWV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tmtULdmnWV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tmtULdmnWV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tmtULdmnWV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tmtULdmnWV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tmtULdmnWV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tmtULdmnWV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tmtULdmnWV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tmtULdmnWV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tmtULdmnWV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tmtULdmnWV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tmtULdmnWV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tmtULdmnWV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tmtULdmnWV .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-tmtULdmnWV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tmtULdmnWV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tmtULdmnWV .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-tmtULdmnWV .navbar-expand {
    flex-direction: column;
  }
  .cid-tmtULdmnWV img {
    height: 3.8rem !important;
  }
  .cid-tmtULdmnWV .btn {
    display: flex;
  }
  .cid-tmtULdmnWV button.navbar-toggler {
    display: block;
  }
  .cid-tmtULdmnWV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tmtULdmnWV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tmtULdmnWV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tmtULdmnWV .navbar-collapse.collapsing,
  .cid-tmtULdmnWV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tmtULdmnWV .navbar-collapse.collapsing .navbar-nav,
  .cid-tmtULdmnWV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tmtULdmnWV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tmtULdmnWV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tmtULdmnWV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tmtULdmnWV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tmtULdmnWV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tmtULdmnWV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tmtULdmnWV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tmtULdmnWV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tmtULdmnWV .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-tmtULdmnWV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tmtULdmnWV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tmtULdmnWV .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-tmtULdmnWV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tmtULdmnWV .navbar-collapse {
  flex-basis: auto;
}
.cid-tmtULdmnWV .nav-link:hover,
.cid-tmtULdmnWV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-7u H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-tmtULevwJ7 {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tmtULevwJ7 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tmtULevwJ7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmtULevwJ7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tmtULevwJ7 .mbr-text {
    text-align: center;
  }
}
.cid-tmtULfTCE3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmtULfTCE3 [class^="socicon-"]:before,
.cid-tmtULfTCE3 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmtULfTCE3 .btn-social {
  border-color: #55b4d4;
}
.cid-tmtULfTCE3 .btn-social:hover {
  background: #55b4d4;
}
.cid-tmtULfTCE3 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmtULfTCE3 .btn {
    font-size: 20px !important;
  }
}
.cid-tmtULfTCE3 .btn-social,
.cid-tmtULfTCE3 .mbr-section-title B {
  color: #ffffff;
}
.cid-tmtULfTCE3 .mbr-section-title {
  color: #ffffff;
}
.cid-tmtULgXWuR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmtULgXWuR [class^="socicon-"]:before,
.cid-tmtULgXWuR [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmtULgXWuR .btn-social {
  border-color: #55b4d4;
}
.cid-tmtULgXWuR .btn-social:hover {
  background: #55b4d4;
}
.cid-tmtULgXWuR .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmtULgXWuR .btn {
    font-size: 20px !important;
  }
}
.cid-tmtULgXWuR .btn-social,
.cid-tmtULgXWuR .mbr-section-title B {
  color: #ffffff;
}
.cid-tmtULgXWuR .mbr-section-title {
  color: #ffffff;
}
#custom-html-7z label {
  color: #000000;
}
#custom-html-7z .form-control-label {
  color: #000000;
}
#custom-html-7z SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-7z .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-7z .rs-form-control,
#custom-html-7z .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-7z .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-7z .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-7z .rs-form-control,
#custom-html-7z .rs-form-control-file,
#custom-html-7z .rs-form-control-range {
  display: block;
}
#custom-html-7z .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-7z .regular-checkbox {
  display: none;
}
#custom-html-7z .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-7z .regular-checkbox + label:active,
#custom-html-7z .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-7z .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-7z .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-7z .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-7z .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-7z .adj-top {
  padding-top: 20px !important;
}
#custom-html-7z #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-7z .boldit {
  font-weight: 700;
}
#custom-html-7z H3 {
  color: #ffffff;
}
#custom-html-7z P {
  color: #f7da64;
  text-align: left;
}
#custom-html-7z SPAN {
  font-size: 19px;
}
#custom-html-7z .mbr-section-title,
#custom-html-7z p {
  color: #fff;
}
.cid-tmL9u45UdM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL9u45UdM [class^="socicon-"]:before,
.cid-tmL9u45UdM [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL9u45UdM .btn-social {
  border-color: #55b4d4;
}
.cid-tmL9u45UdM .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL9u45UdM .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL9u45UdM .btn {
    font-size: 20px !important;
  }
}
.cid-tmL9u45UdM .btn-social,
.cid-tmL9u45UdM .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL9u45UdM .mbr-section-title {
  color: #ffffff;
}
.cid-tmtULi0rOO {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tmtULi0rOO .mbr-section-subtitle {
  color: #767676;
}
.cid-tmtULjPrLu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmtULjPrLu [class^="socicon-"]:before,
.cid-tmtULjPrLu [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmtULjPrLu .btn-social {
  border-color: #55b4d4;
}
.cid-tmtULjPrLu .btn-social:hover {
  background: #55b4d4;
}
.cid-tmtULjPrLu .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmtULjPrLu .btn {
    font-size: 20px !important;
  }
}
.cid-tmtULjPrLu .btn-social,
.cid-tmtULjPrLu .mbr-section-title B {
  color: #ffffff;
}
.cid-tmtULjPrLu .mbr-section-title {
  color: #ffffff;
}
.cid-tmtULksptR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-tmtULksptR .content {
    text-align: center;
  }
  .cid-tmtULksptR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tmtULksptR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tmtULksptR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tmtULksptR .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tmtULksptR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tmtULksptR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tmtULksptR .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-tmtULksptR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tmtULksptR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmtULksptR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmtULksptR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmtULksptR .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tmtULksptR .copyright > p {
  text-align: center;
}
.cid-tmtULksptR H5 {
  color: #f7ed4a;
}
.cid-tmua2xRKv1 .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-tmua2xRKv1 .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-tmua2xRKv1 a {
  font-style: normal;
}
.cid-tmua2xRKv1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tmua2xRKv1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tmua2xRKv1 .nav-item:focus,
.cid-tmua2xRKv1 .nav-link:focus {
  outline: none;
}
.cid-tmua2xRKv1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tmua2xRKv1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tmua2xRKv1 .menu-logo {
  margin-right: auto;
}
.cid-tmua2xRKv1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tmua2xRKv1 .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-tmua2xRKv1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tmua2xRKv1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tmua2xRKv1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tmua2xRKv1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tmua2xRKv1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tmua2xRKv1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tmua2xRKv1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmua2xRKv1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tmua2xRKv1 .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tmua2xRKv1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tmua2xRKv1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmua2xRKv1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tmua2xRKv1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmua2xRKv1 .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-tmua2xRKv1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tmua2xRKv1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tmua2xRKv1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tmua2xRKv1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tmua2xRKv1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tmua2xRKv1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tmua2xRKv1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tmua2xRKv1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tmua2xRKv1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tmua2xRKv1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmua2xRKv1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmua2xRKv1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmua2xRKv1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmua2xRKv1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmua2xRKv1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmua2xRKv1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmua2xRKv1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmua2xRKv1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tmua2xRKv1 .collapsed .btn {
  display: flex;
}
.cid-tmua2xRKv1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tmua2xRKv1 .collapsed .navbar-collapse.collapsing,
.cid-tmua2xRKv1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tmua2xRKv1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tmua2xRKv1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tmua2xRKv1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tmua2xRKv1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tmua2xRKv1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tmua2xRKv1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tmua2xRKv1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tmua2xRKv1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tmua2xRKv1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tmua2xRKv1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tmua2xRKv1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tmua2xRKv1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tmua2xRKv1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tmua2xRKv1 .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-tmua2xRKv1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tmua2xRKv1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tmua2xRKv1 .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-tmua2xRKv1 .navbar-expand {
    flex-direction: column;
  }
  .cid-tmua2xRKv1 img {
    height: 3.8rem !important;
  }
  .cid-tmua2xRKv1 .btn {
    display: flex;
  }
  .cid-tmua2xRKv1 button.navbar-toggler {
    display: block;
  }
  .cid-tmua2xRKv1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tmua2xRKv1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tmua2xRKv1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tmua2xRKv1 .navbar-collapse.collapsing,
  .cid-tmua2xRKv1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tmua2xRKv1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tmua2xRKv1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tmua2xRKv1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tmua2xRKv1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tmua2xRKv1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tmua2xRKv1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tmua2xRKv1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tmua2xRKv1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tmua2xRKv1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tmua2xRKv1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tmua2xRKv1 .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-tmua2xRKv1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tmua2xRKv1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tmua2xRKv1 .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-tmua2xRKv1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tmua2xRKv1 .navbar-collapse {
  flex-basis: auto;
}
.cid-tmua2xRKv1 .nav-link:hover,
.cid-tmua2xRKv1 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-86 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-tmua2yZ58P {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tmua2yZ58P .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tmua2yZ58P .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmua2yZ58P .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tmua2yZ58P .mbr-text {
    text-align: center;
  }
}
.cid-tmua2zHd4j {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmua2zHd4j [class^="socicon-"]:before,
.cid-tmua2zHd4j [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmua2zHd4j .btn-social {
  border-color: #55b4d4;
}
.cid-tmua2zHd4j .btn-social:hover {
  background: #55b4d4;
}
.cid-tmua2zHd4j .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmua2zHd4j .btn {
    font-size: 20px !important;
  }
}
.cid-tmua2zHd4j .btn-social,
.cid-tmua2zHd4j .mbr-section-title B {
  color: #ffffff;
}
.cid-tmua2zHd4j .mbr-section-title {
  color: #ffffff;
}
.cid-tmua2AOzTQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmua2AOzTQ [class^="socicon-"]:before,
.cid-tmua2AOzTQ [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmua2AOzTQ .btn-social {
  border-color: #55b4d4;
}
.cid-tmua2AOzTQ .btn-social:hover {
  background: #55b4d4;
}
.cid-tmua2AOzTQ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmua2AOzTQ .btn {
    font-size: 20px !important;
  }
}
.cid-tmua2AOzTQ .btn-social,
.cid-tmua2AOzTQ .mbr-section-title B {
  color: #ffffff;
}
.cid-tmua2AOzTQ .mbr-section-title {
  color: #ffffff;
}
#custom-html-8b label {
  color: #000000;
}
#custom-html-8b .form-control-label {
  color: #000000;
}
#custom-html-8b SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-8b .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-8b .rs-form-control,
#custom-html-8b .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-8b .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-8b .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-8b .rs-form-control,
#custom-html-8b .rs-form-control-file,
#custom-html-8b .rs-form-control-range {
  display: block;
}
#custom-html-8b .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-8b .regular-checkbox {
  display: none;
}
#custom-html-8b .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-8b .regular-checkbox + label:active,
#custom-html-8b .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-8b .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-8b .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-8b .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-8b .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-8b .adj-top {
  padding-top: 20px !important;
}
#custom-html-8b #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-8b .boldit {
  font-weight: 700;
}
#custom-html-8b H3 {
  color: #ffffff;
}
#custom-html-8b P {
  color: #f7da64;
  text-align: left;
}
#custom-html-8b SPAN {
  font-size: 19px;
}
#custom-html-8b .mbr-section-title,
#custom-html-8b p {
  color: #fff;
}
.cid-tmL9ksGmlU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL9ksGmlU [class^="socicon-"]:before,
.cid-tmL9ksGmlU [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL9ksGmlU .btn-social {
  border-color: #55b4d4;
}
.cid-tmL9ksGmlU .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL9ksGmlU .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL9ksGmlU .btn {
    font-size: 20px !important;
  }
}
.cid-tmL9ksGmlU .btn-social,
.cid-tmL9ksGmlU .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL9ksGmlU .mbr-section-title {
  color: #ffffff;
}
.cid-tmua2CyaF0 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tmua2CyaF0 .mbr-section-subtitle {
  color: #767676;
}
.cid-tmua2Eg8H6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmua2Eg8H6 [class^="socicon-"]:before,
.cid-tmua2Eg8H6 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmua2Eg8H6 .btn-social {
  border-color: #55b4d4;
}
.cid-tmua2Eg8H6 .btn-social:hover {
  background: #55b4d4;
}
.cid-tmua2Eg8H6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmua2Eg8H6 .btn {
    font-size: 20px !important;
  }
}
.cid-tmua2Eg8H6 .btn-social,
.cid-tmua2Eg8H6 .mbr-section-title B {
  color: #ffffff;
}
.cid-tmua2Eg8H6 .mbr-section-title {
  color: #ffffff;
}
.cid-tmua2EUeZB {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-tmua2EUeZB .content {
    text-align: center;
  }
  .cid-tmua2EUeZB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tmua2EUeZB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tmua2EUeZB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tmua2EUeZB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tmua2EUeZB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tmua2EUeZB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tmua2EUeZB .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-tmua2EUeZB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tmua2EUeZB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmua2EUeZB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmua2EUeZB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmua2EUeZB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tmua2EUeZB .copyright > p {
  text-align: center;
}
.cid-tmua2EUeZB H5 {
  color: #f7ed4a;
}
.cid-tmzSVXUF3P .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-tmzSVXUF3P .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-tmzSVXUF3P a {
  font-style: normal;
}
.cid-tmzSVXUF3P .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tmzSVXUF3P .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tmzSVXUF3P .nav-item:focus,
.cid-tmzSVXUF3P .nav-link:focus {
  outline: none;
}
.cid-tmzSVXUF3P .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tmzSVXUF3P .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tmzSVXUF3P .menu-logo {
  margin-right: auto;
}
.cid-tmzSVXUF3P .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tmzSVXUF3P .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-tmzSVXUF3P .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tmzSVXUF3P .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tmzSVXUF3P .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tmzSVXUF3P .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tmzSVXUF3P .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tmzSVXUF3P .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tmzSVXUF3P .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmzSVXUF3P .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tmzSVXUF3P .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tmzSVXUF3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tmzSVXUF3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmzSVXUF3P .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tmzSVXUF3P .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmzSVXUF3P .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-tmzSVXUF3P .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tmzSVXUF3P .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tmzSVXUF3P .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tmzSVXUF3P .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tmzSVXUF3P .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tmzSVXUF3P .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tmzSVXUF3P button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tmzSVXUF3P button.navbar-toggler:focus {
  outline: none;
}
.cid-tmzSVXUF3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tmzSVXUF3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmzSVXUF3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmzSVXUF3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmzSVXUF3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmzSVXUF3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmzSVXUF3P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmzSVXUF3P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmzSVXUF3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmzSVXUF3P .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tmzSVXUF3P .collapsed .btn {
  display: flex;
}
.cid-tmzSVXUF3P .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tmzSVXUF3P .collapsed .navbar-collapse.collapsing,
.cid-tmzSVXUF3P .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tmzSVXUF3P .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tmzSVXUF3P .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tmzSVXUF3P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tmzSVXUF3P .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tmzSVXUF3P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tmzSVXUF3P .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tmzSVXUF3P .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tmzSVXUF3P .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tmzSVXUF3P .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tmzSVXUF3P .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tmzSVXUF3P .collapsed button.navbar-toggler {
  display: block;
}
.cid-tmzSVXUF3P .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tmzSVXUF3P .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tmzSVXUF3P .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-tmzSVXUF3P .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tmzSVXUF3P .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tmzSVXUF3P .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-tmzSVXUF3P .navbar-expand {
    flex-direction: column;
  }
  .cid-tmzSVXUF3P img {
    height: 3.8rem !important;
  }
  .cid-tmzSVXUF3P .btn {
    display: flex;
  }
  .cid-tmzSVXUF3P button.navbar-toggler {
    display: block;
  }
  .cid-tmzSVXUF3P .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tmzSVXUF3P .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tmzSVXUF3P .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tmzSVXUF3P .navbar-collapse.collapsing,
  .cid-tmzSVXUF3P .navbar-collapse.show {
    display: block !important;
  }
  .cid-tmzSVXUF3P .navbar-collapse.collapsing .navbar-nav,
  .cid-tmzSVXUF3P .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tmzSVXUF3P .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tmzSVXUF3P .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tmzSVXUF3P .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tmzSVXUF3P .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tmzSVXUF3P .navbar-collapse.collapsing .navbar-buttons,
  .cid-tmzSVXUF3P .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tmzSVXUF3P .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tmzSVXUF3P .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tmzSVXUF3P .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-tmzSVXUF3P .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tmzSVXUF3P .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tmzSVXUF3P .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-tmzSVXUF3P .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tmzSVXUF3P .navbar-collapse {
  flex-basis: auto;
}
.cid-tmzSVXUF3P .nav-link:hover,
.cid-tmzSVXUF3P .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tmzSVYQt8f {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1440x1080.jpg");
}
.cid-tmL9MRYaKi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL9MRYaKi [class^="socicon-"]:before,
.cid-tmL9MRYaKi [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL9MRYaKi .btn-social {
  border-color: #55b4d4;
}
.cid-tmL9MRYaKi .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL9MRYaKi .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL9MRYaKi .btn {
    font-size: 20px !important;
  }
}
.cid-tmL9MRYaKi .btn-social,
.cid-tmL9MRYaKi .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL9MRYaKi .mbr-section-title {
  color: #ffffff;
}
#custom-html-8p img {
  -webkit-box-shadow: 0px 8px 8px 0px #000000;
  -moz-box-shadow: 0px 8px 8px 0px #000000;
  box-shadow: 0px 8px 8px 0px #000000;
}
#custom-html-8p .posttitle {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
#custom-html-8p .partpost {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 14px;
  text-align: left;
}
#custom-html-8p .postbysub {
  font-size: 12px !important;
}
#custom-html-8p .postby {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 18px;
}
#custom-html-8p .posttop,
#custom-html-8p .cattop {
  text-align: left;
}
#custom-html-8p .cattop {
  padding-top: 40px;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
}
#custom-html-8p h1 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
}
#custom-html-8p h3 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
}
#custom-html-8p table.pages {
  border-collapse: collapse;
  height: 30px;
  margin: 4px 4px 4px 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16.0px;
}
#custom-html-8p th.pages {
  background: #90a878;
  width: 30px;
  color: #fff;
  font-weight: 700;
  padding: 0px 5px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
}
#custom-html-8p tr.pages.alt td.pages {
  background: #90a878;
}
#custom-html-8p tr.pages.over td.pages,
#custom-html-8p tr.pages:hover td.pages {
  background: #90a878;
}
.cid-tmL9NOuyal {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL9NOuyal [class^="socicon-"]:before,
.cid-tmL9NOuyal [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL9NOuyal .btn-social {
  border-color: #55b4d4;
}
.cid-tmL9NOuyal .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL9NOuyal .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL9NOuyal .btn {
    font-size: 20px !important;
  }
}
.cid-tmL9NOuyal .btn-social,
.cid-tmL9NOuyal .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL9NOuyal .mbr-section-title {
  color: #ffffff;
}
.cid-tmzSVZwZKA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-tmzSVZwZKA .content {
    text-align: center;
  }
  .cid-tmzSVZwZKA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tmzSVZwZKA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tmzSVZwZKA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tmzSVZwZKA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tmzSVZwZKA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tmzSVZwZKA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tmzSVZwZKA .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-tmzSVZwZKA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tmzSVZwZKA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmzSVZwZKA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmzSVZwZKA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmzSVZwZKA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tmzSVZwZKA .copyright > p {
  text-align: center;
}
.cid-tmzSVZwZKA H5 {
  color: #f7ed4a;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tmHy1oJYFa {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tmL96wpCYg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmL96wpCYg [class^="socicon-"]:before,
.cid-tmL96wpCYg [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmL96wpCYg .btn-social {
  border-color: #55b4d4;
}
.cid-tmL96wpCYg .btn-social:hover {
  background: #55b4d4;
}
.cid-tmL96wpCYg .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmL96wpCYg .btn {
    font-size: 20px !important;
  }
}
.cid-tmL96wpCYg .btn-social,
.cid-tmL96wpCYg .mbr-section-title B {
  color: #ffffff;
}
.cid-tmL96wpCYg .mbr-section-title {
  color: #ffffff;
}
#custom-html-8u label {
  color: #000000;
}
#custom-html-8u .form-control-label {
  color: #000000;
}
#custom-html-8u SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-8u .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-8u .rs-form-control,
#custom-html-8u .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-8u .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-8u .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-8u .rs-form-control,
#custom-html-8u .rs-form-control-file,
#custom-html-8u .rs-form-control-range {
  display: block;
}
#custom-html-8u .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-8u .regular-checkbox {
  display: none;
}
#custom-html-8u .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-8u .regular-checkbox + label:active,
#custom-html-8u .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-8u .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-8u .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-8u .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-8u .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-8u .adj-top {
  padding-top: 20px !important;
}
#custom-html-8u #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-8u .boldit {
  font-weight: 700;
}
.cid-tmHLrRQKro {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmHLrRQKro [class^="socicon-"]:before,
.cid-tmHLrRQKro [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmHLrRQKro .btn-social {
  border-color: #55b4d4;
}
.cid-tmHLrRQKro .btn-social:hover {
  background: #55b4d4;
}
.cid-tmHLrRQKro .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmHLrRQKro .btn {
    font-size: 20px !important;
  }
}
.cid-tmHLrRQKro .btn-social,
.cid-tmHLrRQKro .mbr-section-title B {
  color: #ffffff;
}
.cid-tmHLrRQKro .mbr-section-title {
  color: #ffffff;
}
.cid-qKW3pKKzZm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .content {
    text-align: center;
  }
  .cid-qKW3pKKzZm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKW3pKKzZm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKW3pKKzZm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKW3pKKzZm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKW3pKKzZm .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-qKW3pKKzZm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKW3pKKzZm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKW3pKKzZm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKW3pKKzZm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKW3pKKzZm .copyright > p {
  text-align: center;
}
.cid-qKW3pKKzZm H5 {
  color: #f7ed4a;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-8x h3,
#custom-html-8x p {
  color: #ffffff;
}
#custom-html-8x #headerb {
  min-height: 800px;
}
.cid-tmHLoaXzVH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmHLoaXzVH [class^="socicon-"]:before,
.cid-tmHLoaXzVH [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmHLoaXzVH .btn-social {
  border-color: #55b4d4;
}
.cid-tmHLoaXzVH .btn-social:hover {
  background: #55b4d4;
}
.cid-tmHLoaXzVH .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmHLoaXzVH .btn {
    font-size: 20px !important;
  }
}
.cid-tmHLoaXzVH .btn-social,
.cid-tmHLoaXzVH .mbr-section-title B {
  color: #ffffff;
}
.cid-tmHLoaXzVH .mbr-section-title {
  color: #ffffff;
}
.cid-qKW3pKKzZm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .content {
    text-align: center;
  }
  .cid-qKW3pKKzZm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKW3pKKzZm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKW3pKKzZm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKW3pKKzZm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKW3pKKzZm .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-qKW3pKKzZm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKW3pKKzZm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKW3pKKzZm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKW3pKKzZm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKW3pKKzZm .copyright > p {
  text-align: center;
}
.cid-qKW3pKKzZm H5 {
  color: #f7ed4a;
}
.cid-qKW30RsPde .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKW30RsPde .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKW30RsPde a {
  font-style: normal;
}
.cid-qKW30RsPde .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKW30RsPde .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKW30RsPde .nav-item:focus,
.cid-qKW30RsPde .nav-link:focus {
  outline: none;
}
.cid-qKW30RsPde .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKW30RsPde .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKW30RsPde .menu-logo {
  margin-right: auto;
}
.cid-qKW30RsPde .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKW30RsPde .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-qKW30RsPde .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKW30RsPde .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKW30RsPde .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKW30RsPde .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKW30RsPde .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKW30RsPde .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKW30RsPde .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKW30RsPde button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKW30RsPde button.navbar-toggler:focus {
  outline: none;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKW30RsPde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKW30RsPde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKW30RsPde .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKW30RsPde .collapsed .btn {
  display: flex;
}
.cid-qKW30RsPde .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing,
.cid-qKW30RsPde .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKW30RsPde .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKW30RsPde .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKW30RsPde .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKW30RsPde .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKW30RsPde .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKW30RsPde .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-qKW30RsPde .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKW30RsPde .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKW30RsPde .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-qKW30RsPde .navbar-expand {
    flex-direction: column;
  }
  .cid-qKW30RsPde img {
    height: 3.8rem !important;
  }
  .cid-qKW30RsPde .btn {
    display: flex;
  }
  .cid-qKW30RsPde button.navbar-toggler {
    display: block;
  }
  .cid-qKW30RsPde .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKW30RsPde .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKW30RsPde .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing,
  .cid-qKW30RsPde .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKW30RsPde .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKW30RsPde .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKW30RsPde .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKW30RsPde .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-qKW30RsPde .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKW30RsPde .navbar-collapse {
  flex-basis: auto;
}
.cid-qKW30RsPde .nav-link:hover,
.cid-qKW30RsPde .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-92 .mbr-section-lead {
  color: #ffffff;
}
#custom-html-92 h1 {
  color: #ffffff;
  font-weight: 700;
}
#custom-html-92 .mbr-section-hero {
  padding-top: 160px;
}
#custom-html-92 #verify-butt {
  cursor: pointer;
  cursor: hand;
}
#custom-html-92 label {
  color: #ffffff;
}
#custom-html-92 .form-control-label {
  color: #ffffff;
}
#custom-html-92 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-92 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-92 .rs-form-control,
#custom-html-92 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-92 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-92 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-92 .rs-form-control,
#custom-html-92 .rs-form-control-file,
#custom-html-92 .rs-form-control-range {
  display: block;
}
#custom-html-92 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-92 .regular-checkbox {
  display: none;
}
#custom-html-92 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-92 .regular-checkbox + label:active,
#custom-html-92 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-92 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-92 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-92 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-92 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-92 .adj-top {
  padding-top: 20px !important;
}
#custom-html-92 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-92 .boldit {
  font-weight: 700;
}
.cid-tmHN35kFwX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tmHN35kFwX [class^="socicon-"]:before,
.cid-tmHN35kFwX [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tmHN35kFwX .btn-social {
  border-color: #55b4d4;
}
.cid-tmHN35kFwX .btn-social:hover {
  background: #55b4d4;
}
.cid-tmHN35kFwX .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tmHN35kFwX .btn {
    font-size: 20px !important;
  }
}
.cid-tmHN35kFwX .btn-social,
.cid-tmHN35kFwX .mbr-section-title B {
  color: #ffffff;
}
.cid-tmHN35kFwX .mbr-section-title {
  color: #ffffff;
}
.cid-qKW3pKKzZm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .content {
    text-align: center;
  }
  .cid-qKW3pKKzZm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKW3pKKzZm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKW3pKKzZm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKW3pKKzZm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKW3pKKzZm .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-qKW3pKKzZm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKW3pKKzZm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKW3pKKzZm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKW3pKKzZm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKW3pKKzZm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKW3pKKzZm .copyright > p {
  text-align: center;
}
.cid-qKW3pKKzZm H5 {
  color: #f7ed4a;
}
.cid-tmKYi1R40G {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-tmKYi1R40G .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tmKYi1R40G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tmKYi1R40G p {
  color: #767676;
  text-align: left;
}
.cid-tmKYi1R40G .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tmKYi1R40G .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tmKYi1R40G .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tn8LVXonAI .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-tn8LVXonAI .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-tn8LVXonAI a {
  font-style: normal;
}
.cid-tn8LVXonAI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tn8LVXonAI .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tn8LVXonAI .nav-item:focus,
.cid-tn8LVXonAI .nav-link:focus {
  outline: none;
}
.cid-tn8LVXonAI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tn8LVXonAI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tn8LVXonAI .menu-logo {
  margin-right: auto;
}
.cid-tn8LVXonAI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tn8LVXonAI .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-tn8LVXonAI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tn8LVXonAI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tn8LVXonAI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tn8LVXonAI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tn8LVXonAI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tn8LVXonAI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tn8LVXonAI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tn8LVXonAI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tn8LVXonAI .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tn8LVXonAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tn8LVXonAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tn8LVXonAI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tn8LVXonAI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tn8LVXonAI .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-tn8LVXonAI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tn8LVXonAI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tn8LVXonAI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tn8LVXonAI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tn8LVXonAI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tn8LVXonAI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tn8LVXonAI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tn8LVXonAI button.navbar-toggler:focus {
  outline: none;
}
.cid-tn8LVXonAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tn8LVXonAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tn8LVXonAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tn8LVXonAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tn8LVXonAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tn8LVXonAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tn8LVXonAI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tn8LVXonAI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tn8LVXonAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tn8LVXonAI .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tn8LVXonAI .collapsed .btn {
  display: flex;
}
.cid-tn8LVXonAI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tn8LVXonAI .collapsed .navbar-collapse.collapsing,
.cid-tn8LVXonAI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tn8LVXonAI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tn8LVXonAI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tn8LVXonAI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tn8LVXonAI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tn8LVXonAI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tn8LVXonAI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tn8LVXonAI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tn8LVXonAI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tn8LVXonAI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tn8LVXonAI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tn8LVXonAI .collapsed button.navbar-toggler {
  display: block;
}
.cid-tn8LVXonAI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tn8LVXonAI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tn8LVXonAI .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-tn8LVXonAI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tn8LVXonAI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tn8LVXonAI .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-tn8LVXonAI .navbar-expand {
    flex-direction: column;
  }
  .cid-tn8LVXonAI img {
    height: 3.8rem !important;
  }
  .cid-tn8LVXonAI .btn {
    display: flex;
  }
  .cid-tn8LVXonAI button.navbar-toggler {
    display: block;
  }
  .cid-tn8LVXonAI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tn8LVXonAI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tn8LVXonAI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tn8LVXonAI .navbar-collapse.collapsing,
  .cid-tn8LVXonAI .navbar-collapse.show {
    display: block !important;
  }
  .cid-tn8LVXonAI .navbar-collapse.collapsing .navbar-nav,
  .cid-tn8LVXonAI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tn8LVXonAI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tn8LVXonAI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tn8LVXonAI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tn8LVXonAI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tn8LVXonAI .navbar-collapse.collapsing .navbar-buttons,
  .cid-tn8LVXonAI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tn8LVXonAI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tn8LVXonAI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tn8LVXonAI .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-tn8LVXonAI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tn8LVXonAI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tn8LVXonAI .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-tn8LVXonAI .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tn8LVXonAI .navbar-collapse {
  flex-basis: auto;
}
.cid-tn8LVXonAI .nav-link:hover,
.cid-tn8LVXonAI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tn8LVY2wGS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1440x1080.jpg");
}
.cid-tn8LVYvMAK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tn8LVYvMAK [class^="socicon-"]:before,
.cid-tn8LVYvMAK [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tn8LVYvMAK .btn-social {
  border-color: #55b4d4;
}
.cid-tn8LVYvMAK .btn-social:hover {
  background: #55b4d4;
}
.cid-tn8LVYvMAK .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tn8LVYvMAK .btn {
    font-size: 20px !important;
  }
}
.cid-tn8LVYvMAK .btn-social,
.cid-tn8LVYvMAK .mbr-section-title B {
  color: #ffffff;
}
.cid-tn8LVYvMAK .mbr-section-title {
  color: #ffffff;
}
#custom-html-9u {
  
}
#custom-html-9u img {
  -webkit-box-shadow: 0px 8px 8px 0px #000000;
  -moz-box-shadow: 0px 8px 8px 0px #000000;
  box-shadow: 0px 8px 8px 0px #000000;
}
#custom-html-9u .sav2L {
  color: #eeeeee;
  padding: .4rem .4rem;
  border-radius: 8px;
}
#custom-html-9u .sav2L:hover {
  border: 2px solid blue;
  color: blue;
  box-shadow: 0 0 12px blue inset;
}
#custom-html-9u .topicsa {
  display: inline-block;
  padding: 1rem .8rem;
  background: none;
  color: #000000;
  font-size: 14px;
  font-family: Verdana;
  font-weight: 500;
  line-height: 1;
  border: 1px solid;
  border-radius: 8px;
  transition: all 0.15s ease-out;
  transition-property: border,color,background;
}
#custom-html-9u .topicsa:hover {
  border: 2px solid blue;
  color: blue;
  box-shadow: 0 0 12px blue inset;
}
#custom-html-9u .topics ul {
  list-style-type: none;
}
#custom-html-9u .topics ul li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
}
#custom-html-9u #blog {
  background-color: #ffffff;
}
#custom-html-9u .posttitle {
  font-family: Raleway, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
#custom-html-9u .postby {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 12px;
}
#custom-html-9u .latestposts {
  padding-top: 40px;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
}
#custom-html-9u .posttop,
#custom-html-9u .cattop {
  text-align: center;
}
#custom-html-9u .cattop {
  padding-top: 40px;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
}
#custom-html-9u h1 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 20px;
  color: #0f7699;
}
#custom-html-9u h3 {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
}
#custom-html-9u table.pages {
  border-collapse: collapse;
  height: 30px;
  margin: 4px 4px 4px 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16.0px;
}
#custom-html-9u th.pages {
  background: #90a878;
  width: 30px;
  color: #fff;
  font-weight: 700;
  padding: 0px 5px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
}
#custom-html-9u tr.pages.alt td.pages {
  background: #90a878;
}
#custom-html-9u tr.pages.over td.pages,
#custom-html-9u tr.pages:hover td.pages {
  background: #90a878;
}
#custom-html-9u label {
  color: #ffffff;
}
#custom-html-9u .form-control-label {
  color: #ffffff;
}
#custom-html-9u SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-9u .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-9u .rs-form-control,
#custom-html-9u .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-9u .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-9u .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-9u .rs-form-control,
#custom-html-9u .rs-form-control-file,
#custom-html-9u .rs-form-control-range {
  display: block;
}
#custom-html-9u .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-9u .regular-checkbox {
  display: none;
}
#custom-html-9u .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-9u .regular-checkbox + label:active,
#custom-html-9u .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-9u .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-9u .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-9u .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-9u .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-9u .adj-top {
  padding-top: 20px !important;
}
#custom-html-9u #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-9u .boldit {
  font-weight: 700;
}
#custom-html-9u .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
.cid-tn8LVZ8Y4I {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tn8LVZ8Y4I [class^="socicon-"]:before,
.cid-tn8LVZ8Y4I [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tn8LVZ8Y4I .btn-social {
  border-color: #55b4d4;
}
.cid-tn8LVZ8Y4I .btn-social:hover {
  background: #55b4d4;
}
.cid-tn8LVZ8Y4I .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tn8LVZ8Y4I .btn {
    font-size: 20px !important;
  }
}
.cid-tn8LVZ8Y4I .btn-social,
.cid-tn8LVZ8Y4I .mbr-section-title B {
  color: #ffffff;
}
.cid-tn8LVZ8Y4I .mbr-section-title {
  color: #ffffff;
}
.cid-tn8LVZzuS7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-tn8LVZzuS7 .content {
    text-align: center;
  }
  .cid-tn8LVZzuS7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tn8LVZzuS7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tn8LVZzuS7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tn8LVZzuS7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tn8LVZzuS7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tn8LVZzuS7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tn8LVZzuS7 .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-tn8LVZzuS7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tn8LVZzuS7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tn8LVZzuS7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tn8LVZzuS7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tn8LVZzuS7 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tn8LVZzuS7 .copyright > p {
  text-align: center;
}
.cid-tn8LVZzuS7 H5 {
  color: #f7ed4a;
}
#custom-html-9z H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-tnBFj7GJaS {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1620x1080.jpg");
}
.cid-tnEeJCxJYn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tnEeJCxJYn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tnEeJCxJYn .section-text {
  padding: 2rem 0;
}
.cid-tnEeJCxJYn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tnEeJCxJYn .inner-container {
    width: 100% !important;
  }
}
.cid-qKXibcqTjl .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qKXibcqTjl .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qKXibcqTjl a {
  font-style: normal;
}
.cid-qKXibcqTjl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKXibcqTjl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKXibcqTjl .nav-item:focus,
.cid-qKXibcqTjl .nav-link:focus {
  outline: none;
}
.cid-qKXibcqTjl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKXibcqTjl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKXibcqTjl .menu-logo {
  margin-right: auto;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKXibcqTjl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKXibcqTjl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKXibcqTjl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKXibcqTjl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKXibcqTjl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKXibcqTjl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKXibcqTjl button.navbar-toggler:focus {
  outline: none;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKXibcqTjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKXibcqTjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKXibcqTjl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKXibcqTjl .collapsed .btn {
  display: flex;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKXibcqTjl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKXibcqTjl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKXibcqTjl .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKXibcqTjl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKXibcqTjl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKXibcqTjl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKXibcqTjl .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-qKXibcqTjl .navbar-expand {
    flex-direction: column;
  }
  .cid-qKXibcqTjl img {
    height: 3.8rem !important;
  }
  .cid-qKXibcqTjl .btn {
    display: flex;
  }
  .cid-qKXibcqTjl button.navbar-toggler {
    display: block;
  }
  .cid-qKXibcqTjl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKXibcqTjl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKXibcqTjl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing,
  .cid-qKXibcqTjl .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKXibcqTjl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKXibcqTjl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKXibcqTjl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKXibcqTjl .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-qKXibcqTjl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKXibcqTjl .navbar-collapse {
  flex-basis: auto;
}
.cid-qKXibcqTjl .nav-link:hover,
.cid-qKXibcqTjl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tnBEykIZ18 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tnBEykIZ18 [class^="socicon-"]:before,
.cid-tnBEykIZ18 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tnBEykIZ18 .btn-social {
  border-color: #55b4d4;
}
.cid-tnBEykIZ18 .btn-social:hover {
  background: #55b4d4;
}
.cid-tnBEykIZ18 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tnBEykIZ18 .btn {
    font-size: 20px !important;
  }
}
.cid-tnBEykIZ18 .btn-social,
.cid-tnBEykIZ18 .mbr-section-title B {
  color: #ffffff;
}
.cid-tnBEykIZ18 .mbr-section-title {
  color: #ffffff;
}
.cid-qKXkuItDE5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qKXkuItDE5 .content {
    text-align: center;
  }
  .cid-qKXkuItDE5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKXkuItDE5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKXkuItDE5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKXkuItDE5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKXkuItDE5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKXkuItDE5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKXkuItDE5 .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-qKXkuItDE5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKXkuItDE5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKXkuItDE5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKXkuItDE5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKXkuItDE5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKXkuItDE5 .copyright > p {
  text-align: center;
}
.cid-qKXkuItDE5 H5 {
  color: #f7ed4a;
}
.cid-qLzUDoa1Wu .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qLzUDoa1Wu .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qLzUDoa1Wu a {
  font-style: normal;
}
.cid-qLzUDoa1Wu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLzUDoa1Wu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLzUDoa1Wu .nav-item:focus,
.cid-qLzUDoa1Wu .nav-link:focus {
  outline: none;
}
.cid-qLzUDoa1Wu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLzUDoa1Wu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLzUDoa1Wu .menu-logo {
  margin-right: auto;
}
.cid-qLzUDoa1Wu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLzUDoa1Wu .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-qLzUDoa1Wu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLzUDoa1Wu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLzUDoa1Wu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLzUDoa1Wu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLzUDoa1Wu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLzUDoa1Wu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLzUDoa1Wu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLzUDoa1Wu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLzUDoa1Wu .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLzUDoa1Wu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLzUDoa1Wu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLzUDoa1Wu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLzUDoa1Wu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLzUDoa1Wu .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-qLzUDoa1Wu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLzUDoa1Wu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLzUDoa1Wu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLzUDoa1Wu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLzUDoa1Wu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLzUDoa1Wu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLzUDoa1Wu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLzUDoa1Wu button.navbar-toggler:focus {
  outline: none;
}
.cid-qLzUDoa1Wu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLzUDoa1Wu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLzUDoa1Wu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLzUDoa1Wu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLzUDoa1Wu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLzUDoa1Wu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLzUDoa1Wu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLzUDoa1Wu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLzUDoa1Wu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLzUDoa1Wu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLzUDoa1Wu .collapsed .btn {
  display: flex;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLzUDoa1Wu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLzUDoa1Wu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLzUDoa1Wu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLzUDoa1Wu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLzUDoa1Wu .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-qLzUDoa1Wu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLzUDoa1Wu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLzUDoa1Wu .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-qLzUDoa1Wu .navbar-expand {
    flex-direction: column;
  }
  .cid-qLzUDoa1Wu img {
    height: 3.8rem !important;
  }
  .cid-qLzUDoa1Wu .btn {
    display: flex;
  }
  .cid-qLzUDoa1Wu button.navbar-toggler {
    display: block;
  }
  .cid-qLzUDoa1Wu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLzUDoa1Wu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLzUDoa1Wu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing,
  .cid-qLzUDoa1Wu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing .navbar-nav,
  .cid-qLzUDoa1Wu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLzUDoa1Wu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLzUDoa1Wu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLzUDoa1Wu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLzUDoa1Wu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLzUDoa1Wu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLzUDoa1Wu .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-qLzUDoa1Wu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLzUDoa1Wu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLzUDoa1Wu .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-qLzUDoa1Wu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLzUDoa1Wu .navbar-collapse {
  flex-basis: auto;
}
.cid-qLzUDoa1Wu .nav-link:hover,
.cid-qLzUDoa1Wu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-ad H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-tnIMVi71aM {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1620x1080.jpg");
}
.cid-tnINjUvcw7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tnINjUvcw7 [class^="socicon-"]:before,
.cid-tnINjUvcw7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tnINjUvcw7 .btn-social {
  border-color: #55b4d4;
}
.cid-tnINjUvcw7 .btn-social:hover {
  background: #55b4d4;
}
.cid-tnINjUvcw7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tnINjUvcw7 .btn {
    font-size: 20px !important;
  }
}
.cid-tnINjUvcw7 .btn-social,
.cid-tnINjUvcw7 .mbr-section-title B {
  color: #ffffff;
}
.cid-tnINjUvcw7 .mbr-section-title {
  color: #ffffff;
}
.cid-tnIMQXj9Eg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tnIMQXj9Eg [class^="socicon-"]:before,
.cid-tnIMQXj9Eg [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tnIMQXj9Eg .btn-social {
  border-color: #55b4d4;
}
.cid-tnIMQXj9Eg .btn-social:hover {
  background: #55b4d4;
}
.cid-tnIMQXj9Eg .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tnIMQXj9Eg .btn {
    font-size: 20px !important;
  }
}
.cid-tnIMQXj9Eg .btn-social,
.cid-tnIMQXj9Eg .mbr-section-title B {
  color: #ffffff;
}
.cid-tnIMQXj9Eg .mbr-section-title {
  color: #ffffff;
}
.cid-qLzUDs9cfI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-qLzUDs9cfI .content {
    text-align: center;
  }
  .cid-qLzUDs9cfI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLzUDs9cfI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLzUDs9cfI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLzUDs9cfI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLzUDs9cfI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLzUDs9cfI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLzUDs9cfI .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-qLzUDs9cfI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLzUDs9cfI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLzUDs9cfI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLzUDs9cfI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLzUDs9cfI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLzUDs9cfI .copyright > p {
  text-align: center;
}
.cid-qLzUDs9cfI H5 {
  color: #f7ed4a;
}
.cid-tnUNp8w8M8 .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-tnUNp8w8M8 .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-tnUNp8w8M8 a {
  font-style: normal;
}
.cid-tnUNp8w8M8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tnUNp8w8M8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tnUNp8w8M8 .nav-item:focus,
.cid-tnUNp8w8M8 .nav-link:focus {
  outline: none;
}
.cid-tnUNp8w8M8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tnUNp8w8M8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tnUNp8w8M8 .menu-logo {
  margin-right: auto;
}
.cid-tnUNp8w8M8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tnUNp8w8M8 .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-tnUNp8w8M8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tnUNp8w8M8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tnUNp8w8M8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tnUNp8w8M8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tnUNp8w8M8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tnUNp8w8M8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tnUNp8w8M8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnUNp8w8M8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tnUNp8w8M8 .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tnUNp8w8M8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tnUNp8w8M8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnUNp8w8M8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tnUNp8w8M8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnUNp8w8M8 .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-tnUNp8w8M8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tnUNp8w8M8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tnUNp8w8M8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tnUNp8w8M8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tnUNp8w8M8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tnUNp8w8M8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tnUNp8w8M8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tnUNp8w8M8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tnUNp8w8M8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tnUNp8w8M8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnUNp8w8M8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnUNp8w8M8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnUNp8w8M8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnUNp8w8M8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnUNp8w8M8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnUNp8w8M8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnUNp8w8M8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnUNp8w8M8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tnUNp8w8M8 .collapsed .btn {
  display: flex;
}
.cid-tnUNp8w8M8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.collapsing,
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tnUNp8w8M8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tnUNp8w8M8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tnUNp8w8M8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tnUNp8w8M8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tnUNp8w8M8 .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-tnUNp8w8M8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tnUNp8w8M8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tnUNp8w8M8 .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-tnUNp8w8M8 .navbar-expand {
    flex-direction: column;
  }
  .cid-tnUNp8w8M8 img {
    height: 3.8rem !important;
  }
  .cid-tnUNp8w8M8 .btn {
    display: flex;
  }
  .cid-tnUNp8w8M8 button.navbar-toggler {
    display: block;
  }
  .cid-tnUNp8w8M8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tnUNp8w8M8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tnUNp8w8M8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tnUNp8w8M8 .navbar-collapse.collapsing,
  .cid-tnUNp8w8M8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tnUNp8w8M8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tnUNp8w8M8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tnUNp8w8M8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tnUNp8w8M8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tnUNp8w8M8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tnUNp8w8M8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tnUNp8w8M8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tnUNp8w8M8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tnUNp8w8M8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tnUNp8w8M8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tnUNp8w8M8 .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-tnUNp8w8M8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tnUNp8w8M8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tnUNp8w8M8 .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-tnUNp8w8M8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tnUNp8w8M8 .navbar-collapse {
  flex-basis: auto;
}
.cid-tnUNp8w8M8 .nav-link:hover,
.cid-tnUNp8w8M8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
#custom-html-ak H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-tnUNp9stzS {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1620x1080.jpg");
}
.cid-tnUNp9Y5xc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tnUNp9Y5xc [class^="socicon-"]:before,
.cid-tnUNp9Y5xc [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tnUNp9Y5xc .btn-social {
  border-color: #55b4d4;
}
.cid-tnUNp9Y5xc .btn-social:hover {
  background: #55b4d4;
}
.cid-tnUNp9Y5xc .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tnUNp9Y5xc .btn {
    font-size: 20px !important;
  }
}
.cid-tnUNp9Y5xc .btn-social,
.cid-tnUNp9Y5xc .mbr-section-title B {
  color: #ffffff;
}
.cid-tnUNp9Y5xc .mbr-section-title {
  color: #ffffff;
}
.cid-tnUZqWBjWa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tnUZqWBjWa .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tnUZqWBjWa .section-text {
  padding: 2rem 0;
}
.cid-tnUZqWBjWa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tnUZqWBjWa .inner-container {
    width: 100% !important;
  }
}
.cid-to1DQ9YbUK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to1DQ9YbUK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-to1DQ9YbUK .section-text {
  padding: 2rem 0;
}
.cid-to1DQ9YbUK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-to1DQ9YbUK .inner-container {
    width: 100% !important;
  }
}
.cid-to4Y68zvcI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to4Y68zvcI .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-to4Y68zvcI .section-text {
  padding: 2rem 0;
}
.cid-to4Y68zvcI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-to4Y68zvcI .inner-container {
    width: 100% !important;
  }
}
.cid-touanLQWSM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-touanLQWSM .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-touanLQWSM .section-text {
  padding: 2rem 0;
}
.cid-touanLQWSM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-touanLQWSM .inner-container {
    width: 100% !important;
  }
}
.cid-tnUNpb3dwv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-tnUNpb3dwv [class^="socicon-"]:before,
.cid-tnUNpb3dwv [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tnUNpb3dwv .btn-social {
  border-color: #55b4d4;
}
.cid-tnUNpb3dwv .btn-social:hover {
  background: #55b4d4;
}
.cid-tnUNpb3dwv .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tnUNpb3dwv .btn {
    font-size: 20px !important;
  }
}
.cid-tnUNpb3dwv .btn-social,
.cid-tnUNpb3dwv .mbr-section-title B {
  color: #ffffff;
}
.cid-tnUNpb3dwv .mbr-section-title {
  color: #ffffff;
}
.cid-tnUNpbrOgU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-tnUNpbrOgU .content {
    text-align: center;
  }
  .cid-tnUNpbrOgU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnUNpbrOgU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnUNpbrOgU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnUNpbrOgU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnUNpbrOgU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnUNpbrOgU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnUNpbrOgU .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-tnUNpbrOgU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnUNpbrOgU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnUNpbrOgU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnUNpbrOgU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnUNpbrOgU .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tnUNpbrOgU .copyright > p {
  text-align: center;
}
.cid-tnUNpbrOgU H5 {
  color: #f7ed4a;
}
