@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);






body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Roboto', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Roboto', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Roboto', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Roboto', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #cccccc !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #3d8eb9 !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary {
  background-color: #2b0680;
  border-color: #2b0680;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #120337;
  border-color: #120337;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #120337 !important;
  border-color: #120337 !important;
}
.btn-info {
  background-color: #3d8eb9;
  border-color: #3d8eb9;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #2a627f;
  border-color: #2a627f;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a627f !important;
  border-color: #2a627f !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #0a011f;
  color: #0a011f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2b0680;
  border-color: #2b0680;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b0680 !important;
  border-color: #2b0680 !important;
}
.btn-info-outline {
  background: none;
  border-color: #24536c;
  color: #24536c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #3d8eb9;
  border-color: #3d8eb9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8eb9 !important;
  border-color: #3d8eb9 !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #cccccc !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #3d8eb9 !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #3d8eb9;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #cccccc;
}
.btn-social:hover {
  background: #cccccc;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #cccccc;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #cccccc;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cccccc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cccccc;
}
.lead a,
.lead a:hover {
  color: #cccccc;
}
.lead blockquote {
  border-color: #cccccc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #98c5dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #cccccc;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #28324e;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-0 .link {
  font-size: 1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #cccccc;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-0 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-0 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #28324e;
}
#header1-1 .mbr-section-title {
  color: #3d8eb9;
  font-family: 'Roboto', sans-serif;
}
#header1-1 .mbr-section-lead {
  color: #3d8eb9;
  font-family: 'Roboto Condensed', sans-serif;
}
#header1-1 .btn {
  font-size: 16px;
}
#header1-1 .mbr-section-lead B {
  color: #2969b0;
}
#header6-v .mbr-section-title {
  color: #28262b;
  text-align: left;
  font-size: 46px;
}
#header6-v .mbr-section-text {
  color: #565656;
}
#footer1-2 P {
  color: #000000;
}
#msg-box1-3o SPAN {
  font-size: 25px;
}
#msg-box1-3o H3 {
  text-align: center;
  font-size: 30px;
}
#header6-4 .mbr-section-title {
  color: #28262b;
}
#header6-4 .mbr-section-text {
  color: #565656;
  text-align: left;
}
#msg-box1-5y SPAN {
  font-size: 25px;
}
#msg-box1-5y H3 {
  text-align: center;
  font-size: 25px;
}
#social-buttons4-53 .mbr-section-title,
#social-buttons4-53 .btn-social {
  color: #fff;
}
#social-buttons4-53 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-53 .mbr-section-title {
  font-size: 30px;
}

#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #28324e;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-7 .link {
  font-size: 1rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #cccccc;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-7.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-7 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #28324e;
}
#footer1-9 P {
  color: #000000;
}
#header2-c .mbr-section-title {
  color: #000000;
  font-size: 32px;
  text-align: center;
}
#header2-c .mbr-section-text {
  color: #000000;
  text-align: left;
}
#msg-box1-5j SPAN {
  font-size: 25px;
}
#msg-box1-5j H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5z .mbr-section-title,
#social-buttons4-5z .btn-social {
  color: #fff;
}
#social-buttons4-5z .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5z .mbr-section-title {
  font-size: 22px;
}






#menu-e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-e .navbar-caption {
  color: #ffffff;
}
#menu-e .navbar-toggler {
  color: #28324e;
}
#menu-e .link,
#menu-e .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-e .link {
  font-size: 1rem;
}
#menu-e .dropdown-item,
#menu-e .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-e .link:hover,
#menu-e .dropdown-item:hover,
#menu-e .link:focus,
#menu-e .dropdown-item:focus {
  color: #cccccc;
}
#menu-e .link[aria-expanded="true"],
#menu-e .dropdown-menu {
  background: #e6e6e6;
}
#menu-e .nav-dropdown-sm .link:focus,
#menu-e .nav-dropdown-sm .link:hover,
#menu-e .nav-dropdown-sm .dropdown-item:focus,
#menu-e .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-e .navbar,
#menu-e .nav-dropdown-sm,
#menu-e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-e .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-e .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-e .bg-color.transparent.opened .link:hover,
#menu-e .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-e .link[aria-expanded="true"],
#menu-e .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-e.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-e .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-e .close-icon::before,
#menu-e .close-icon::after {
  background-color: #28324e;
}
#header1-f .mbr-section-title {
  color: #475577;
  font-size: 60px;
}
#header1-f .mbr-section-lead {
  color: #475577;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#header1-f .btn {
  font-size: 16px;
}
#header1-f .mbr-section-lead B {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
#footer1-g P {
  color: #000000;
}
#header2-j .mbr-section-text {
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box5-k P {
  font-size: 25px;
}
#msg-box1-44 SPAN {
  font-size: 25px;
}
#msg-box1-44 H3 {
  text-align: center;
  font-size: 30px;
}
#header2-l .mbr-section-title {
  text-align: left;
}
#header2-l .mbr-section-text {
  font-size: 25px;
}
#header5-m .mbr-section-title {
  color: #000;
  text-align: center;
}
#header5-m .mbr-section-lead {
  color: #475577;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#msg-box7-n .mbr-section-title,
#msg-box7-n .lead p {
  color: #fff;
}
#msg-box7-n P {
  font-size: 18px;
}
#msg-box7-n .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
#msg-box1-45 SPAN {
  font-size: 25px;
}
#msg-box1-45 H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5f .mbr-section-title,
#social-buttons4-5f .btn-social {
  color: #fff;
}
#social-buttons4-5f .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5f .mbr-section-title {
  font-size: 30px;
}


#menu-p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-p .navbar-caption {
  color: #ffffff;
}
#menu-p .navbar-toggler {
  color: #28324e;
}
#menu-p .link,
#menu-p .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-p .link {
  font-size: 1rem;
}
#menu-p .dropdown-item,
#menu-p .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-p .link:hover,
#menu-p .dropdown-item:hover,
#menu-p .link:focus,
#menu-p .dropdown-item:focus {
  color: #cccccc;
}
#menu-p .link[aria-expanded="true"],
#menu-p .dropdown-menu {
  background: #e6e6e6;
}
#menu-p .nav-dropdown-sm .link:focus,
#menu-p .nav-dropdown-sm .link:hover,
#menu-p .nav-dropdown-sm .dropdown-item:focus,
#menu-p .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-p .navbar,
#menu-p .nav-dropdown-sm,
#menu-p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-p .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-p .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-p .bg-color.transparent.opened .link:hover,
#menu-p .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-p .link[aria-expanded="true"],
#menu-p .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-p.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-p .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-p .close-icon::before,
#menu-p .close-icon::after {
  background-color: #28324e;
}
#footer1-r P {
  color: #000000;
}
#form1-u .form-control-label {
  color: #232323;
}
#form1-u SMALL {
  font-family: 'Roboto', sans-serif;
}
#msg-box1-47 SPAN {
  font-size: 25px;
}
#msg-box1-47 H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5g .mbr-section-title,
#social-buttons4-5g .btn-social {
  color: #fff;
}
#social-buttons4-5g .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5g .mbr-section-title {
  font-size: 30px;
}


#menu-w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-w .navbar-caption {
  color: #ffffff;
}
#menu-w .navbar-toggler {
  color: #28324e;
}
#menu-w .link,
#menu-w .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-w .link {
  font-size: 1rem;
}
#menu-w .dropdown-item,
#menu-w .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-w .link:hover,
#menu-w .dropdown-item:hover,
#menu-w .link:focus,
#menu-w .dropdown-item:focus {
  color: #cccccc;
}
#menu-w .link[aria-expanded="true"],
#menu-w .dropdown-menu {
  background: #e6e6e6;
}
#menu-w .nav-dropdown-sm .link:focus,
#menu-w .nav-dropdown-sm .link:hover,
#menu-w .nav-dropdown-sm .dropdown-item:focus,
#menu-w .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-w .navbar,
#menu-w .nav-dropdown-sm,
#menu-w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-w .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-w .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-w .bg-color.transparent.opened .link:hover,
#menu-w .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-w .link[aria-expanded="true"],
#menu-w .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-w .close-icon::before,
#menu-w .close-icon::after {
  background-color: #28324e;
}
#header6-y .mbr-section-title {
  color: #28262b;
  text-align: left;
  font-size: 46px;
}
#header6-y .mbr-section-text {
  color: #565656;
}
#header6-y .mbr-section-text SPAN {
  font-family: 'Oswald', sans-serif;
}
#msg-box1-49 SPAN {
  font-size: 25px;
}
#msg-box1-49 H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5h .mbr-section-title,
#social-buttons4-5h .btn-social {
  color: #fff;
}
#social-buttons4-5h .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5h .mbr-section-title {
  font-size: 30px;
}
#footer1-z P {
  color: #000000;
}

#menu-11 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-11 .navbar-caption {
  color: #ffffff;
}
#menu-11 .navbar-toggler {
  color: #28324e;
}
#menu-11 .link,
#menu-11 .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-11 .link {
  font-size: 1rem;
}
#menu-11 .dropdown-item,
#menu-11 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-11 .link:hover,
#menu-11 .dropdown-item:hover,
#menu-11 .link:focus,
#menu-11 .dropdown-item:focus {
  color: #cccccc;
}
#menu-11 .link[aria-expanded="true"],
#menu-11 .dropdown-menu {
  background: #e6e6e6;
}
#menu-11 .nav-dropdown-sm .link:focus,
#menu-11 .nav-dropdown-sm .link:hover,
#menu-11 .nav-dropdown-sm .dropdown-item:focus,
#menu-11 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-11 .navbar,
#menu-11 .nav-dropdown-sm,
#menu-11 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-11 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-11 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-11 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-11 .bg-color.transparent.opened .link:hover,
#menu-11 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-11 .link[aria-expanded="true"],
#menu-11 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-11.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-11 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-11 .close-icon::before,
#menu-11 .close-icon::after {
  background-color: #28324e;
}
#footer1-13 P {
  color: #000000;
}
#header2-17 .mbr-section-title {
  color: #475577;
  text-align: center;
}
#header2-17 .mbr-section-text {
  color: #000000;
  text-align: left;
}
#msg-box1-4b SPAN {
  font-size: 25px;
}
#msg-box1-4b H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5i .mbr-section-title,
#social-buttons4-5i .btn-social {
  color: #fff;
}
#social-buttons4-5i .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5i .mbr-section-title {
  font-size: 30px;
}

#menu-18 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-18 .navbar-caption {
  color: #ffffff;
}
#menu-18 .navbar-toggler {
  color: #28324e;
}
#menu-18 .link,
#menu-18 .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-18 .link {
  font-size: 1rem;
}
#menu-18 .dropdown-item,
#menu-18 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-18 .link:hover,
#menu-18 .dropdown-item:hover,
#menu-18 .link:focus,
#menu-18 .dropdown-item:focus {
  color: #cccccc;
}
#menu-18 .link[aria-expanded="true"],
#menu-18 .dropdown-menu {
  background: #e6e6e6;
}
#menu-18 .nav-dropdown-sm .link:focus,
#menu-18 .nav-dropdown-sm .link:hover,
#menu-18 .nav-dropdown-sm .dropdown-item:focus,
#menu-18 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-18 .navbar,
#menu-18 .nav-dropdown-sm,
#menu-18 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-18 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-18 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-18 .bg-color.transparent.opened .link:hover,
#menu-18 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-18 .link[aria-expanded="true"],
#menu-18 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-18.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-18 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-18 .close-icon::before,
#menu-18 .close-icon::after {
  background-color: #28324e;
}
#footer1-19 P {
  color: #000000;
}
#header2-1a .mbr-section-title {
  color: #475577;
  text-align: center;
}
#header2-1a .mbr-section-text {
  color: #000000;
  text-align: left;
}
#msg-box1-4r SPAN {
  font-size: 25px;
}
#msg-box1-4r H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-61 .mbr-section-title,
#social-buttons4-61 .btn-social {
  color: #fff;
}
#social-buttons4-61 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-61 .mbr-section-title {
  font-size: 22px;
}

#menu-1b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1b .navbar-caption {
  color: #ffffff;
}
#menu-1b .navbar-toggler {
  color: #28324e;
}
#menu-1b .link,
#menu-1b .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-1b .link {
  font-size: 1rem;
}
#menu-1b .dropdown-item,
#menu-1b .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1b .link:hover,
#menu-1b .dropdown-item:hover,
#menu-1b .link:focus,
#menu-1b .dropdown-item:focus {
  color: #cccccc;
}
#menu-1b .link[aria-expanded="true"],
#menu-1b .dropdown-menu {
  background: #e6e6e6;
}
#menu-1b .nav-dropdown-sm .link:focus,
#menu-1b .nav-dropdown-sm .link:hover,
#menu-1b .nav-dropdown-sm .dropdown-item:focus,
#menu-1b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1b .navbar,
#menu-1b .nav-dropdown-sm,
#menu-1b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1b .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1b .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-1b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1b .bg-color.transparent.opened .link:hover,
#menu-1b .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-1b .link[aria-expanded="true"],
#menu-1b .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-1b.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1b .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1b .close-icon::before,
#menu-1b .close-icon::after {
  background-color: #28324e;
}
#footer1-1c P {
  color: #000000;
}
#header2-1d .mbr-section-title {
  color: #475577;
  text-align: center;
}
#header2-1d .mbr-section-text {
  color: #000000;
  text-align: left;
}
#msg-box1-4f SPAN {
  font-size: 25px;
}
#msg-box1-4f H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5l .mbr-section-title,
#social-buttons4-5l .btn-social {
  color: #fff;
}
#social-buttons4-5l .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5l .mbr-section-title {
  font-size: 30px;
}

#menu-1e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1e .navbar-caption {
  color: #ffffff;
}
#menu-1e .navbar-toggler {
  color: #28324e;
}
#menu-1e .link,
#menu-1e .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-1e .link {
  font-size: 1rem;
}
#menu-1e .dropdown-item,
#menu-1e .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1e .link:hover,
#menu-1e .dropdown-item:hover,
#menu-1e .link:focus,
#menu-1e .dropdown-item:focus {
  color: #cccccc;
}
#menu-1e .link[aria-expanded="true"],
#menu-1e .dropdown-menu {
  background: #e6e6e6;
}
#menu-1e .nav-dropdown-sm .link:focus,
#menu-1e .nav-dropdown-sm .link:hover,
#menu-1e .nav-dropdown-sm .dropdown-item:focus,
#menu-1e .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1e .navbar,
#menu-1e .nav-dropdown-sm,
#menu-1e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1e .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1e .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-1e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1e .bg-color.transparent.opened .link:hover,
#menu-1e .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-1e .link[aria-expanded="true"],
#menu-1e .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-1e.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1e .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1e .close-icon::before,
#menu-1e .close-icon::after {
  background-color: #28324e;
}
#footer1-1f P {
  color: #000000;
}
#header6-1h .mbr-section-title {
  color: #28262b;
  font-size: 36px;
}
#header6-1h .mbr-section-text {
  color: #565656;
}
#msg-box1-4h SPAN {
  font-size: 25px;
}
#msg-box1-4h H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5m .mbr-section-title,
#social-buttons4-5m .btn-social {
  color: #fff;
}
#social-buttons4-5m .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5m .mbr-section-title {
  font-size: 30px;
}


#menu-1i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1i .navbar-caption {
  color: #ffffff;
}
#menu-1i .navbar-toggler {
  color: #28324e;
}
#menu-1i .link,
#menu-1i .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-1i .link {
  font-size: 1rem;
}
#menu-1i .dropdown-item,
#menu-1i .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1i .link:hover,
#menu-1i .dropdown-item:hover,
#menu-1i .link:focus,
#menu-1i .dropdown-item:focus {
  color: #cccccc;
}
#menu-1i .link[aria-expanded="true"],
#menu-1i .dropdown-menu {
  background: #e6e6e6;
}
#menu-1i .nav-dropdown-sm .link:focus,
#menu-1i .nav-dropdown-sm .link:hover,
#menu-1i .nav-dropdown-sm .dropdown-item:focus,
#menu-1i .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1i .navbar,
#menu-1i .nav-dropdown-sm,
#menu-1i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1i .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1i .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-1i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1i .bg-color.transparent.opened .link:hover,
#menu-1i .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-1i .link[aria-expanded="true"],
#menu-1i .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-1i.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1i .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1i .close-icon::before,
#menu-1i .close-icon::after {
  background-color: #28324e;
}
#footer1-1j P {
  color: #000000;
}
#header6-1k .mbr-section-title {
  color: #28262b;
  font-size: 36px;
}
#header6-1k .mbr-section-text {
  color: #565656;
  font-size: 14px;
}
#header2-1u .mbr-section-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
}
#msg-box1-6h SPAN {
  font-size: 25px;
}
#msg-box1-6h H3 {
  text-align: center;
  font-size: 25px;
}
#social-buttons4-6i .mbr-section-title,
#social-buttons4-6i .btn-social {
  color: #fff;
}
#social-buttons4-6i .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-6i .mbr-section-title {
  font-size: 22px;
}

#menu-1l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1l .navbar-caption {
  color: #ffffff;
}
#menu-1l .navbar-toggler {
  color: #28324e;
}
#menu-1l .link,
#menu-1l .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-1l .link {
  font-size: 1rem;
}
#menu-1l .dropdown-item,
#menu-1l .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1l .link:hover,
#menu-1l .dropdown-item:hover,
#menu-1l .link:focus,
#menu-1l .dropdown-item:focus {
  color: #cccccc;
}
#menu-1l .link[aria-expanded="true"],
#menu-1l .dropdown-menu {
  background: #e6e6e6;
}
#menu-1l .nav-dropdown-sm .link:focus,
#menu-1l .nav-dropdown-sm .link:hover,
#menu-1l .nav-dropdown-sm .dropdown-item:focus,
#menu-1l .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1l .navbar,
#menu-1l .nav-dropdown-sm,
#menu-1l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1l .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1l .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-1l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1l .bg-color.transparent.opened .link:hover,
#menu-1l .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-1l .link[aria-expanded="true"],
#menu-1l .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-1l.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1l .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1l .close-icon::before,
#menu-1l .close-icon::after {
  background-color: #28324e;
}
#footer1-1m P {
  color: #000000;
}
#header6-1n .mbr-section-title {
  color: #28262b;
  font-size: 36px;
}
#header6-1n .mbr-section-text {
  color: #28324e;
}
#msg-box1-4m SPAN {
  font-size: 25px;
}
#msg-box1-4m H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5p .mbr-section-title,
#social-buttons4-5p .btn-social {
  color: #fff;
}
#social-buttons4-5p .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5p .mbr-section-title {
  font-size: 30px;
}

#menu-1o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1o .navbar-caption {
  color: #ffffff;
}
#menu-1o .navbar-toggler {
  color: #28324e;
}
#menu-1o .link,
#menu-1o .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-1o .link {
  font-size: 1rem;
}
#menu-1o .dropdown-item,
#menu-1o .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1o .link:hover,
#menu-1o .dropdown-item:hover,
#menu-1o .link:focus,
#menu-1o .dropdown-item:focus {
  color: #cccccc;
}
#menu-1o .link[aria-expanded="true"],
#menu-1o .dropdown-menu {
  background: #e6e6e6;
}
#menu-1o .nav-dropdown-sm .link:focus,
#menu-1o .nav-dropdown-sm .link:hover,
#menu-1o .nav-dropdown-sm .dropdown-item:focus,
#menu-1o .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1o .navbar,
#menu-1o .nav-dropdown-sm,
#menu-1o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1o .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1o .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-1o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1o .bg-color.transparent.opened .link:hover,
#menu-1o .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-1o .link[aria-expanded="true"],
#menu-1o .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-1o.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1o .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1o .close-icon::before,
#menu-1o .close-icon::after {
  background-color: #28324e;
}
#footer1-1p P {
  color: #000000;
}
#header6-1q .mbr-section-title {
  color: #28262b;
  font-size: 36px;
}
#header6-1q .mbr-section-text {
  color: #28324e;
}
#header2-1r .mbr-section-text {
  text-align: left;
}
#header6-1s .mbr-section-title {
  color: #efefef;
}
#header6-1s .mbr-section-text {
  color: #ffffff;
}
#msg-box1-4p SPAN {
  font-size: 25px;
}
#msg-box1-4p H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-64 .mbr-section-title,
#social-buttons4-64 .btn-social {
  color: #fff;
}
#social-buttons4-64 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-64 .mbr-section-title {
  font-size: 22px;
}






#menu-1x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1x .navbar-caption {
  color: #ffffff;
}
#menu-1x .navbar-toggler {
  color: #28324e;
}
#menu-1x .link,
#menu-1x .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-1x .link {
  font-size: 1rem;
}
#menu-1x .dropdown-item,
#menu-1x .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1x .link:hover,
#menu-1x .dropdown-item:hover,
#menu-1x .link:focus,
#menu-1x .dropdown-item:focus {
  color: #cccccc;
}
#menu-1x .link[aria-expanded="true"],
#menu-1x .dropdown-menu {
  background: #e6e6e6;
}
#menu-1x .nav-dropdown-sm .link:focus,
#menu-1x .nav-dropdown-sm .link:hover,
#menu-1x .nav-dropdown-sm .dropdown-item:focus,
#menu-1x .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1x .navbar,
#menu-1x .nav-dropdown-sm,
#menu-1x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1x .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1x .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-1x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1x .bg-color.transparent.opened .link:hover,
#menu-1x .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-1x .link[aria-expanded="true"],
#menu-1x .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-1x.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1x .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1x .close-icon::before,
#menu-1x .close-icon::after {
  background-color: #28324e;
}
#header1-1y .mbr-section-title {
  color: #475577;
  font-size: 60px;
}
#header1-1y .mbr-section-lead {
  color: #475577;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#header1-1y .btn {
  font-size: 16px;
}
#header1-1y .mbr-section-lead B {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
#footer1-1z P {
  color: #000000;
}
#header2-20 .mbr-section-text {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header2-20 .mbr-section-title {
  font-size: 60px;
}
#msg-box5-21 P {
  font-size: 25px;
}
#msg-box1-41 SPAN {
  font-size: 25px;
}
#msg-box1-41 H3 {
  text-align: center;
  font-size: 30px;
}
#header2-22 .mbr-section-title {
  text-align: left;
}
#header2-22 .mbr-section-text {
  font-size: 25px;
}
#header2-22 .mbr-section-text B {
  font-size: 20px;
}
#header5-23 .mbr-section-title {
  color: #000;
  text-align: center;
}
#header5-23 .mbr-section-lead {
  color: #475577;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#msg-box7-24 .mbr-section-title,
#msg-box7-24 .lead p {
  color: #fff;
}
#msg-box7-24 P {
  font-size: 16px;
}
#msg-box7-24 .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
#msg-box7-24 H3 {
  font-size: 36px;
}
#msg-box1-5d SPAN {
  font-size: 25px;
}
#msg-box1-5d H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5e .mbr-section-title,
#social-buttons4-5e .btn-social {
  color: #fff;
}
#social-buttons4-5e .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5e .mbr-section-title {
  font-size: 30px;
}






#menu-25 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-25 .navbar-caption {
  color: #ffffff;
}
#menu-25 .navbar-toggler {
  color: #28324e;
}
#menu-25 .link,
#menu-25 .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-25 .link {
  font-size: 1rem;
}
#menu-25 .dropdown-item,
#menu-25 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-25 .link:hover,
#menu-25 .dropdown-item:hover,
#menu-25 .link:focus,
#menu-25 .dropdown-item:focus {
  color: #cccccc;
}
#menu-25 .link[aria-expanded="true"],
#menu-25 .dropdown-menu {
  background: #e6e6e6;
}
#menu-25 .nav-dropdown-sm .link:focus,
#menu-25 .nav-dropdown-sm .link:hover,
#menu-25 .nav-dropdown-sm .dropdown-item:focus,
#menu-25 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-25 .navbar,
#menu-25 .nav-dropdown-sm,
#menu-25 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-25 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-25 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-25 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-25 .bg-color.transparent.opened .link:hover,
#menu-25 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-25 .link[aria-expanded="true"],
#menu-25 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-25.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-25 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-25 .close-icon::before,
#menu-25 .close-icon::after {
  background-color: #28324e;
}
#footer1-26 P {
  color: #000000;
}
#header2-28 .mbr-section-text {
  font-family: 'Droid Sans', sans-serif;
  text-align: left;
}
#header2-28 .mbr-section-text P {
  font-size: 18px;
}
#header2-28 .mbr-section-title {
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
}
#msg-box1-4t SPAN {
  font-size: 25px;
}
#msg-box1-4t H3 {
  text-align: center;
  font-size: 30px;
}
#msg-box7-29 .mbr-section-title,
#msg-box7-29 .lead p {
  color: #fff;
}
#msg-box7-29 H3 {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box7-29 P {
  font-family: 'Droid Sans', sans-serif;
}
#msg-box7-2a .mbr-section-title,
#msg-box7-2a .lead p {
  color: #fff;
}
#msg-box7-2a P {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
}
#msg-box1-4u SPAN {
  font-size: 25px;
}
#msg-box1-4u H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5t .mbr-section-title,
#social-buttons4-5t .btn-social {
  color: #fff;
}
#social-buttons4-5t .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5t .mbr-section-title {
  font-size: 30px;
}






#menu-2j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2j .navbar-caption {
  color: #ffffff;
}
#menu-2j .navbar-toggler {
  color: #28324e;
}
#menu-2j .link,
#menu-2j .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-2j .link {
  font-size: 1rem;
}
#menu-2j .dropdown-item,
#menu-2j .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-2j .link:hover,
#menu-2j .dropdown-item:hover,
#menu-2j .link:focus,
#menu-2j .dropdown-item:focus {
  color: #cccccc;
}
#menu-2j .link[aria-expanded="true"],
#menu-2j .dropdown-menu {
  background: #e6e6e6;
}
#menu-2j .nav-dropdown-sm .link:focus,
#menu-2j .nav-dropdown-sm .link:hover,
#menu-2j .nav-dropdown-sm .dropdown-item:focus,
#menu-2j .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2j .navbar,
#menu-2j .nav-dropdown-sm,
#menu-2j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2j .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2j .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-2j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2j .bg-color.transparent.opened .link:hover,
#menu-2j .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-2j .link[aria-expanded="true"],
#menu-2j .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-2j.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2j .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2j .close-icon::before,
#menu-2j .close-icon::after {
  background-color: #28324e;
}
#header1-2k .mbr-section-title {
  color: #f3c649;
  font-size: 48px;
}
#header1-2k .mbr-section-lead {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#header1-2k .btn {
  font-size: 16px;
}
#header1-2k .mbr-section-lead B {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#footer1-2l P {
  color: #000000;
}
#header2-2m .mbr-section-text {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header2-2m .mbr-section-title {
  font-size: 60px;
}
#msg-box5-2n P {
  font-size: 25px;
}
#header2-2o .mbr-section-title {
  text-align: left;
}
#header2-2o .mbr-section-text {
  font-size: 25px;
}
#header2-2o .mbr-section-text B {
  font-size: 20px;
}
#header5-2p .mbr-section-title {
  color: #000;
  text-align: center;
}
#header5-2p .mbr-section-lead {
  color: #475577;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#msg-box7-2q .mbr-section-title,
#msg-box7-2q .lead p {
  color: #fff;
}
#msg-box7-2q P {
  font-size: 17px;
}
#msg-box7-2q .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
#msg-box7-2q H3 {
  font-size: 36px;
}
#msg-box1-5b SPAN {
  font-size: 25px;
}
#msg-box1-5b H3 {
  text-align: center;
  font-size: 25px;
}
#social-buttons4-69 .mbr-section-title,
#social-buttons4-69 .btn-social {
  color: #fff;
}
#social-buttons4-69 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-69 .mbr-section-title {
  font-size: 22px;
}



#header1-2y .mbr-section-title {
  font-size: 48px;
}
#menu-2r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2r .navbar-caption {
  color: #ffffff;
}
#menu-2r .navbar-toggler {
  color: #28324e;
}
#menu-2r .link,
#menu-2r .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-2r .link {
  font-size: 1rem;
}
#menu-2r .dropdown-item,
#menu-2r .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-2r .link:hover,
#menu-2r .dropdown-item:hover,
#menu-2r .link:focus,
#menu-2r .dropdown-item:focus {
  color: #cccccc;
}
#menu-2r .link[aria-expanded="true"],
#menu-2r .dropdown-menu {
  background: #e6e6e6;
}
#menu-2r .nav-dropdown-sm .link:focus,
#menu-2r .nav-dropdown-sm .link:hover,
#menu-2r .nav-dropdown-sm .dropdown-item:focus,
#menu-2r .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2r .navbar,
#menu-2r .nav-dropdown-sm,
#menu-2r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2r .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2r .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-2r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2r .bg-color.transparent.opened .link:hover,
#menu-2r .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-2r .link[aria-expanded="true"],
#menu-2r .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-2r.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2r .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2r .close-icon::before,
#menu-2r .close-icon::after {
  background-color: #28324e;
}
#footer1-2u P {
  color: #000000;
}
#form2-2z .mbr-section-title {
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
#form2-2z .mbr-section-subtitle {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box1-3x SPAN {
  font-size: 25px;
}
#msg-box1-3x H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-59 .mbr-section-title,
#social-buttons4-59 .btn-social {
  color: #fff;
}
#social-buttons4-59 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-59 .mbr-section-title {
  font-size: 30px;
}






#menu-2b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2b .navbar-caption {
  color: #ffffff;
}
#menu-2b .navbar-toggler {
  color: #28324e;
}
#menu-2b .link,
#menu-2b .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-2b .link {
  font-size: 1rem;
}
#menu-2b .dropdown-item,
#menu-2b .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-2b .link:hover,
#menu-2b .dropdown-item:hover,
#menu-2b .link:focus,
#menu-2b .dropdown-item:focus {
  color: #cccccc;
}
#menu-2b .link[aria-expanded="true"],
#menu-2b .dropdown-menu {
  background: #e6e6e6;
}
#menu-2b .nav-dropdown-sm .link:focus,
#menu-2b .nav-dropdown-sm .link:hover,
#menu-2b .nav-dropdown-sm .dropdown-item:focus,
#menu-2b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2b .navbar,
#menu-2b .nav-dropdown-sm,
#menu-2b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2b .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2b .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-2b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2b .bg-color.transparent.opened .link:hover,
#menu-2b .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-2b .link[aria-expanded="true"],
#menu-2b .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-2b.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2b .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2b .close-icon::before,
#menu-2b .close-icon::after {
  background-color: #28324e;
}
#header1-2c .mbr-section-title {
  color: #e25041;
  font-size: 48px;
}
#header1-2c .mbr-section-lead {
  color: #475577;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#header1-2c .btn {
  font-size: 16px;
}
#header1-2c .mbr-section-lead B {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
#footer1-2d P {
  color: #000000;
}
#msg-box1-51 SPAN {
  font-size: 25px;
}
#msg-box1-51 H3 {
  text-align: center;
  font-size: 30px;
}
#header2-2e .mbr-section-text {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header2-2e .mbr-section-title {
  font-size: 60px;
}
#msg-box5-2f P {
  font-size: 25px;
}
#header2-2g .mbr-section-title {
  text-align: left;
}
#header2-2g .mbr-section-text {
  font-size: 25px;
}
#header2-2g .mbr-section-text B {
  font-size: 20px;
}
#header5-2h .mbr-section-title {
  color: #000;
  text-align: center;
}
#header5-2h .mbr-section-lead {
  color: #553982;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 18px;
}
#msg-box7-2i .mbr-section-title,
#msg-box7-2i .lead p {
  color: #fff;
}
#msg-box7-2i P {
  font-size: 17px;
}
#msg-box7-2i .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
#msg-box7-2i H3 {
  font-size: 36px;
}
#msg-box1-3q SPAN {
  font-size: 25px;
}
#msg-box1-3q H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-55 .mbr-section-title,
#social-buttons4-55 .btn-social {
  color: #fff;
}
#social-buttons4-55 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-55 .mbr-section-title {
  font-size: 30px;
}



#menu-35 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-35 .navbar-caption {
  color: #ffffff;
}
#menu-35 .navbar-toggler {
  color: #28324e;
}
#menu-35 .link,
#menu-35 .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-35 .link {
  font-size: 1rem;
}
#menu-35 .dropdown-item,
#menu-35 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-35 .link:hover,
#menu-35 .dropdown-item:hover,
#menu-35 .link:focus,
#menu-35 .dropdown-item:focus {
  color: #cccccc;
}
#menu-35 .link[aria-expanded="true"],
#menu-35 .dropdown-menu {
  background: #e6e6e6;
}
#menu-35 .nav-dropdown-sm .link:focus,
#menu-35 .nav-dropdown-sm .link:hover,
#menu-35 .nav-dropdown-sm .dropdown-item:focus,
#menu-35 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-35 .navbar,
#menu-35 .nav-dropdown-sm,
#menu-35 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-35 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-35 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-35 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-35 .bg-color.transparent.opened .link:hover,
#menu-35 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-35 .link[aria-expanded="true"],
#menu-35 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-35.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-35 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-35 .close-icon::before,
#menu-35 .close-icon::after {
  background-color: #28324e;
}
#header1-36 .mbr-section-title {
  color: #e7391a;
  font-family: 'Roboto', sans-serif;
}
#header1-36 .mbr-section-lead {
  color: #3d8eb9;
  font-family: 'Roboto Condensed', sans-serif;
}
#header1-36 .btn {
  font-size: 16px;
}
#header1-36 .mbr-section-lead B {
  color: #2969b0;
}
#msg-box1-3p SPAN {
  font-size: 25px;
}
#msg-box1-3p H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-54 .mbr-section-title,
#social-buttons4-54 .btn-social {
  color: #fff;
}
#social-buttons4-54 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-54 .mbr-section-title {
  font-size: 30px;
}
#footer1-38 P {
  color: #000000;
}






#menu-3a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3a .navbar-caption {
  color: #ffffff;
}
#menu-3a .navbar-toggler {
  color: #28324e;
}
#menu-3a .link,
#menu-3a .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-3a .link {
  font-size: 1rem;
}
#menu-3a .dropdown-item,
#menu-3a .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-3a .link:hover,
#menu-3a .dropdown-item:hover,
#menu-3a .link:focus,
#menu-3a .dropdown-item:focus {
  color: #cccccc;
}
#menu-3a .link[aria-expanded="true"],
#menu-3a .dropdown-menu {
  background: #e6e6e6;
}
#menu-3a .nav-dropdown-sm .link:focus,
#menu-3a .nav-dropdown-sm .link:hover,
#menu-3a .nav-dropdown-sm .dropdown-item:focus,
#menu-3a .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-3a .navbar,
#menu-3a .nav-dropdown-sm,
#menu-3a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3a .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-3a .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-3a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3a .bg-color.transparent.opened .link:hover,
#menu-3a .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-3a .link[aria-expanded="true"],
#menu-3a .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-3a.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-3a .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-3a .close-icon::before,
#menu-3a .close-icon::after {
  background-color: #28324e;
}
#footer1-3b P {
  color: #000000;
}
#header2-3c .mbr-section-text {
  font-family: 'Droid Sans', sans-serif;
  text-align: left;
}
#header2-3c .mbr-section-text P {
  font-size: 18px;
}
#header2-3c .mbr-section-title {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}
#msg-box7-3d .mbr-section-title,
#msg-box7-3d .lead p {
  color: #fff;
}
#msg-box7-3d H3 {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box7-3d P {
  font-family: 'Droid Sans', sans-serif;
}
#msg-box7-3e .mbr-section-title,
#msg-box7-3e .lead p {
  color: #fff;
}
#msg-box7-3e P {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
}
#msg-box1-4z SPAN {
  font-size: 25px;
}
#msg-box1-4z H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-65 .mbr-section-title,
#social-buttons4-65 .btn-social {
  color: #fff;
}
#social-buttons4-65 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-65 .mbr-section-title {
  font-size: 22px;
}






#menu-3f .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3f .navbar-caption {
  color: #ffffff;
}
#menu-3f .navbar-toggler {
  color: #28324e;
}
#menu-3f .link,
#menu-3f .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-3f .link {
  font-size: 1rem;
}
#menu-3f .dropdown-item,
#menu-3f .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-3f .link:hover,
#menu-3f .dropdown-item:hover,
#menu-3f .link:focus,
#menu-3f .dropdown-item:focus {
  color: #cccccc;
}
#menu-3f .link[aria-expanded="true"],
#menu-3f .dropdown-menu {
  background: #e6e6e6;
}
#menu-3f .nav-dropdown-sm .link:focus,
#menu-3f .nav-dropdown-sm .link:hover,
#menu-3f .nav-dropdown-sm .dropdown-item:focus,
#menu-3f .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-3f .navbar,
#menu-3f .nav-dropdown-sm,
#menu-3f .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3f .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-3f .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-3f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3f .bg-color.transparent.opened .link:hover,
#menu-3f .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-3f .link[aria-expanded="true"],
#menu-3f .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-3f.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-3f .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-3f .close-icon::before,
#menu-3f .close-icon::after {
  background-color: #28324e;
}
#header1-3g .mbr-section-title {
  color: #e25041;
  font-size: 48px;
}
#header1-3g .mbr-section-lead {
  color: #475577;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#header1-3g .btn {
  font-size: 16px;
}
#header1-3g .mbr-section-lead B {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
#footer1-3h P {
  color: #000000;
}
#header2-3i .mbr-section-text {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header2-3i .mbr-section-title {
  font-size: 46px;
}
#msg-box5-3j P {
  font-size: 25px;
}
#header2-3k .mbr-section-title {
  text-align: left;
}
#header2-3k .mbr-section-text {
  font-size: 25px;
}
#header2-3k .mbr-section-text B {
  font-size: 20px;
}
#header5-3l .mbr-section-title {
  color: #000;
  text-align: center;
}
#header5-3l .mbr-section-lead {
  color: #2b0680;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 18px;
}
#msg-box7-3m .mbr-section-title,
#msg-box7-3m .lead p {
  color: #fff;
}
#msg-box7-3m P {
  font-size: 17px;
}
#msg-box7-3m .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
#msg-box7-3m H3 {
  font-size: 36px;
}
#msg-box1-66 SPAN {
  font-size: 25px;
}
#msg-box1-66 H3 {
  text-align: center;
  font-size: 25px;
}
#social-buttons4-6d .mbr-section-title,
#social-buttons4-6d .btn-social {
  color: #fff;
}
#social-buttons4-6d .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-6d .mbr-section-title {
  font-size: 22px;
}






#menu-3t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3t .navbar-caption {
  color: #ffffff;
}
#menu-3t .navbar-toggler {
  color: #28324e;
}
#menu-3t .link,
#menu-3t .dropdown-item {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#menu-3t .link {
  font-size: 1rem;
}
#menu-3t .dropdown-item,
#menu-3t .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-3t .link:hover,
#menu-3t .dropdown-item:hover,
#menu-3t .link:focus,
#menu-3t .dropdown-item:focus {
  color: #cccccc;
}
#menu-3t .link[aria-expanded="true"],
#menu-3t .dropdown-menu {
  background: #e6e6e6;
}
#menu-3t .nav-dropdown-sm .link:focus,
#menu-3t .nav-dropdown-sm .link:hover,
#menu-3t .nav-dropdown-sm .dropdown-item:focus,
#menu-3t .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-3t .navbar,
#menu-3t .nav-dropdown-sm,
#menu-3t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3t .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-3t .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-3t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3t .bg-color.transparent.opened .link:hover,
#menu-3t .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-3t .link[aria-expanded="true"],
#menu-3t .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-3t.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-3t .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-3t .close-icon::before,
#menu-3t .close-icon::after {
  background-color: #28324e;
}
#footer1-3u P {
  color: #000000;
}
#header2-3v .mbr-section-text {
  font-family: 'Droid Sans', sans-serif;
  text-align: left;
}
#header2-3v .mbr-section-text P {
  font-size: 18px;
}
#header2-3v .mbr-section-title {
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
}
#header2-3v .btn {
  font-size: 14px;
}
#msg-box1-4w SPAN {
  font-size: 25px;
}
#msg-box1-4w H3 {
  text-align: center;
  font-size: 30px;
}
#msg-box7-3w .mbr-section-title,
#msg-box7-3w .lead p {
  color: #fff;
}
#msg-box7-3w H3 {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box7-3w P {
  font-family: 'Droid Sans', sans-serif;
}
#features4-3o .card-subtitle {
  color: #bcbcbc;
}
#features4-3o .iconbox {
  background-color: #2de14c;
  border-color: #2de14c;
}
#features4-3o P {
  font-size: 15px;
}
#features4-3p .card-subtitle {
  color: #bcbcbc;
}
#features4-3p .iconbox {
  background-color: #2de14c;
  border-color: #2de14c;
}
#features4-3p P {
  font-size: 15px;
}
#msg-box7-3x .mbr-section-title,
#msg-box7-3x .lead p {
  color: #fff;
}
#msg-box7-3x P {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
}
#msg-box7-3x DIV {
  font-size: 46px;
}
#msg-box1-4x SPAN {
  font-size: 25px;
}
#msg-box1-4x H3 {
  text-align: center;
  font-size: 30px;
}
#social-buttons4-5u .mbr-section-title,
#social-buttons4-5u .btn-social {
  color: #fff;
}
#social-buttons4-5u .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-5u .mbr-section-title {
  font-size: 30px;
}
