@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);


body,
input,
textarea,
.mbr-section-text,
.mbr-company .list-group-text,
.panel-body {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.alert,
.mbr-section-title,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Arvo', 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: 'Arvo', serif;
}
.btn {
  border-radius: 2.6em;
}
.mbr-gallery-filter ul li {
  border-radius: 2.6em;
}
.btn-sm,
.mbr-section-subtitle,
.mbr-cards .card-subtitle,
.nav-tabs .nav-link,
.mbr-testimonial .card-block,
.table th {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Arvo', serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Arvo', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #f1c40f !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #3498db !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #f4d03f;
  border-color: #f4d03f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f4d03f !important;
  border-color: #f4d03f !important;
}
.btn-secondary {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #28e1bd;
  border-color: #28e1bd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #28e1bd !important;
  border-color: #28e1bd !important;
}
.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #5faee3;
  border-color: #5faee3;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5faee3 !important;
  border-color: #5faee3 !important;
}
.btn-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #54d98c;
  border-color: #54d98c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54d98c !important;
  border-color: #54d98c !important;
}
.btn-warning {
  background-color: #000000;
  border-color: #000000;
  color: #000000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ed7669;
  border-color: #ed7669;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #e8bd0e;
  color: #e8bd0e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #f1c40f !important;
  border-color: #f1c40f !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #19b395;
  color: #19b395;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #1abc9c !important;
  border-color: #1abc9c !important;
}
.btn-info-outline {
  background: none;
  border-color: #2b94d9;
  color: #2b94d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.btn-success-outline {
  background: none;
  border-color: #2cc46c;
  color: #2cc46c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e64433;
  color: #e64433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-primary.btn-text {
  color: #f1c40f;
  background: none;
  border: none;
}
.btn-primary.btn-text:hover,
.btn-primary.btn-text:focus,
.btn-primary.btn-text.focus,
.btn-primary.btn-text:active,
.btn-primary.btn-text.active {
  color: #f4d03f;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #1abc9c;
  background: none;
  border: none;
}
.btn-secondary.btn-text:hover,
.btn-secondary.btn-text:focus,
.btn-secondary.btn-text.focus,
.btn-secondary.btn-text:active,
.btn-secondary.btn-text.active {
  color: #28e1bd;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #3498db;
  background: none;
  border: none;
}
.btn-info.btn-text:hover,
.btn-info.btn-text:focus,
.btn-info.btn-text.focus,
.btn-info.btn-text:active,
.btn-info.btn-text.active {
  color: #5faee3;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #2ecc71;
  background: none;
  border: none;
}
.btn-success.btn-text:hover,
.btn-success.btn-text:focus,
.btn-success.btn-text.focus,
.btn-success.btn-text:active,
.btn-success.btn-text.active {
  color: #54d98c;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-warning.btn-text:hover,
.btn-warning.btn-text:focus,
.btn-warning.btn-text.focus,
.btn-warning.btn-text:active,
.btn-warning.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #e74c3c;
  background: none;
  border: none;
}
.btn-danger.btn-text:hover,
.btn-danger.btn-text:focus,
.btn-danger.btn-text.focus,
.btn-danger.btn-text:active,
.btn-danger.btn-text.active {
  color: #ed7669;
  background: none !important;
  border: none !important;
}
.btn-black.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-black.btn-text:hover,
.btn-black.btn-text:focus,
.btn-black.btn-text.focus,
.btn-black.btn-text:active,
.btn-black.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-white.btn-text {
  color: #ffffff;
  background: none;
  border: none;
}
.btn-white.btn-text:hover,
.btn-white.btn-text:focus,
.btn-white.btn-text.focus,
.btn-white.btn-text:active,
.btn-white.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.text-primary {
  color: #f1c40f !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #3498db !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #f1c40f;
}
.btn-social:hover {
  background: #f1c40f;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #f1c40f;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #f1c40f;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f1c40f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f1c40f;
}
.lead a {
  color: #f1c40f;
}
.lead a:hover {
  color: #f4d03f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf3d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1f0fa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3f2;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #f1c40f;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #f1c40f;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #f1c40f;
  color: #222;
}
/*end-nav-tabs*/
/*mbr-arrow next and toTop*/
.mbr-arrow a {
  border-radius: 50% !important;
}
.mbr-arrow-up a {
  border-radius: 50% !important;
}
.mbr-arrow a,
.mbr-arrow-up a {
  background: rgba(241, 196, 15, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #f2ca27;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #f1c40f;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(241, 196, 15, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #f1c40f;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #f1c40f;
}
.mbr-slider .carousel-indicators .active {
  background: #f1c40f;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #f1c40f;
}
.mbr-gallery .modal .close:hover {
  background: #f1c40f;
}
.mbr-gallery-filter li.active {
  border-color: #f1c40f;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #f4d03f;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(241, 196, 15, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #f1c40f;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #f1c40f;
}
/*content4*/
.content4 p {
  border-top-color: #f1c40f;
  border-bottom-color: #f1c40f;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #f1c40f;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #f1c40f;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #f1c40f;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #f1c40f;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #f1c40f;
  }
}
.progressbar .progressbar-number {
  background: #f4d03f;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #f1c40f;
}
.countdown2 .bottom1 {
  background: #f4d03f;
}
.countdown2 .bottom2 {
  background: #c29d0b;
}
/*accordion*/
.accordion .panel-heading {
  background: #f4d03f;
  border-bottom: 1px solid #c29d0b;
}
.accordion .panel-heading:hover {
  background: #c29d0b;
}
.accordion .accordion-group .panel:last-child:after {
  background: #c29d0b;
}
/* news */
.news__card:hover {
  background: #f1c40f;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #f1c40f;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #f1c40f;
  opacity: 0.2;
}
.team1 .title1,
.person-info .title1,
.team1 .title2,
.person-info .title2,
.team1 .title3,
.person-info .title3,
.team1 .title4,
.person-info .title4 {
  font-family: 'Arvo', serif;
}
.team1 .subtitle1,
.person-info .subtitle1,
.team1 .subtitle2,
.person-info .subtitle2,
.team1 .subtitle3,
.person-info .subtitle3,
.team1 .subtitle4,
.person-info .subtitle4 {
  font-family: 'Montserrat', sans-serif;
}
.team1 .text1,
.person-info .text1,
.team1 .text2,
.person-info .text2,
.team1 .text3,
.person-info .text3,
.team1 .text4,
.person-info .text4 {
  font-family: 'Open Sans', sans-serif;
}
.person-info .subtitle1,
.person-info .subtitle2,
.person-info .subtitle3,
.person-info .subtitle4 {
  color: #f1c40f;
}
.animated-bg1 .text {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Arvo', serif;
}
.features9 .timeline-panel p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Montserrat', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Montserrat', sans-serif;
}
/*end colorM*/
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 10px;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
}
#menu-0 .link {
  font-size: 0.75rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-0 .link:hover,
#menu-0 .link:focus {
  color: #f1c40f;
}
#menu-0 .dropdown-item:hover::before,
#menu-0 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-0 .dropdown-item:hover,
#menu-0 .dropdown-item:focus {
  color: #ffffff;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #1a242f;
}
#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: #273646!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: #2c3e50;
}
#menu-0 .bg-color.transparent .link {
  color: #ffffff;
  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: #f1c40f;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #f1c40f;
}
#header9-1 .elements-content {
  padding-bottom: 50px;
}
#header9-1 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-1 .mbr-section-title,
#header9-1 .tab-pane {
  color: #000;
}
#header9-1 .mbr-section-title {
  text-align: left;
  font-size: 72px;
  color: #ffffff;
}
#header9-1 .header-text {
  text-align: center;
  color: #ecf0f1;
  font-size: 30px;
}
#header9-1 .header-text B {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Oxygen', sans-serif;
}
#header9-1 P {
  color: #ffffff;
  font-size: 24px;
}
#header9-1 .header-text I {
  font-size: 22px;
}
#header9-2lo .elements-content {
  padding-bottom: 50px;
}
#header9-2lo .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-2lo .mbr-section-title,
#header9-2lo .tab-pane {
  color: #000;
}
#header9-2lo .mbr-section-title {
  text-align: left;
  font-size: 72px;
  color: #ffffff;
}
#header9-2lo .header-text {
  text-align: center;
  color: #ecf0f1;
  font-size: 30px;
}
#header9-2lo .header-text B {
  color: #ffffff;
  font-size: 32px;
  font-family: 'Oxygen', sans-serif;
}
#header9-2lo P {
  color: #ffffff;
  font-size: 18px;
}
#header9-2lo .header-text I {
  font-size: 18px;
}
#content4-o P {
  font-size: 36px;
}
#features10-2fs .lead {
  color: #ffffff;
}
#features10-2fs .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2fs .mbr-section-title {
  color: #000000;
  font-size: 30px;
}
#features10-2fs .imgTitle {
  font-size: 22px;
}
#features10-2fs .mbr-section-text {
  font-size: 18px;
  color: #000000;
}
#features10-2fs .mbr-section-title FONT {
  color: #000000;
}
#features10-bv .lead {
  color: #ffffff;
}
#features10-bv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-bv .mbr-section-title {
  color: #000000;
  font-size: 30px;
}
#features10-bv .imgTitle {
  font-size: 22px;
}
#features10-bv .mbr-section-text {
  font-size: 18px;
  color: #000000;
}
#features10-bw .lead {
  color: #ffffff;
}
#features10-bw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-bw .mbr-section-title {
  color: #000000;
  font-size: 30px;
}
#features10-bw .imgTitle {
  font-size: 22px;
}
#features10-bw .mbr-section-text {
  font-size: 18px;
  color: #000000;
}
#features10-2bt .lead {
  color: #ffffff;
}
#features10-2bt .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2bt .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2bt .imgTitle {
  font-size: 22px;
}
#features10-2bt .mbr-section-text {
  font-size: 18px;
  color: #000000;
}
#features10-2bt .mbr-section-title FONT {
  color: #000000;
}
#features10-2bt .mbr-section-title DIV {
  color: #000000;
}
#features10-2bt .mbr-section-title SPAN {
  font-size: 16px;
}
#features10-2aw .lead {
  color: #ffffff;
}
#features10-2aw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2aw .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2aw .imgTitle {
  font-size: 22px;
}
#features10-2aw .mbr-section-text {
  font-size: 18px;
  color: #000000;
}
#features10-2aw .mbr-section-title FONT {
  color: #000000;
}
#features10-2aw .mbr-section-title DIV {
  color: #000000;
}
#content1-y P {
  color: #000000;
  text-align: center;
  font-size: 22px;
}
#content1-y H4 {
  text-align: center;
  font-size: 18px;
}
#features2-l .mbr-section-title {
  font-weight: 700;
}
#features2-l .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  font-size: 22px;
}
#features2-l .mbr-section-text {
  color: #666666;
}
#features2-n .mbr-section-title {
  font-weight: 700;
}
#features2-n .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  font-size: 22px;
}
#features2-n .mbr-section-text {
  color: #666666;
}
#content5-6 .mbr-section-title {
  font-size: 36px;
}
#content5-6 P {
  font-size: 22px;
}
#footer1-d .mbr-section-subtitle,
#footer1-d .mbr-section-text {
  color: #fff;
}
#footer1-d .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-d P {
  font-size: 16px;
  text-align: left;
}
#footer1-d I {
  text-align: left;
}
#footer1-d B {
  font-size: 24px;
}
#footer1-d SPAN {
  font-size: 22px;
}
#menu-z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-z .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-z .navbar-toggler {
  color: #ffffff;
}
#menu-z .close-icon::before,
#menu-z .close-icon::after {
  background-color: #ffffff;
}
#menu-z .link,
#menu-z .dropdown-item {
  color: #ffffff;
}
#menu-z .link {
  font-size: 0.75rem;
}
#menu-z .dropdown-item,
#menu-z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-z .link:hover,
#menu-z .link:focus {
  color: #f1c40f;
}
#menu-z .dropdown-item:hover::before,
#menu-z .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-z .dropdown-item:hover,
#menu-z .dropdown-item:focus {
  color: #ffffff;
}
#menu-z .link[aria-expanded="true"],
#menu-z .dropdown-menu {
  background: #1a242f;
}
#menu-z .nav-dropdown-sm .link:focus,
#menu-z .nav-dropdown-sm .link:hover,
#menu-z .nav-dropdown-sm .dropdown-item:focus,
#menu-z .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-z .navbar,
#menu-z .nav-dropdown-sm,
#menu-z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-z .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-z .bg-color.transparent.opened .link:hover,
#menu-z .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-z .link[aria-expanded="true"],
#menu-z .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content3-1b .mbr-section-title,
#content3-1b .mbr-section-subtitle {
  text-align: center;
}
#content3-1c .mbr-section-title,
#content3-1c .mbr-section-subtitle {
  text-align: center;
}
#content3-1d .mbr-section-title,
#content3-1d .mbr-section-subtitle {
  text-align: center;
}
#content3-1e .mbr-section-title,
#content3-1e .mbr-section-subtitle {
  text-align: center;
}
#footer1-10 .mbr-section-subtitle,
#footer1-10 .mbr-section-text {
  color: #fff;
}
#footer1-10 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-10 P {
  font-size: 16px;
  text-align: left;
}
#footer1-10 I {
  text-align: left;
}
#footer1-10 B {
  font-size: 24px;
}
#footer1-10 SPAN {
  font-size: 22px;
}
#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
}
#menu-1h .link {
  font-size: 0.75rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1h .link:hover,
#menu-1h .link:focus {
  color: #f1c40f;
}
#menu-1h .dropdown-item:hover::before,
#menu-1h .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1h .dropdown-item:hover,
#menu-1h .dropdown-item:focus {
  color: #ffffff;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #1a242f;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content1-1q P {
  color: #000000;
  font-size: 18px;
}
#footer1-1p .mbr-section-subtitle,
#footer1-1p .mbr-section-text {
  color: #fff;
}
#footer1-1p .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1p P {
  font-size: 16px;
  text-align: left;
}
#footer1-1p I {
  text-align: left;
}
#footer1-1p B {
  font-size: 24px;
}
#footer1-1p SPAN {
  font-size: 22px;
}
#menu-1t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1t .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1t .navbar-toggler {
  color: #ffffff;
}
#menu-1t .close-icon::before,
#menu-1t .close-icon::after {
  background-color: #ffffff;
}
#menu-1t .link,
#menu-1t .dropdown-item {
  color: #ffffff;
}
#menu-1t .link {
  font-size: 0.75rem;
}
#menu-1t .dropdown-item,
#menu-1t .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1t .link:hover,
#menu-1t .link:focus {
  color: #f1c40f;
}
#menu-1t .dropdown-item:hover::before,
#menu-1t .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1t .dropdown-item:hover,
#menu-1t .dropdown-item:focus {
  color: #ffffff;
}
#menu-1t .link[aria-expanded="true"],
#menu-1t .dropdown-menu {
  background: #1a242f;
}
#menu-1t .nav-dropdown-sm .link:focus,
#menu-1t .nav-dropdown-sm .link:hover,
#menu-1t .nav-dropdown-sm .dropdown-item:focus,
#menu-1t .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1t .navbar,
#menu-1t .nav-dropdown-sm,
#menu-1t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1t .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1t .bg-color.transparent.opened .link:hover,
#menu-1t .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1t .link[aria-expanded="true"],
#menu-1t .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content1-1w P {
  color: #000000;
  font-size: 18px;
}
#buttons1-1t6 .btn {
  font-size: 24px;
}
#features9-1t3 P {
  color: #000000;
  font-size: 18px;
}
#content2-2lm BLOCKQUOTE {
  font-size: 48px;
}
#features10-2ln .lead {
  color: #ffffff;
}
#features10-2ln .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2ln .mbr-section-title {
  color: #ffffff;
}
#features10-2ln .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-2ln .mbr-section-text {
  font-size: 18px;
}
#content2-2ib BLOCKQUOTE {
  font-size: 48px;
}
#features10-2l5 .lead {
  color: #ffffff;
}
#features10-2l5 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2l5 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2l5 .imgTitle {
  font-size: 22px;
}
#features10-2l5 .mbr-section-text {
  font-size: 18px;
}
#features10-2lc .lead {
  color: #ffffff;
}
#features10-2lc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2lc .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2lc .imgTitle {
  font-size: 22px;
}
#features10-2lc .mbr-section-text {
  font-size: 18px;
}
#features10-2k7 .lead {
  color: #ffffff;
}
#features10-2k7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2k7 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2k7 .imgTitle {
  font-size: 22px;
}
#features10-2k7 .mbr-section-text {
  font-size: 18px;
}
#features10-2kk .lead {
  color: #ffffff;
}
#features10-2kk .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2kk .mbr-section-title {
  color: #ffffff;
}
#features10-2kk .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-2kk .mbr-section-text {
  font-size: 18px;
}
#features10-2jg .lead {
  color: #ffffff;
}
#features10-2jg .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2jg .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2jg .imgTitle {
  font-size: 22px;
}
#features10-2jg .mbr-section-text {
  font-size: 18px;
}
#features10-2ju .lead {
  color: #ffffff;
}
#features10-2ju .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2ju .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2ju .imgTitle {
  font-size: 22px;
}
#features10-2ju .mbr-section-text {
  font-size: 18px;
}
#features10-2j7 .lead {
  color: #ffffff;
}
#features10-2j7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2j7 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2j7 .imgTitle {
  font-size: 22px;
}
#features10-2j7 .mbr-section-text {
  font-size: 18px;
}
#features10-2ii .lead {
  color: #ffffff;
}
#features10-2ii .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2ii .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2ii .imgTitle {
  font-size: 22px;
}
#features10-2ii .mbr-section-text {
  font-size: 18px;
}
#features10-2ix .lead {
  color: #ffffff;
}
#features10-2ix .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2ix .mbr-section-title {
  color: #000000;
  font-size: 30px;
}
#features10-2ix .imgTitle {
  font-size: 22px;
}
#features10-2ix .mbr-section-text {
  font-size: 18px;
}
#content2-2gj BLOCKQUOTE {
  font-size: 48px;
}
#features10-2hg .lead {
  color: #ffffff;
}
#features10-2hg .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2hg .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2hg .imgTitle {
  font-size: 22px;
}
#features10-2hg .mbr-section-text {
  font-size: 18px;
}
#features10-2ho .lead {
  color: #ffffff;
}
#features10-2ho .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2ho .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2ho .imgTitle {
  font-size: 22px;
}
#features10-2ho .mbr-section-text {
  font-size: 18px;
}
#features10-2h2 .lead {
  color: #ffffff;
}
#features10-2h2 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2h2 .mbr-section-title {
  color: #ffffff;
}
#features10-2h2 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-2h2 .mbr-section-text {
  font-size: 18px;
}
#features10-2h9 .lead {
  color: #ffffff;
}
#features10-2h9 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2h9 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2h9 .imgTitle {
  font-size: 22px;
}
#features10-2h9 .mbr-section-text {
  font-size: 18px;
}
#features10-2gm .lead {
  color: #ffffff;
}
#features10-2gm .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2gm .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2gm .imgTitle {
  font-size: 22px;
}
#features10-2gm .mbr-section-text {
  font-size: 18px;
}
#features10-2gn .lead {
  color: #ffffff;
}
#features10-2gn .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2gn .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2gn .imgTitle {
  font-size: 22px;
}
#features10-2gn .mbr-section-text {
  font-size: 18px;
}
#features10-2ge .lead {
  color: #ffffff;
}
#features10-2ge .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2ge .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2ge .imgTitle {
  font-size: 22px;
}
#features10-2ge .mbr-section-text {
  font-size: 18px;
}
#features10-2gd .lead {
  color: #ffffff;
}
#features10-2gd .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2gd .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2gd .imgTitle {
  font-size: 22px;
}
#features10-2gd .mbr-section-text {
  font-size: 18px;
}
#features10-2gk .lead {
  color: #ffffff;
}
#features10-2gk .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2gk .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2gk .imgTitle {
  font-size: 22px;
}
#features10-2gk .mbr-section-text {
  font-size: 18px;
}
#content2-2bu BLOCKQUOTE {
  font-size: 48px;
}
#features10-2fz .lead {
  color: #ffffff;
}
#features10-2fz .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2fz .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2fz .imgTitle {
  font-size: 22px;
}
#features10-2fz .mbr-section-text {
  font-size: 18px;
}
#features10-2eb .lead {
  color: #ffffff;
}
#features10-2eb .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2eb .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2eb .imgTitle {
  font-size: 22px;
}
#features10-2eb .mbr-section-text {
  font-size: 18px;
}
#features10-2ei .lead {
  color: #ffffff;
}
#features10-2ei .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2ei .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2ei .imgTitle {
  font-size: 22px;
}
#features10-2ei .mbr-section-text {
  font-size: 18px;
}
#features10-2dt .lead {
  color: #ffffff;
}
#features10-2dt .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2dt .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2dt .imgTitle {
  font-size: 22px;
}
#features10-2dt .mbr-section-text {
  font-size: 18px;
}
#features10-2ds .lead {
  color: #ffffff;
}
#features10-2ds .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2ds .mbr-section-title {
  color: #ffffff;
}
#features10-2ds .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-2ds .mbr-section-text {
  font-size: 18px;
}
#features10-2cm .lead {
  color: #ffffff;
}
#features10-2cm .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2cm .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2cm .imgTitle {
  font-size: 22px;
}
#features10-2cm .mbr-section-text {
  font-size: 18px;
}
#features10-2cl .lead {
  color: #ffffff;
}
#features10-2cl .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2cl .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2cl .imgTitle {
  font-size: 22px;
}
#features10-2cl .mbr-section-text {
  font-size: 18px;
}
#features10-2bv .lead {
  color: #ffffff;
}
#features10-2bv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2bv .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2bv .imgTitle {
  font-size: 22px;
}
#features10-2bv .mbr-section-text {
  font-size: 18px;
}
#content2-1t7 BLOCKQUOTE {
  font-size: 48px;
}
#features10-2av .lead {
  color: #ffffff;
}
#features10-2av .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2av .mbr-section-title {
  color: #ffffff;
}
#features10-2av .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-2av .mbr-section-text {
  font-size: 18px;
}
#features10-2bl .lead {
  color: #ffffff;
}
#features10-2bl .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2bl .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2bl .imgTitle {
  font-size: 22px;
}
#features10-2bl .mbr-section-text {
  font-size: 18px;
}
#features10-cc .lead {
  color: #ffffff;
}
#features10-cc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-cc .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-cc .imgTitle {
  font-size: 22px;
}
#features10-cc .mbr-section-text {
  font-size: 18px;
}
#features10-c5 .lead {
  color: #ffffff;
}
#features10-c5 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-c5 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-c5 .imgTitle {
  font-size: 22px;
}
#features10-c5 .mbr-section-text {
  font-size: 18px;
}
#features10-24 .lead {
  color: #ffffff;
}
#features10-24 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-24 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-24 .imgTitle {
  font-size: 22px;
}
#features10-24 .mbr-section-text {
  font-size: 18px;
}
#features10-25 .lead {
  color: #ffffff;
}
#features10-25 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-25 .mbr-section-title {
  color: #ffffff;
}
#features10-25 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-25 .mbr-section-text {
  font-size: 18px;
}
#features10-26 .lead {
  color: #ffffff;
}
#features10-26 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-26 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-26 .imgTitle {
  font-size: 22px;
}
#features10-26 .mbr-section-text {
  font-size: 18px;
}
#features10-5s .lead {
  color: #ffffff;
}
#features10-5s .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-5s .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-5s .imgTitle {
  font-size: 22px;
}
#features10-5s .mbr-section-text {
  font-size: 18px;
}
#features10-6d .lead {
  color: #ffffff;
}
#features10-6d .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-6d .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-6d .imgTitle {
  font-size: 22px;
}
#features10-6d .mbr-section-text {
  font-size: 18px;
}
#features10-6e .lead {
  color: #ffffff;
}
#features10-6e .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-6e .mbr-section-title {
  color: #ffffff;
}
#features10-6e .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-6e .mbr-section-text {
  font-size: 18px;
}
#content2-1t8 BLOCKQUOTE {
  font-size: 48px;
}
#features10-qu .lead {
  color: #ffffff;
}
#features10-qu .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-qu .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-qu .imgTitle {
  font-size: 22px;
}
#features10-qu .mbr-section-text {
  font-size: 18px;
}
#features10-r1 .lead {
  color: #ffffff;
}
#features10-r1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-r1 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-r1 .imgTitle {
  font-size: 22px;
}
#features10-r1 .mbr-section-text {
  font-size: 18px;
}
#features10-r8 .lead {
  color: #ffffff;
}
#features10-r8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-r8 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-r8 .imgTitle {
  font-size: 22px;
}
#features10-r8 .mbr-section-text {
  font-size: 18px;
}
#features10-rf .lead {
  color: #ffffff;
}
#features10-rf .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-rf .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-rf .imgTitle {
  font-size: 22px;
}
#features10-rf .mbr-section-text {
  font-size: 18px;
}
#features10-rm .lead {
  color: #ffffff;
}
#features10-rm .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-rm .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-rm .imgTitle {
  font-size: 22px;
}
#features10-rm .mbr-section-text {
  font-size: 18px;
}
#features10-rt .lead {
  color: #ffffff;
}
#features10-rt .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-rt .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-rt .imgTitle {
  font-size: 22px;
}
#features10-rt .mbr-section-text {
  font-size: 18px;
}
#features10-s0 .lead {
  color: #ffffff;
}
#features10-s0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-s0 .mbr-section-title {
  color: #ffffff;
}
#features10-s0 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-s0 .mbr-section-text {
  font-size: 18px;
}
#features10-s7 .lead {
  color: #ffffff;
}
#features10-s7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-s7 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-s7 .imgTitle {
  font-size: 22px;
}
#features10-s7 .mbr-section-text {
  font-size: 18px;
}
#features10-se .lead {
  color: #ffffff;
}
#features10-se .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-se .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-se .imgTitle {
  font-size: 22px;
}
#features10-se .mbr-section-text {
  font-size: 18px;
}
#content2-1t9 BLOCKQUOTE {
  font-size: 48px;
}
#features10-sl .lead {
  color: #ffffff;
}
#features10-sl .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-sl .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-sl .imgTitle {
  font-size: 22px;
}
#features10-sl .mbr-section-text {
  font-size: 18px;
}
#features10-ss .lead {
  color: #ffffff;
}
#features10-ss .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ss .mbr-section-title {
  color: #ffffff;
}
#features10-ss .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-ss .mbr-section-text {
  font-size: 18px;
}
#features10-sz .lead {
  color: #ffffff;
}
#features10-sz .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-sz .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-sz .imgTitle {
  font-size: 22px;
}
#features10-sz .mbr-section-text {
  font-size: 18px;
}
#features10-t6 .lead {
  color: #ffffff;
}
#features10-t6 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-t6 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-t6 .imgTitle {
  font-size: 22px;
}
#features10-t6 .mbr-section-text {
  font-size: 18px;
}
#features10-td .lead {
  color: #ffffff;
}
#features10-td .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-td .mbr-section-title {
  color: #ffffff;
}
#features10-td .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-td .mbr-section-text {
  font-size: 18px;
}
#features10-tk .lead {
  color: #ffffff;
}
#features10-tk .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-tk .mbr-section-title {
  color: #ffffff;
}
#features10-tk .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-tk .mbr-section-text {
  font-size: 18px;
}
#features10-tr .lead {
  color: #ffffff;
}
#features10-tr .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-tr .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-tr .imgTitle {
  font-size: 22px;
}
#features10-tr .mbr-section-text {
  font-size: 18px;
}
#features10-ty .lead {
  color: #ffffff;
}
#features10-ty .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ty .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-ty .imgTitle {
  font-size: 22px;
}
#features10-ty .mbr-section-text {
  font-size: 18px;
}
#features10-u5 .lead {
  color: #ffffff;
}
#features10-u5 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-u5 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-u5 .imgTitle {
  font-size: 22px;
}
#features10-u5 .mbr-section-text {
  font-size: 18px;
}
#features10-uc .lead {
  color: #ffffff;
}
#features10-uc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-uc .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-uc .imgTitle {
  font-size: 22px;
}
#features10-uc .mbr-section-text {
  font-size: 18px;
}
#features10-uj .lead {
  color: #ffffff;
}
#features10-uj .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-uj .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-uj .imgTitle {
  font-size: 22px;
}
#features10-uj .mbr-section-text {
  font-size: 18px;
}
#features10-uq .lead {
  color: #ffffff;
}
#features10-uq .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-uq .mbr-section-title {
  color: #ffffff;
}
#features10-uq .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-uq .mbr-section-text {
  font-size: 18px;
}
#content2-1ta BLOCKQUOTE {
  font-size: 48px;
}
#features10-ux .lead {
  color: #ffffff;
}
#features10-ux .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ux .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-ux .imgTitle {
  font-size: 22px;
}
#features10-ux .mbr-section-text {
  font-size: 18px;
}
#features10-v4 .lead {
  color: #ffffff;
}
#features10-v4 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-v4 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-v4 .imgTitle {
  font-size: 22px;
}
#features10-v4 .mbr-section-text {
  font-size: 18px;
}
#features10-vb .lead {
  color: #ffffff;
}
#features10-vb .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-vb .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-vb .imgTitle {
  font-size: 22px;
}
#features10-vb .mbr-section-text {
  font-size: 18px;
}
#features10-vi .lead {
  color: #ffffff;
}
#features10-vi .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-vi .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-vi .imgTitle {
  font-size: 22px;
}
#features10-vi .mbr-section-text {
  font-size: 18px;
}
#features10-vp .lead {
  color: #ffffff;
}
#features10-vp .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-vp .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-vp .imgTitle {
  font-size: 22px;
}
#features10-vp .mbr-section-text {
  font-size: 18px;
}
#features10-vw .lead {
  color: #ffffff;
}
#features10-vw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-vw .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-vw .imgTitle {
  font-size: 22px;
}
#features10-vw .mbr-section-text {
  font-size: 18px;
}
#features10-w3 .lead {
  color: #ffffff;
}
#features10-w3 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-w3 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-w3 .imgTitle {
  font-size: 22px;
}
#features10-w3 .mbr-section-text {
  font-size: 18px;
}
#features10-wa .lead {
  color: #ffffff;
}
#features10-wa .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-wa .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-wa .imgTitle {
  font-size: 22px;
}
#features10-wa .mbr-section-text {
  font-size: 18px;
}
#features10-wh .lead {
  color: #ffffff;
}
#features10-wh .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-wh .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-wh .imgTitle {
  font-size: 22px;
}
#features10-wh .mbr-section-text {
  font-size: 18px;
}
#features10-wo .lead {
  color: #ffffff;
}
#features10-wo .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-wo .mbr-section-title {
  color: #ffffff;
}
#features10-wo .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-wo .mbr-section-text {
  font-size: 18px;
}
#features10-wv .lead {
  color: #ffffff;
}
#features10-wv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-wv .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-wv .imgTitle {
  font-size: 22px;
}
#features10-wv .mbr-section-text {
  font-size: 18px;
}
#content2-1tb BLOCKQUOTE {
  font-size: 48px;
}
#features10-x2 .lead {
  color: #ffffff;
}
#features10-x2 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-x2 .mbr-section-title {
  color: #ffffff;
}
#features10-x2 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-x2 .mbr-section-text {
  font-size: 18px;
}
#features10-x9 .lead {
  color: #ffffff;
}
#features10-x9 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-x9 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-x9 .imgTitle {
  font-size: 22px;
}
#features10-x9 .mbr-section-text {
  font-size: 18px;
}
#features10-xg .lead {
  color: #ffffff;
}
#features10-xg .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-xg .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-xg .imgTitle {
  font-size: 22px;
}
#features10-xg .mbr-section-text {
  font-size: 18px;
}
#features10-xn .lead {
  color: #ffffff;
}
#features10-xn .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-xn .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-xn .imgTitle {
  font-size: 22px;
}
#features10-xn .mbr-section-text {
  font-size: 18px;
}
#features10-xu .lead {
  color: #ffffff;
}
#features10-xu .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-xu .mbr-section-title {
  color: #ffffff;
}
#features10-xu .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-xu .mbr-section-text {
  font-size: 18px;
}
#features10-y1 .lead {
  color: #ffffff;
}
#features10-y1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-y1 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-y1 .imgTitle {
  font-size: 22px;
}
#features10-y1 .mbr-section-text {
  font-size: 18px;
}
#features10-y8 .lead {
  color: #ffffff;
}
#features10-y8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-y8 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-y8 .imgTitle {
  font-size: 22px;
}
#features10-y8 .mbr-section-text {
  font-size: 18px;
}
#features10-yf .lead {
  color: #ffffff;
}
#features10-yf .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-yf .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-yf .imgTitle {
  font-size: 22px;
}
#features10-yf .mbr-section-text {
  font-size: 18px;
}
#features10-ym .lead {
  color: #ffffff;
}
#features10-ym .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ym .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-ym .imgTitle {
  font-size: 22px;
}
#features10-ym .mbr-section-text {
  font-size: 18px;
}
#features10-yt .lead {
  color: #ffffff;
}
#features10-yt .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-yt .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-yt .imgTitle {
  font-size: 22px;
}
#features10-yt .mbr-section-text {
  font-size: 18px;
}
#features10-z0 .lead {
  color: #ffffff;
}
#features10-z0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-z0 .mbr-section-title {
  color: #ffffff;
}
#features10-z0 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-z0 .mbr-section-text {
  font-size: 18px;
}
#buttons1-29z .btn {
  font-size: 24px;
}
#footer1-1y .mbr-section-subtitle,
#footer1-1y .mbr-section-text {
  color: #fff;
}
#footer1-1y .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1y P {
  font-size: 16px;
  text-align: left;
}
#footer1-1y I {
  text-align: left;
}
#footer1-1y B {
  font-size: 24px;
}
#footer1-1y SPAN {
  font-size: 22px;
}
#menu-27 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-27 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-27 .navbar-toggler {
  color: #ffffff;
}
#menu-27 .close-icon::before,
#menu-27 .close-icon::after {
  background-color: #ffffff;
}
#menu-27 .link,
#menu-27 .dropdown-item {
  color: #ffffff;
}
#menu-27 .link {
  font-size: 0.75rem;
}
#menu-27 .dropdown-item,
#menu-27 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-27 .link:hover,
#menu-27 .link:focus {
  color: #f1c40f;
}
#menu-27 .dropdown-item:hover::before,
#menu-27 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-27 .dropdown-item:hover,
#menu-27 .dropdown-item:focus {
  color: #ffffff;
}
#menu-27 .link[aria-expanded="true"],
#menu-27 .dropdown-menu {
  background: #1a242f;
}
#menu-27 .nav-dropdown-sm .link:focus,
#menu-27 .nav-dropdown-sm .link:hover,
#menu-27 .nav-dropdown-sm .dropdown-item:focus,
#menu-27 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-27 .navbar,
#menu-27 .nav-dropdown-sm,
#menu-27 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-27 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-27 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-27 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-27 .bg-color.transparent.opened .link:hover,
#menu-27 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-27 .link[aria-expanded="true"],
#menu-27 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#features10-2ia .lead {
  color: #ffffff;
}
#features10-2ia .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2ia .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2ia .imgTitle {
  font-size: 22px;
}
#features10-2ia .mbr-section-text {
  font-size: 18px;
}
#features10-2hv .lead {
  color: #ffffff;
}
#features10-2hv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2hv .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2hv .imgTitle {
  font-size: 22px;
}
#features10-2hv .mbr-section-text {
  font-size: 18px;
}
#features10-2gv .lead {
  color: #ffffff;
}
#features10-2gv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2gv .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2gv .imgTitle {
  font-size: 22px;
}
#features10-2gv .mbr-section-text {
  font-size: 18px;
}
#features10-2gl .lead {
  color: #ffffff;
}
#features10-2gl .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2gl .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2gl .imgTitle {
  font-size: 22px;
}
#features10-2gl .mbr-section-text {
  font-size: 18px;
}
#features10-2gc .lead {
  color: #ffffff;
}
#features10-2gc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2gc .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2gc .imgTitle {
  font-size: 22px;
}
#features10-2gc .mbr-section-text {
  font-size: 18px;
}
#features10-2fr .lead {
  color: #ffffff;
}
#features10-2fr .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2fr .mbr-section-title {
  color: #ffffff;
}
#features10-2fr .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-2fr .mbr-section-text {
  font-size: 18px;
}
#features10-2fq .lead {
  color: #ffffff;
}
#features10-2fq .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2fq .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2fq .imgTitle {
  font-size: 22px;
}
#features10-2fq .mbr-section-text {
  font-size: 18px;
}
#features10-2ev .lead {
  color: #ffffff;
}
#features10-2ev .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2ev .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2ev .imgTitle {
  font-size: 22px;
}
#features10-2ev .mbr-section-text {
  font-size: 18px;
}
#features10-2c6 .lead {
  color: #ffffff;
}
#features10-2c6 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2c6 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2c6 .imgTitle {
  font-size: 22px;
}
#features10-2c6 .mbr-section-text {
  font-size: 18px;
}
#features10-2b .lead {
  color: #ffffff;
}
#features10-2b .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2b .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2b .imgTitle {
  font-size: 22px;
}
#features10-2b .mbr-section-text {
  font-size: 18px;
}
#features10-2c .lead {
  color: #ffffff;
}
#features10-2c .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2c .mbr-section-title {
  color: #ffffff;
}
#features10-2c .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-2c .mbr-section-text {
  font-size: 18px;
}
#features10-2d .lead {
  color: #ffffff;
}
#features10-2d .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2d .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2d .imgTitle {
  font-size: 22px;
}
#features10-2d .mbr-section-text {
  font-size: 18px;
}
#features10-65 .lead {
  color: #ffffff;
}
#features10-65 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-65 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-65 .imgTitle {
  font-size: 22px;
}
#features10-65 .mbr-section-text {
  font-size: 18px;
}
#features10-6c .lead {
  color: #ffffff;
}
#features10-6c .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-6c .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-6c .imgTitle {
  font-size: 22px;
}
#features10-6c .mbr-section-text {
  font-size: 18px;
}
#features10-cj .lead {
  color: #ffffff;
}
#features10-cj .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-cj .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-cj .imgTitle {
  font-size: 22px;
}
#features10-cj .mbr-section-text {
  font-size: 18px;
}
#features10-cq .lead {
  color: #ffffff;
}
#features10-cq .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-cq .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-cq .imgTitle {
  font-size: 22px;
}
#features10-cq .mbr-section-text {
  font-size: 18px;
}
#features10-d1 .lead {
  color: #ffffff;
}
#features10-d1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-d1 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-d1 .imgTitle {
  font-size: 22px;
}
#features10-d1 .mbr-section-text {
  font-size: 18px;
}
#features10-da .lead {
  color: #ffffff;
}
#features10-da .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-da .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-da .imgTitle {
  font-size: 22px;
}
#features10-da .mbr-section-text {
  font-size: 18px;
}
#features10-dk .lead {
  color: #ffffff;
}
#features10-dk .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-dk .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-dk .imgTitle {
  font-size: 22px;
}
#features10-dk .mbr-section-text {
  font-size: 18px;
}
#features10-dr .lead {
  color: #ffffff;
}
#features10-dr .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-dr .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-dr .imgTitle {
  font-size: 22px;
}
#features10-dr .mbr-section-text {
  font-size: 18px;
}
#features10-dz .lead {
  color: #ffffff;
}
#features10-dz .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-dz .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-dz .imgTitle {
  font-size: 22px;
}
#features10-dz .mbr-section-text {
  font-size: 18px;
}
#features10-ec .lead {
  color: #ffffff;
}
#features10-ec .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ec .mbr-section-title {
  color: #ffffff;
}
#features10-ec .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-ec .mbr-section-text {
  font-size: 18px;
}
#features10-ej .lead {
  color: #ffffff;
}
#features10-ej .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ej .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-ej .imgTitle {
  font-size: 22px;
}
#features10-ej .mbr-section-text {
  font-size: 18px;
}
#features10-es .lead {
  color: #ffffff;
}
#features10-es .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-es .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-es .imgTitle {
  font-size: 22px;
}
#features10-es .mbr-section-text {
  font-size: 18px;
}
#features10-ez .lead {
  color: #ffffff;
}
#features10-ez .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ez .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-ez .imgTitle {
  font-size: 22px;
}
#features10-ez .mbr-section-text {
  font-size: 18px;
}
#features10-f7 .lead {
  color: #ffffff;
}
#features10-f7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-f7 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-f7 .imgTitle {
  font-size: 22px;
}
#features10-f7 .mbr-section-text {
  font-size: 18px;
}
#features10-fe .lead {
  color: #ffffff;
}
#features10-fe .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-fe .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-fe .imgTitle {
  font-size: 22px;
}
#features10-fe .mbr-section-text {
  font-size: 18px;
}
#features10-fl .lead {
  color: #ffffff;
}
#features10-fl .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-fl .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-fl .imgTitle {
  font-size: 22px;
}
#features10-fl .mbr-section-text {
  font-size: 18px;
}
#features10-fs .lead {
  color: #ffffff;
}
#features10-fs .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-fs .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-fs .imgTitle {
  font-size: 22px;
}
#features10-fs .mbr-section-text {
  font-size: 18px;
}
#features10-fz .lead {
  color: #ffffff;
}
#features10-fz .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-fz .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-fz .imgTitle {
  font-size: 22px;
}
#features10-fz .mbr-section-text {
  font-size: 18px;
}
#features10-g6 .lead {
  color: #ffffff;
}
#features10-g6 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-g6 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-g6 .imgTitle {
  font-size: 22px;
}
#features10-g6 .mbr-section-text {
  font-size: 18px;
}
#features10-gd .lead {
  color: #ffffff;
}
#features10-gd .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-gd .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-gd .imgTitle {
  font-size: 22px;
}
#features10-gd .mbr-section-text {
  font-size: 18px;
}
#footer1-2f .mbr-section-subtitle,
#footer1-2f .mbr-section-text {
  color: #fff;
}
#footer1-2f .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2f P {
  font-size: 16px;
  text-align: left;
}
#footer1-2f I {
  text-align: left;
}
#footer1-2f B {
  font-size: 24px;
}
#footer1-2f SPAN {
  font-size: 22px;
}
#menu-2g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2g .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2g .navbar-toggler {
  color: #ffffff;
}
#menu-2g .close-icon::before,
#menu-2g .close-icon::after {
  background-color: #ffffff;
}
#menu-2g .link,
#menu-2g .dropdown-item {
  color: #ffffff;
}
#menu-2g .link {
  font-size: 0.75rem;
}
#menu-2g .dropdown-item,
#menu-2g .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2g .link:hover,
#menu-2g .link:focus {
  color: #f1c40f;
}
#menu-2g .dropdown-item:hover::before,
#menu-2g .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2g .dropdown-item:hover,
#menu-2g .dropdown-item:focus {
  color: #ffffff;
}
#menu-2g .link[aria-expanded="true"],
#menu-2g .dropdown-menu {
  background: #1a242f;
}
#menu-2g .nav-dropdown-sm .link:focus,
#menu-2g .nav-dropdown-sm .link:hover,
#menu-2g .nav-dropdown-sm .dropdown-item:focus,
#menu-2g .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2g .navbar,
#menu-2g .nav-dropdown-sm,
#menu-2g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2g .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2g .bg-color.transparent.opened .link:hover,
#menu-2g .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2g .link[aria-expanded="true"],
#menu-2g .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#features10-2gr .lead {
  color: #ffffff;
}
#features10-2gr .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2gr .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2gr .imgTitle {
  font-size: 22px;
}
#features10-2gr .mbr-section-text {
  font-size: 18px;
}
#features10-2j .lead {
  color: #ffffff;
}
#features10-2j .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2j .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2j .imgTitle {
  font-size: 22px;
}
#features10-2j .mbr-section-text {
  font-size: 18px;
}
#features10-2k .lead {
  color: #ffffff;
}
#features10-2k .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2k .mbr-section-title {
  color: #ffffff;
}
#features10-2k .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-2k .mbr-section-text {
  font-size: 18px;
}
#features10-2l .lead {
  color: #ffffff;
}
#features10-2l .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2l .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2l .imgTitle {
  font-size: 22px;
}
#features10-2l .mbr-section-text {
  font-size: 18px;
}
#features10-gk .lead {
  color: #ffffff;
}
#features10-gk .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-gk .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-gk .imgTitle {
  font-size: 22px;
}
#features10-gk .mbr-section-text {
  font-size: 18px;
}
#features10-gr .lead {
  color: #ffffff;
}
#features10-gr .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-gr .mbr-section-title {
  color: #ffffff;
}
#features10-gr .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-gr .mbr-section-text {
  font-size: 18px;
}
#features10-gy .lead {
  color: #ffffff;
}
#features10-gy .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-gy .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-gy .imgTitle {
  font-size: 22px;
}
#features10-gy .mbr-section-text {
  font-size: 18px;
}
#features10-h5 .lead {
  color: #ffffff;
}
#features10-h5 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-h5 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-h5 .imgTitle {
  font-size: 22px;
}
#features10-h5 .mbr-section-text {
  font-size: 18px;
}
#features10-hc .lead {
  color: #ffffff;
}
#features10-hc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-hc .mbr-section-title {
  color: #ffffff;
}
#features10-hc .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-hc .mbr-section-text {
  font-size: 18px;
}
#features10-hj .lead {
  color: #ffffff;
}
#features10-hj .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-hj .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-hj .imgTitle {
  font-size: 22px;
}
#features10-hj .mbr-section-text {
  font-size: 18px;
}
#features10-hq .lead {
  color: #ffffff;
}
#features10-hq .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-hq .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-hq .imgTitle {
  font-size: 22px;
}
#features10-hq .mbr-section-text {
  font-size: 18px;
}
#features10-hx .lead {
  color: #ffffff;
}
#features10-hx .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-hx .mbr-section-title {
  color: #ffffff;
}
#features10-hx .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-hx .mbr-section-text {
  font-size: 18px;
}
#features10-i4 .lead {
  color: #ffffff;
}
#features10-i4 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-i4 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-i4 .imgTitle {
  font-size: 22px;
}
#features10-i4 .mbr-section-text {
  font-size: 18px;
}
#features10-ih .lead {
  color: #ffffff;
}
#features10-ih .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ih .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-ih .imgTitle {
  font-size: 22px;
}
#features10-ih .mbr-section-text {
  font-size: 18px;
}
#features10-io .lead {
  color: #ffffff;
}
#features10-io .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-io .mbr-section-title {
  color: #ffffff;
}
#features10-io .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-io .mbr-section-text {
  font-size: 18px;
}
#features10-j1 .lead {
  color: #ffffff;
}
#features10-j1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-j1 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-j1 .imgTitle {
  font-size: 22px;
}
#features10-j1 .mbr-section-text {
  font-size: 18px;
}
#features10-j8 .lead {
  color: #ffffff;
}
#features10-j8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-j8 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-j8 .imgTitle {
  font-size: 22px;
}
#features10-j8 .mbr-section-text {
  font-size: 18px;
}
#features10-jf .lead {
  color: #ffffff;
}
#features10-jf .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-jf .mbr-section-title {
  color: #ffffff;
}
#features10-jf .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-jf .mbr-section-text {
  font-size: 18px;
}
#features10-jm .lead {
  color: #ffffff;
}
#features10-jm .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-jm .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-jm .imgTitle {
  font-size: 22px;
}
#features10-jm .mbr-section-text {
  font-size: 18px;
}
#features10-jt .lead {
  color: #ffffff;
}
#features10-jt .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-jt .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-jt .imgTitle {
  font-size: 22px;
}
#features10-jt .mbr-section-text {
  font-size: 18px;
}
#features10-k0 .lead {
  color: #ffffff;
}
#features10-k0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-k0 .mbr-section-title {
  color: #ffffff;
}
#features10-k0 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-k0 .mbr-section-text {
  font-size: 18px;
}
#features10-k7 .lead {
  color: #ffffff;
}
#features10-k7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-k7 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-k7 .imgTitle {
  font-size: 22px;
}
#features10-k7 .mbr-section-text {
  font-size: 18px;
}
#features10-ke .lead {
  color: #ffffff;
}
#features10-ke .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ke .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-ke .imgTitle {
  font-size: 22px;
}
#features10-ke .mbr-section-text {
  font-size: 18px;
}
#features10-kl .lead {
  color: #ffffff;
}
#features10-kl .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-kl .mbr-section-title {
  color: #ffffff;
}
#features10-kl .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-kl .mbr-section-text {
  font-size: 18px;
}
#features10-ks .lead {
  color: #ffffff;
}
#features10-ks .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ks .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-ks .imgTitle {
  font-size: 22px;
}
#features10-ks .mbr-section-text {
  font-size: 18px;
}
#features10-kz .lead {
  color: #ffffff;
}
#features10-kz .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-kz .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-kz .imgTitle {
  font-size: 22px;
}
#features10-kz .mbr-section-text {
  font-size: 18px;
}
#features10-l8 .lead {
  color: #ffffff;
}
#features10-l8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-l8 .mbr-section-title {
  color: #ffffff;
}
#features10-l8 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-l8 .mbr-section-text {
  font-size: 18px;
}
#features10-lj .lead {
  color: #ffffff;
}
#features10-lj .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-lj .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-lj .imgTitle {
  font-size: 22px;
}
#features10-lj .mbr-section-text {
  font-size: 18px;
}
#features10-lq .lead {
  color: #ffffff;
}
#features10-lq .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-lq .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-lq .imgTitle {
  font-size: 22px;
}
#features10-lq .mbr-section-text {
  font-size: 18px;
}
#features10-lx .lead {
  color: #ffffff;
}
#features10-lx .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-lx .mbr-section-title {
  color: #ffffff;
}
#features10-lx .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-lx .mbr-section-text {
  font-size: 18px;
}
#features10-m8 .lead {
  color: #ffffff;
}
#features10-m8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-m8 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-m8 .imgTitle {
  font-size: 22px;
}
#features10-m8 .mbr-section-text {
  font-size: 18px;
}
#features10-mf .lead {
  color: #ffffff;
}
#features10-mf .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-mf .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-mf .imgTitle {
  font-size: 22px;
}
#features10-mf .mbr-section-text {
  font-size: 18px;
}
#features10-mm .lead {
  color: #ffffff;
}
#features10-mm .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-mm .mbr-section-title {
  color: #ffffff;
}
#features10-mm .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-mm .mbr-section-text {
  font-size: 18px;
}
#features10-mt .lead {
  color: #ffffff;
}
#features10-mt .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-mt .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-mt .imgTitle {
  font-size: 22px;
}
#features10-mt .mbr-section-text {
  font-size: 18px;
}
#features10-n0 .lead {
  color: #ffffff;
}
#features10-n0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-n0 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-n0 .imgTitle {
  font-size: 22px;
}
#features10-n0 .mbr-section-text {
  font-size: 18px;
}
#features10-n7 .lead {
  color: #ffffff;
}
#features10-n7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-n7 .mbr-section-title {
  color: #ffffff;
}
#features10-n7 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-n7 .mbr-section-text {
  font-size: 18px;
}
#features10-ni .lead {
  color: #ffffff;
}
#features10-ni .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ni .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-ni .imgTitle {
  font-size: 22px;
}
#features10-ni .mbr-section-text {
  font-size: 18px;
}
#features10-np .lead {
  color: #ffffff;
}
#features10-np .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-np .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-np .imgTitle {
  font-size: 22px;
}
#features10-np .mbr-section-text {
  font-size: 18px;
}
#features10-nw .lead {
  color: #ffffff;
}
#features10-nw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-nw .mbr-section-title {
  color: #ffffff;
}
#features10-nw .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-nw .mbr-section-text {
  font-size: 18px;
}
#features10-o3 .lead {
  color: #ffffff;
}
#features10-o3 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-o3 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-o3 .imgTitle {
  font-size: 22px;
}
#features10-o3 .mbr-section-text {
  font-size: 18px;
}
#features10-oa .lead {
  color: #ffffff;
}
#features10-oa .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-oa .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-oa .imgTitle {
  font-size: 22px;
}
#features10-oa .mbr-section-text {
  font-size: 18px;
}
#features10-oh .lead {
  color: #ffffff;
}
#features10-oh .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-oh .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-oh .imgTitle {
  font-size: 22px;
}
#features10-oh .mbr-section-text {
  font-size: 18px;
}
#features10-or .lead {
  color: #ffffff;
}
#features10-or .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-or .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-or .imgTitle {
  font-size: 22px;
}
#features10-or .mbr-section-text {
  font-size: 18px;
}
#features10-oy .lead {
  color: #ffffff;
}
#features10-oy .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-oy .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-oy .imgTitle {
  font-size: 22px;
}
#features10-oy .mbr-section-text {
  font-size: 18px;
}
#features10-p5 .lead {
  color: #ffffff;
}
#features10-p5 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-p5 .mbr-section-title {
  color: #ffffff;
}
#features10-p5 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-p5 .mbr-section-text {
  font-size: 18px;
}
#features10-pc .lead {
  color: #ffffff;
}
#features10-pc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-pc .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-pc .imgTitle {
  font-size: 22px;
}
#features10-pc .mbr-section-text {
  font-size: 18px;
}
#features10-pj .lead {
  color: #ffffff;
}
#features10-pj .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-pj .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-pj .imgTitle {
  font-size: 22px;
}
#features10-pj .mbr-section-text {
  font-size: 18px;
}
#features10-pv .lead {
  color: #ffffff;
}
#features10-pv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-pv .mbr-section-title {
  color: #ffffff;
}
#features10-pv .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-pv .mbr-section-text {
  font-size: 18px;
}
#features10-q2 .lead {
  color: #ffffff;
}
#features10-q2 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-q2 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-q2 .imgTitle {
  font-size: 22px;
}
#features10-q2 .mbr-section-text {
  font-size: 18px;
}
#features10-q9 .lead {
  color: #ffffff;
}
#features10-q9 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-q9 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-q9 .imgTitle {
  font-size: 22px;
}
#features10-q9 .mbr-section-text {
  font-size: 18px;
}
#features10-qg .lead {
  color: #ffffff;
}
#features10-qg .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-qg .mbr-section-title {
  color: #ffffff;
}
#features10-qg .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-qg .mbr-section-text {
  font-size: 18px;
}
#features10-qn .lead {
  color: #ffffff;
}
#features10-qn .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-qn .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-qn .imgTitle {
  font-size: 22px;
}
#features10-qn .mbr-section-text {
  font-size: 18px;
}
#footer1-2n .mbr-section-subtitle,
#footer1-2n .mbr-section-text {
  color: #fff;
}
#footer1-2n .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2n P {
  font-size: 16px;
  text-align: left;
}
#footer1-2n I {
  text-align: left;
}
#footer1-2n B {
  font-size: 24px;
}
#footer1-2n SPAN {
  font-size: 22px;
}
#menu-2o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2o .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2o .navbar-toggler {
  color: #ffffff;
}
#menu-2o .close-icon::before,
#menu-2o .close-icon::after {
  background-color: #ffffff;
}
#menu-2o .link,
#menu-2o .dropdown-item {
  color: #ffffff;
}
#menu-2o .link {
  font-size: 0.75rem;
}
#menu-2o .dropdown-item,
#menu-2o .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2o .link:hover,
#menu-2o .link:focus {
  color: #f1c40f;
}
#menu-2o .dropdown-item:hover::before,
#menu-2o .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2o .dropdown-item:hover,
#menu-2o .dropdown-item:focus {
  color: #ffffff;
}
#menu-2o .link[aria-expanded="true"],
#menu-2o .dropdown-menu {
  background: #1a242f;
}
#menu-2o .nav-dropdown-sm .link:focus,
#menu-2o .nav-dropdown-sm .link:hover,
#menu-2o .nav-dropdown-sm .dropdown-item:focus,
#menu-2o .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2o .navbar,
#menu-2o .nav-dropdown-sm,
#menu-2o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2o .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2o .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2o .bg-color.transparent.opened .link:hover,
#menu-2o .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2o .link[aria-expanded="true"],
#menu-2o .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#features10-2r .lead {
  color: #ffffff;
}
#features10-2r .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2r .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2r .imgTitle {
  font-size: 22px;
}
#features10-2r .mbr-section-text {
  font-size: 18px;
}
#features10-2s .lead {
  color: #ffffff;
}
#features10-2s .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2s .mbr-section-title {
  color: #ffffff;
}
#features10-2s .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-2s .mbr-section-text {
  font-size: 18px;
}
#features10-2t .lead {
  color: #ffffff;
}
#features10-2t .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2t .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2t .imgTitle {
  font-size: 22px;
}
#features10-2t .mbr-section-text {
  font-size: 18px;
}
#features10-4w .lead {
  color: #ffffff;
}
#features10-4w .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-4w .mbr-section-title {
  color: #ffffff;
}
#features10-4w .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-4w .mbr-section-text {
  font-size: 18px;
}
#features10-53 .lead {
  color: #ffffff;
}
#features10-53 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-53 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-53 .imgTitle {
  font-size: 22px;
}
#features10-53 .mbr-section-text {
  font-size: 18px;
}
#footer1-2v .mbr-section-subtitle,
#footer1-2v .mbr-section-text {
  color: #fff;
}
#footer1-2v .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2v P {
  font-size: 16px;
  text-align: left;
}
#footer1-2v I {
  text-align: left;
}
#footer1-2v B {
  font-size: 24px;
}
#footer1-2v SPAN {
  font-size: 22px;
}
#menu-2w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2w .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2w .navbar-toggler {
  color: #ffffff;
}
#menu-2w .close-icon::before,
#menu-2w .close-icon::after {
  background-color: #ffffff;
}
#menu-2w .link,
#menu-2w .dropdown-item {
  color: #ffffff;
}
#menu-2w .link {
  font-size: 0.75rem;
}
#menu-2w .dropdown-item,
#menu-2w .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2w .link:hover,
#menu-2w .link:focus {
  color: #f1c40f;
}
#menu-2w .dropdown-item:hover::before,
#menu-2w .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2w .dropdown-item:hover,
#menu-2w .dropdown-item:focus {
  color: #ffffff;
}
#menu-2w .link[aria-expanded="true"],
#menu-2w .dropdown-menu {
  background: #1a242f;
}
#menu-2w .nav-dropdown-sm .link:focus,
#menu-2w .nav-dropdown-sm .link:hover,
#menu-2w .nav-dropdown-sm .dropdown-item:focus,
#menu-2w .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2w .navbar,
#menu-2w .nav-dropdown-sm,
#menu-2w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2w .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2w .bg-color.transparent.opened .link:hover,
#menu-2w .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2w .link[aria-expanded="true"],
#menu-2w .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content3-38 .mbr-section-title,
#content3-38 .mbr-section-subtitle {
  text-align: center;
}
#features10-2e4 .lead {
  color: #ffffff;
}
#features10-2e4 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2e4 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2e4 .imgTitle {
  font-size: 22px;
}
#features10-2e4 .mbr-section-text {
  font-size: 18px;
}
#features10-2cw .lead {
  color: #ffffff;
}
#features10-2cw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2cw .mbr-section-title {
  color: #ffffff;
}
#features10-2cw .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-2cw .mbr-section-text {
  font-size: 18px;
}
#features10-2dc .lead {
  color: #ffffff;
}
#features10-2dc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2dc .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2dc .imgTitle {
  font-size: 22px;
}
#features10-2dc .mbr-section-text {
  font-size: 18px;
}
#features10-2z .lead {
  color: #ffffff;
}
#features10-2z .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2z .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-2z .imgTitle {
  font-size: 22px;
}
#features10-2z .mbr-section-text {
  font-size: 18px;
}
#features10-30 .lead {
  color: #ffffff;
}
#features10-30 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-30 .mbr-section-title {
  color: #ffffff;
}
#features10-30 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-30 .mbr-section-text {
  font-size: 18px;
}
#features10-31 .lead {
  color: #ffffff;
}
#features10-31 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-31 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-31 .imgTitle {
  font-size: 22px;
}
#features10-31 .mbr-section-text {
  font-size: 18px;
}
#content3-39 .mbr-section-title,
#content3-39 .mbr-section-subtitle {
  text-align: center;
}
#content3-39 H3 {
  color: #000000;
}
#features10-34 .lead {
  color: #ffffff;
}
#features10-34 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-34 .mbr-section-title {
  color: #ffffff;
}
#features10-34 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-34 .mbr-section-text {
  font-size: 18px;
}
#features10-35 .lead {
  color: #ffffff;
}
#features10-35 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-35 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-35 .imgTitle {
  font-size: 22px;
}
#features10-35 .mbr-section-text {
  font-size: 18px;
}
#features10-85 .lead {
  color: #ffffff;
}
#features10-85 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-85 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-85 .imgTitle {
  font-size: 22px;
}
#features10-85 .mbr-section-text {
  font-size: 18px;
}
#features10-86 .lead {
  color: #ffffff;
}
#features10-86 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-86 .mbr-section-title {
  color: #ffffff;
}
#features10-86 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-86 .mbr-section-text {
  font-size: 18px;
}
#features10-87 .lead {
  color: #ffffff;
}
#features10-87 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-87 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-87 .imgTitle {
  font-size: 22px;
}
#features10-87 .mbr-section-text {
  font-size: 18px;
}
#features10-88 .lead {
  color: #ffffff;
}
#features10-88 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-88 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-88 .imgTitle {
  font-size: 22px;
}
#features10-88 .mbr-section-text {
  font-size: 18px;
}
#features10-89 .lead {
  color: #ffffff;
}
#features10-89 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-89 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-89 .imgTitle {
  font-size: 22px;
}
#features10-89 .mbr-section-text {
  font-size: 18px;
}
#features10-8a .lead {
  color: #ffffff;
}
#features10-8a .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8a .mbr-section-title {
  color: #ffffff;
}
#features10-8a .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-8a .mbr-section-text {
  font-size: 18px;
}
#features10-8b .lead {
  color: #ffffff;
}
#features10-8b .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8b .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-8b .imgTitle {
  font-size: 22px;
}
#features10-8b .mbr-section-text {
  font-size: 18px;
}
#features10-8c .lead {
  color: #ffffff;
}
#features10-8c .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8c .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-8c .imgTitle {
  font-size: 22px;
}
#features10-8c .mbr-section-text {
  font-size: 18px;
}
#features10-8d .lead {
  color: #ffffff;
}
#features10-8d .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8d .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-8d .imgTitle {
  font-size: 22px;
}
#features10-8d .mbr-section-text {
  font-size: 18px;
}
#features10-8e .lead {
  color: #ffffff;
}
#features10-8e .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8e .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-8e .imgTitle {
  font-size: 22px;
}
#features10-8e .mbr-section-text {
  font-size: 18px;
}
#features10-8f .lead {
  color: #ffffff;
}
#features10-8f .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8f .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-8f .imgTitle {
  font-size: 22px;
}
#features10-8f .mbr-section-text {
  font-size: 18px;
}
#features10-8g .lead {
  color: #ffffff;
}
#features10-8g .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8g .mbr-section-title {
  color: #ffffff;
}
#features10-8g .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-8g .mbr-section-text {
  font-size: 18px;
}
#features10-8h .lead {
  color: #ffffff;
}
#features10-8h .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8h .mbr-section-title {
  color: #ffffff;
}
#features10-8h .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-8h .mbr-section-text {
  font-size: 18px;
}
#features10-8i .lead {
  color: #ffffff;
}
#features10-8i .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8i .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-8i .imgTitle {
  font-size: 22px;
}
#features10-8i .mbr-section-text {
  font-size: 18px;
}
#footer1-33 .mbr-section-subtitle,
#footer1-33 .mbr-section-text {
  color: #fff;
}
#footer1-33 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-33 P {
  font-size: 16px;
  text-align: left;
}
#footer1-33 I {
  text-align: left;
}
#footer1-33 B {
  font-size: 24px;
}
#footer1-33 SPAN {
  font-size: 22px;
}
#menu-3k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3k .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-3k .navbar-toggler {
  color: #ffffff;
}
#menu-3k .close-icon::before,
#menu-3k .close-icon::after {
  background-color: #ffffff;
}
#menu-3k .link,
#menu-3k .dropdown-item {
  color: #ffffff;
}
#menu-3k .link {
  font-size: 0.75rem;
}
#menu-3k .dropdown-item,
#menu-3k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-3k .link:hover,
#menu-3k .link:focus {
  color: #f1c40f;
}
#menu-3k .dropdown-item:hover::before,
#menu-3k .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-3k .dropdown-item:hover,
#menu-3k .dropdown-item:focus {
  color: #ffffff;
}
#menu-3k .link[aria-expanded="true"],
#menu-3k .dropdown-menu {
  background: #1a242f;
}
#menu-3k .nav-dropdown-sm .link:focus,
#menu-3k .nav-dropdown-sm .link:hover,
#menu-3k .nav-dropdown-sm .dropdown-item:focus,
#menu-3k .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-3k .navbar,
#menu-3k .nav-dropdown-sm,
#menu-3k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3k .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-3k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3k .bg-color.transparent.opened .link:hover,
#menu-3k .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-3k .link[aria-expanded="true"],
#menu-3k .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-3l .mbr-section-title {
  font-size: 36px;
}
#content3-3m .mbr-section-title,
#content3-3m .mbr-section-subtitle {
  text-align: center;
}
#content1-3n P {
  color: #232323;
  font-size: 18px;
}
#footer1-3p .mbr-section-subtitle,
#footer1-3p .mbr-section-text {
  color: #fff;
}
#footer1-3p .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-3p P {
  font-size: 16px;
  text-align: left;
}
#footer1-3p I {
  text-align: left;
}
#footer1-3p B {
  font-size: 24px;
}
#footer1-3p SPAN {
  font-size: 22px;
}
#menu-3a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3a .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-3a .navbar-toggler {
  color: #ffffff;
}
#menu-3a .close-icon::before,
#menu-3a .close-icon::after {
  background-color: #ffffff;
}
#menu-3a .link,
#menu-3a .dropdown-item {
  color: #ffffff;
}
#menu-3a .link {
  font-size: 0.75rem;
}
#menu-3a .dropdown-item,
#menu-3a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-3a .link:hover,
#menu-3a .link:focus {
  color: #f1c40f;
}
#menu-3a .dropdown-item:hover::before,
#menu-3a .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-3a .dropdown-item:hover,
#menu-3a .dropdown-item:focus {
  color: #ffffff;
}
#menu-3a .link[aria-expanded="true"],
#menu-3a .dropdown-menu {
  background: #1a242f;
}
#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: #273646!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: #2c3e50;
}
#menu-3a .bg-color.transparent .link {
  color: #ffffff;
  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: #f1c40f;
}
#menu-3a .link[aria-expanded="true"],
#menu-3a .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-3b .mbr-section-title {
  font-size: 36px;
}
#content3-3j .mbr-section-title,
#content3-3j .mbr-section-subtitle {
  text-align: center;
}
#content1-3i P {
  color: #232323;
  font-size: 18px;
}
#footer1-3h .mbr-section-subtitle,
#footer1-3h .mbr-section-text {
  color: #fff;
}
#footer1-3h .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-3h P {
  font-size: 16px;
  text-align: left;
}
#footer1-3h I {
  text-align: left;
}
#footer1-3h B {
  font-size: 24px;
}
#footer1-3h SPAN {
  font-size: 22px;
}
#menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-42 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-42 .navbar-toggler {
  color: #ffffff;
}
#menu-42 .close-icon::before,
#menu-42 .close-icon::after {
  background-color: #ffffff;
}
#menu-42 .link,
#menu-42 .dropdown-item {
  color: #ffffff;
}
#menu-42 .link {
  font-size: 0.75rem;
}
#menu-42 .dropdown-item,
#menu-42 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-42 .link:hover,
#menu-42 .link:focus {
  color: #f1c40f;
}
#menu-42 .dropdown-item:hover::before,
#menu-42 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-42 .dropdown-item:hover,
#menu-42 .dropdown-item:focus {
  color: #ffffff;
}
#menu-42 .link[aria-expanded="true"],
#menu-42 .dropdown-menu {
  background: #1a242f;
}
#menu-42 .nav-dropdown-sm .link:focus,
#menu-42 .nav-dropdown-sm .link:hover,
#menu-42 .nav-dropdown-sm .dropdown-item:focus,
#menu-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-42 .navbar,
#menu-42 .nav-dropdown-sm,
#menu-42 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-42 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-42 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-42 .bg-color.transparent.opened .link:hover,
#menu-42 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-42 .link[aria-expanded="true"],
#menu-42 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-43 .mbr-section-title {
  font-size: 36px;
}
#content3-44 .mbr-section-title,
#content3-44 .mbr-section-subtitle {
  text-align: center;
}
#content1-45 P {
  color: #232323;
  font-size: 18px;
}
#footer1-47 .mbr-section-subtitle,
#footer1-47 .mbr-section-text {
  color: #fff;
}
#footer1-47 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-47 P {
  font-size: 16px;
  text-align: left;
}
#footer1-47 I {
  text-align: left;
}
#footer1-47 B {
  font-size: 24px;
}
#footer1-47 SPAN {
  font-size: 22px;
}
#menu-48 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-48 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-48 .navbar-toggler {
  color: #ffffff;
}
#menu-48 .close-icon::before,
#menu-48 .close-icon::after {
  background-color: #ffffff;
}
#menu-48 .link,
#menu-48 .dropdown-item {
  color: #ffffff;
}
#menu-48 .link {
  font-size: 0.75rem;
}
#menu-48 .dropdown-item,
#menu-48 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-48 .link:hover,
#menu-48 .link:focus {
  color: #f1c40f;
}
#menu-48 .dropdown-item:hover::before,
#menu-48 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-48 .dropdown-item:hover,
#menu-48 .dropdown-item:focus {
  color: #ffffff;
}
#menu-48 .link[aria-expanded="true"],
#menu-48 .dropdown-menu {
  background: #1a242f;
}
#menu-48 .nav-dropdown-sm .link:focus,
#menu-48 .nav-dropdown-sm .link:hover,
#menu-48 .nav-dropdown-sm .dropdown-item:focus,
#menu-48 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-48 .navbar,
#menu-48 .nav-dropdown-sm,
#menu-48 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-48 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-48 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-48 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-48 .bg-color.transparent.opened .link:hover,
#menu-48 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-48 .link[aria-expanded="true"],
#menu-48 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-49 .mbr-section-title {
  font-size: 36px;
}
#content3-4a .mbr-section-title,
#content3-4a .mbr-section-subtitle {
  text-align: center;
}
#content1-4b P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-4d .mbr-section-subtitle,
#footer1-4d .mbr-section-text {
  color: #fff;
}
#footer1-4d .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-4d P {
  font-size: 16px;
  text-align: left;
}
#footer1-4d I {
  text-align: left;
}
#footer1-4d B {
  font-size: 24px;
}
#footer1-4d SPAN {
  font-size: 22px;
}
#menu-4e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4e .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-4e .navbar-toggler {
  color: #ffffff;
}
#menu-4e .close-icon::before,
#menu-4e .close-icon::after {
  background-color: #ffffff;
}
#menu-4e .link,
#menu-4e .dropdown-item {
  color: #ffffff;
}
#menu-4e .link {
  font-size: 0.75rem;
}
#menu-4e .dropdown-item,
#menu-4e .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-4e .link:hover,
#menu-4e .link:focus {
  color: #f1c40f;
}
#menu-4e .dropdown-item:hover::before,
#menu-4e .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-4e .dropdown-item:hover,
#menu-4e .dropdown-item:focus {
  color: #ffffff;
}
#menu-4e .link[aria-expanded="true"],
#menu-4e .dropdown-menu {
  background: #1a242f;
}
#menu-4e .nav-dropdown-sm .link:focus,
#menu-4e .nav-dropdown-sm .link:hover,
#menu-4e .nav-dropdown-sm .dropdown-item:focus,
#menu-4e .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-4e .navbar,
#menu-4e .nav-dropdown-sm,
#menu-4e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4e .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-4e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4e .bg-color.transparent.opened .link:hover,
#menu-4e .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-4e .link[aria-expanded="true"],
#menu-4e .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-4f .mbr-section-title {
  font-size: 36px;
}
#content3-4g .mbr-section-title,
#content3-4g .mbr-section-subtitle {
  text-align: center;
}
#content1-4h P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-4j .mbr-section-subtitle,
#footer1-4j .mbr-section-text {
  color: #fff;
}
#footer1-4j .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-4j P {
  font-size: 16px;
  text-align: left;
}
#footer1-4j I {
  text-align: left;
}
#footer1-4j B {
  font-size: 24px;
}
#footer1-4j SPAN {
  font-size: 22px;
}
#menu-4q .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4q .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-4q .navbar-toggler {
  color: #ffffff;
}
#menu-4q .close-icon::before,
#menu-4q .close-icon::after {
  background-color: #ffffff;
}
#menu-4q .link,
#menu-4q .dropdown-item {
  color: #ffffff;
}
#menu-4q .link {
  font-size: 0.75rem;
}
#menu-4q .dropdown-item,
#menu-4q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-4q .link:hover,
#menu-4q .link:focus {
  color: #f1c40f;
}
#menu-4q .dropdown-item:hover::before,
#menu-4q .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-4q .dropdown-item:hover,
#menu-4q .dropdown-item:focus {
  color: #ffffff;
}
#menu-4q .link[aria-expanded="true"],
#menu-4q .dropdown-menu {
  background: #1a242f;
}
#menu-4q .nav-dropdown-sm .link:focus,
#menu-4q .nav-dropdown-sm .link:hover,
#menu-4q .nav-dropdown-sm .dropdown-item:focus,
#menu-4q .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-4q .navbar,
#menu-4q .nav-dropdown-sm,
#menu-4q .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4q .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-4q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4q .bg-color.transparent.opened .link:hover,
#menu-4q .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-4q .link[aria-expanded="true"],
#menu-4q .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-4r .mbr-section-title {
  font-size: 36px;
}
#content3-4s .mbr-section-title,
#content3-4s .mbr-section-subtitle {
  text-align: center;
}
#content1-4t P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-4v .mbr-section-subtitle,
#footer1-4v .mbr-section-text {
  color: #fff;
}
#footer1-4v .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-4v P {
  font-size: 16px;
  text-align: left;
}
#footer1-4v I {
  text-align: left;
}
#footer1-4v B {
  font-size: 24px;
}
#footer1-4v SPAN {
  font-size: 22px;
}
#menu-4x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4x .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-4x .navbar-toggler {
  color: #ffffff;
}
#menu-4x .close-icon::before,
#menu-4x .close-icon::after {
  background-color: #ffffff;
}
#menu-4x .link,
#menu-4x .dropdown-item {
  color: #ffffff;
}
#menu-4x .link {
  font-size: 0.75rem;
}
#menu-4x .dropdown-item,
#menu-4x .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-4x .link:hover,
#menu-4x .link:focus {
  color: #f1c40f;
}
#menu-4x .dropdown-item:hover::before,
#menu-4x .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-4x .dropdown-item:hover,
#menu-4x .dropdown-item:focus {
  color: #ffffff;
}
#menu-4x .link[aria-expanded="true"],
#menu-4x .dropdown-menu {
  background: #1a242f;
}
#menu-4x .nav-dropdown-sm .link:focus,
#menu-4x .nav-dropdown-sm .link:hover,
#menu-4x .nav-dropdown-sm .dropdown-item:focus,
#menu-4x .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-4x .navbar,
#menu-4x .nav-dropdown-sm,
#menu-4x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4x .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-4x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4x .bg-color.transparent.opened .link:hover,
#menu-4x .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-4x .link[aria-expanded="true"],
#menu-4x .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-4y .mbr-section-title {
  font-size: 36px;
}
#content3-4z .mbr-section-title,
#content3-4z .mbr-section-subtitle {
  text-align: center;
}
#content1-50 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-52 .mbr-section-subtitle,
#footer1-52 .mbr-section-text {
  color: #fff;
}
#footer1-52 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-52 P {
  font-size: 16px;
  text-align: left;
}
#footer1-52 I {
  text-align: left;
}
#footer1-52 B {
  font-size: 24px;
}
#footer1-52 SPAN {
  font-size: 22px;
}
#menu-54 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-54 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-54 .navbar-toggler {
  color: #ffffff;
}
#menu-54 .close-icon::before,
#menu-54 .close-icon::after {
  background-color: #ffffff;
}
#menu-54 .link,
#menu-54 .dropdown-item {
  color: #ffffff;
}
#menu-54 .link {
  font-size: 0.75rem;
}
#menu-54 .dropdown-item,
#menu-54 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-54 .link:hover,
#menu-54 .link:focus {
  color: #f1c40f;
}
#menu-54 .dropdown-item:hover::before,
#menu-54 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-54 .dropdown-item:hover,
#menu-54 .dropdown-item:focus {
  color: #ffffff;
}
#menu-54 .link[aria-expanded="true"],
#menu-54 .dropdown-menu {
  background: #1a242f;
}
#menu-54 .nav-dropdown-sm .link:focus,
#menu-54 .nav-dropdown-sm .link:hover,
#menu-54 .nav-dropdown-sm .dropdown-item:focus,
#menu-54 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-54 .navbar,
#menu-54 .nav-dropdown-sm,
#menu-54 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-54 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-54 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-54 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-54 .bg-color.transparent.opened .link:hover,
#menu-54 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-54 .link[aria-expanded="true"],
#menu-54 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-55 .mbr-section-title {
  font-size: 36px;
}
#content3-56 .mbr-section-title,
#content3-56 .mbr-section-subtitle {
  text-align: center;
}
#content1-57 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-59 .mbr-section-subtitle,
#footer1-59 .mbr-section-text {
  color: #fff;
}
#footer1-59 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-59 P {
  font-size: 16px;
  text-align: left;
}
#footer1-59 I {
  text-align: left;
}
#footer1-59 B {
  font-size: 24px;
}
#footer1-59 SPAN {
  font-size: 22px;
}
#menu-5a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5a .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-5a .navbar-toggler {
  color: #ffffff;
}
#menu-5a .close-icon::before,
#menu-5a .close-icon::after {
  background-color: #ffffff;
}
#menu-5a .link,
#menu-5a .dropdown-item {
  color: #ffffff;
}
#menu-5a .link {
  font-size: 0.75rem;
}
#menu-5a .dropdown-item,
#menu-5a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5a .link:hover,
#menu-5a .link:focus {
  color: #f1c40f;
}
#menu-5a .dropdown-item:hover::before,
#menu-5a .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-5a .dropdown-item:hover,
#menu-5a .dropdown-item:focus {
  color: #ffffff;
}
#menu-5a .link[aria-expanded="true"],
#menu-5a .dropdown-menu {
  background: #1a242f;
}
#menu-5a .nav-dropdown-sm .link:focus,
#menu-5a .nav-dropdown-sm .link:hover,
#menu-5a .nav-dropdown-sm .dropdown-item:focus,
#menu-5a .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-5a .navbar,
#menu-5a .nav-dropdown-sm,
#menu-5a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5a .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-5a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5a .bg-color.transparent.opened .link:hover,
#menu-5a .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-5a .link[aria-expanded="true"],
#menu-5a .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-5b .mbr-section-title {
  font-size: 36px;
}
#content3-5c .mbr-section-title,
#content3-5c .mbr-section-subtitle {
  text-align: center;
}
#content1-5d P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-5f .mbr-section-subtitle,
#footer1-5f .mbr-section-text {
  color: #fff;
}
#footer1-5f .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-5f P {
  font-size: 16px;
  text-align: left;
}
#footer1-5f I {
  text-align: left;
}
#footer1-5f B {
  font-size: 24px;
}
#footer1-5f SPAN {
  font-size: 22px;
}
#menu-5g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5g .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-5g .navbar-toggler {
  color: #ffffff;
}
#menu-5g .close-icon::before,
#menu-5g .close-icon::after {
  background-color: #ffffff;
}
#menu-5g .link,
#menu-5g .dropdown-item {
  color: #ffffff;
}
#menu-5g .link {
  font-size: 0.75rem;
}
#menu-5g .dropdown-item,
#menu-5g .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5g .link:hover,
#menu-5g .link:focus {
  color: #f1c40f;
}
#menu-5g .dropdown-item:hover::before,
#menu-5g .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-5g .dropdown-item:hover,
#menu-5g .dropdown-item:focus {
  color: #ffffff;
}
#menu-5g .link[aria-expanded="true"],
#menu-5g .dropdown-menu {
  background: #1a242f;
}
#menu-5g .nav-dropdown-sm .link:focus,
#menu-5g .nav-dropdown-sm .link:hover,
#menu-5g .nav-dropdown-sm .dropdown-item:focus,
#menu-5g .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-5g .navbar,
#menu-5g .nav-dropdown-sm,
#menu-5g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5g .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-5g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5g .bg-color.transparent.opened .link:hover,
#menu-5g .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-5g .link[aria-expanded="true"],
#menu-5g .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-5h .mbr-section-title {
  font-size: 36px;
}
#content3-5i .mbr-section-title,
#content3-5i .mbr-section-subtitle {
  text-align: center;
}
#content1-5j P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-5l .mbr-section-subtitle,
#footer1-5l .mbr-section-text {
  color: #fff;
}
#footer1-5l .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-5l P {
  font-size: 16px;
  text-align: left;
}
#footer1-5l I {
  text-align: left;
}
#footer1-5l B {
  font-size: 24px;
}
#footer1-5l SPAN {
  font-size: 22px;
}
#menu-5m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5m .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-5m .navbar-toggler {
  color: #ffffff;
}
#menu-5m .close-icon::before,
#menu-5m .close-icon::after {
  background-color: #ffffff;
}
#menu-5m .link,
#menu-5m .dropdown-item {
  color: #ffffff;
}
#menu-5m .link {
  font-size: 0.75rem;
}
#menu-5m .dropdown-item,
#menu-5m .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5m .link:hover,
#menu-5m .link:focus {
  color: #f1c40f;
}
#menu-5m .dropdown-item:hover::before,
#menu-5m .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-5m .dropdown-item:hover,
#menu-5m .dropdown-item:focus {
  color: #ffffff;
}
#menu-5m .link[aria-expanded="true"],
#menu-5m .dropdown-menu {
  background: #1a242f;
}
#menu-5m .nav-dropdown-sm .link:focus,
#menu-5m .nav-dropdown-sm .link:hover,
#menu-5m .nav-dropdown-sm .dropdown-item:focus,
#menu-5m .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-5m .navbar,
#menu-5m .nav-dropdown-sm,
#menu-5m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5m .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-5m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5m .bg-color.transparent.opened .link:hover,
#menu-5m .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-5m .link[aria-expanded="true"],
#menu-5m .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-5n .mbr-section-title {
  font-size: 36px;
}
#content3-5o .mbr-section-title,
#content3-5o .mbr-section-subtitle {
  text-align: center;
}
#content1-5p P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-5r .mbr-section-subtitle,
#footer1-5r .mbr-section-text {
  color: #fff;
}
#footer1-5r .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-5r P {
  font-size: 16px;
  text-align: left;
}
#footer1-5r I {
  text-align: left;
}
#footer1-5r B {
  font-size: 24px;
}
#footer1-5r SPAN {
  font-size: 22px;
}
#menu-5t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5t .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-5t .navbar-toggler {
  color: #ffffff;
}
#menu-5t .close-icon::before,
#menu-5t .close-icon::after {
  background-color: #ffffff;
}
#menu-5t .link,
#menu-5t .dropdown-item {
  color: #ffffff;
}
#menu-5t .link {
  font-size: 0.75rem;
}
#menu-5t .dropdown-item,
#menu-5t .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5t .link:hover,
#menu-5t .link:focus {
  color: #f1c40f;
}
#menu-5t .dropdown-item:hover::before,
#menu-5t .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-5t .dropdown-item:hover,
#menu-5t .dropdown-item:focus {
  color: #ffffff;
}
#menu-5t .link[aria-expanded="true"],
#menu-5t .dropdown-menu {
  background: #1a242f;
}
#menu-5t .nav-dropdown-sm .link:focus,
#menu-5t .nav-dropdown-sm .link:hover,
#menu-5t .nav-dropdown-sm .dropdown-item:focus,
#menu-5t .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-5t .navbar,
#menu-5t .nav-dropdown-sm,
#menu-5t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5t .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-5t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5t .bg-color.transparent.opened .link:hover,
#menu-5t .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-5t .link[aria-expanded="true"],
#menu-5t .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-5u .mbr-section-title {
  font-size: 36px;
}
#content3-5v .mbr-section-title,
#content3-5v .mbr-section-subtitle {
  text-align: center;
}
#content1-5w P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-5y .mbr-section-subtitle,
#footer1-5y .mbr-section-text {
  color: #fff;
}
#footer1-5y .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-5y P {
  font-size: 16px;
  text-align: left;
}
#footer1-5y I {
  text-align: left;
}
#footer1-5y B {
  font-size: 24px;
}
#footer1-5y SPAN {
  font-size: 22px;
}
#menu-5z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5z .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-5z .navbar-toggler {
  color: #ffffff;
}
#menu-5z .close-icon::before,
#menu-5z .close-icon::after {
  background-color: #ffffff;
}
#menu-5z .link,
#menu-5z .dropdown-item {
  color: #ffffff;
}
#menu-5z .link {
  font-size: 0.75rem;
}
#menu-5z .dropdown-item,
#menu-5z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5z .link:hover,
#menu-5z .link:focus {
  color: #f1c40f;
}
#menu-5z .dropdown-item:hover::before,
#menu-5z .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-5z .dropdown-item:hover,
#menu-5z .dropdown-item:focus {
  color: #ffffff;
}
#menu-5z .link[aria-expanded="true"],
#menu-5z .dropdown-menu {
  background: #1a242f;
}
#menu-5z .nav-dropdown-sm .link:focus,
#menu-5z .nav-dropdown-sm .link:hover,
#menu-5z .nav-dropdown-sm .dropdown-item:focus,
#menu-5z .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-5z .navbar,
#menu-5z .nav-dropdown-sm,
#menu-5z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5z .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-5z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5z .bg-color.transparent.opened .link:hover,
#menu-5z .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-5z .link[aria-expanded="true"],
#menu-5z .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-60 .mbr-section-title {
  font-size: 36px;
}
#content3-61 .mbr-section-title,
#content3-61 .mbr-section-subtitle {
  text-align: center;
}
#content1-62 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-64 .mbr-section-subtitle,
#footer1-64 .mbr-section-text {
  color: #fff;
}
#footer1-64 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-64 P {
  font-size: 16px;
  text-align: left;
}
#footer1-64 I {
  text-align: left;
}
#footer1-64 B {
  font-size: 24px;
}
#footer1-64 SPAN {
  font-size: 22px;
}
#menu-66 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-66 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-66 .navbar-toggler {
  color: #ffffff;
}
#menu-66 .close-icon::before,
#menu-66 .close-icon::after {
  background-color: #ffffff;
}
#menu-66 .link,
#menu-66 .dropdown-item {
  color: #ffffff;
}
#menu-66 .link {
  font-size: 0.75rem;
}
#menu-66 .dropdown-item,
#menu-66 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-66 .link:hover,
#menu-66 .link:focus {
  color: #f1c40f;
}
#menu-66 .dropdown-item:hover::before,
#menu-66 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-66 .dropdown-item:hover,
#menu-66 .dropdown-item:focus {
  color: #ffffff;
}
#menu-66 .link[aria-expanded="true"],
#menu-66 .dropdown-menu {
  background: #1a242f;
}
#menu-66 .nav-dropdown-sm .link:focus,
#menu-66 .nav-dropdown-sm .link:hover,
#menu-66 .nav-dropdown-sm .dropdown-item:focus,
#menu-66 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-66 .navbar,
#menu-66 .nav-dropdown-sm,
#menu-66 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-66 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-66 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-66 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-66 .bg-color.transparent.opened .link:hover,
#menu-66 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-66 .link[aria-expanded="true"],
#menu-66 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-67 .mbr-section-title {
  font-size: 36px;
}
#content3-68 .mbr-section-title,
#content3-68 .mbr-section-subtitle {
  text-align: center;
}
#content1-69 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-6b .mbr-section-subtitle,
#footer1-6b .mbr-section-text {
  color: #fff;
}
#footer1-6b .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-6b P {
  font-size: 16px;
  text-align: left;
}
#footer1-6b I {
  text-align: left;
}
#footer1-6b B {
  font-size: 24px;
}
#footer1-6b SPAN {
  font-size: 22px;
}
#menu-6f .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6f .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-6f .navbar-toggler {
  color: #ffffff;
}
#menu-6f .close-icon::before,
#menu-6f .close-icon::after {
  background-color: #ffffff;
}
#menu-6f .link,
#menu-6f .dropdown-item {
  color: #ffffff;
}
#menu-6f .link {
  font-size: 0.75rem;
}
#menu-6f .dropdown-item,
#menu-6f .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-6f .link:hover,
#menu-6f .link:focus {
  color: #f1c40f;
}
#menu-6f .dropdown-item:hover::before,
#menu-6f .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-6f .dropdown-item:hover,
#menu-6f .dropdown-item:focus {
  color: #ffffff;
}
#menu-6f .link[aria-expanded="true"],
#menu-6f .dropdown-menu {
  background: #1a242f;
}
#menu-6f .nav-dropdown-sm .link:focus,
#menu-6f .nav-dropdown-sm .link:hover,
#menu-6f .nav-dropdown-sm .dropdown-item:focus,
#menu-6f .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-6f .navbar,
#menu-6f .nav-dropdown-sm,
#menu-6f .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6f .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-6f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6f .bg-color.transparent.opened .link:hover,
#menu-6f .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-6f .link[aria-expanded="true"],
#menu-6f .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-6g .mbr-section-title {
  font-size: 36px;
}
#content3-6h .mbr-section-title,
#content3-6h .mbr-section-subtitle {
  text-align: center;
}
#content1-6i P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-6k .mbr-section-subtitle,
#footer1-6k .mbr-section-text {
  color: #fff;
}
#footer1-6k .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-6k P {
  font-size: 16px;
  text-align: left;
}
#footer1-6k I {
  text-align: left;
}
#footer1-6k B {
  font-size: 24px;
}
#footer1-6k SPAN {
  font-size: 22px;
}
#menu-6l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6l .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-6l .navbar-toggler {
  color: #ffffff;
}
#menu-6l .close-icon::before,
#menu-6l .close-icon::after {
  background-color: #ffffff;
}
#menu-6l .link,
#menu-6l .dropdown-item {
  color: #ffffff;
}
#menu-6l .link {
  font-size: 0.75rem;
}
#menu-6l .dropdown-item,
#menu-6l .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-6l .link:hover,
#menu-6l .link:focus {
  color: #f1c40f;
}
#menu-6l .dropdown-item:hover::before,
#menu-6l .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-6l .dropdown-item:hover,
#menu-6l .dropdown-item:focus {
  color: #ffffff;
}
#menu-6l .link[aria-expanded="true"],
#menu-6l .dropdown-menu {
  background: #1a242f;
}
#menu-6l .nav-dropdown-sm .link:focus,
#menu-6l .nav-dropdown-sm .link:hover,
#menu-6l .nav-dropdown-sm .dropdown-item:focus,
#menu-6l .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-6l .navbar,
#menu-6l .nav-dropdown-sm,
#menu-6l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6l .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-6l .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6l .bg-color.transparent.opened .link:hover,
#menu-6l .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-6l .link[aria-expanded="true"],
#menu-6l .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-6m .mbr-section-title {
  font-size: 36px;
}
#content3-6n .mbr-section-title,
#content3-6n .mbr-section-subtitle {
  text-align: center;
}
#content1-6o P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-6q .mbr-section-subtitle,
#footer1-6q .mbr-section-text {
  color: #fff;
}
#footer1-6q .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-6q P {
  font-size: 16px;
  text-align: left;
}
#footer1-6q I {
  text-align: left;
}
#footer1-6q B {
  font-size: 24px;
}
#footer1-6q SPAN {
  font-size: 22px;
}
#menu-6r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6r .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-6r .navbar-toggler {
  color: #ffffff;
}
#menu-6r .close-icon::before,
#menu-6r .close-icon::after {
  background-color: #ffffff;
}
#menu-6r .link,
#menu-6r .dropdown-item {
  color: #ffffff;
}
#menu-6r .link {
  font-size: 0.75rem;
}
#menu-6r .dropdown-item,
#menu-6r .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-6r .link:hover,
#menu-6r .link:focus {
  color: #f1c40f;
}
#menu-6r .dropdown-item:hover::before,
#menu-6r .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-6r .dropdown-item:hover,
#menu-6r .dropdown-item:focus {
  color: #ffffff;
}
#menu-6r .link[aria-expanded="true"],
#menu-6r .dropdown-menu {
  background: #1a242f;
}
#menu-6r .nav-dropdown-sm .link:focus,
#menu-6r .nav-dropdown-sm .link:hover,
#menu-6r .nav-dropdown-sm .dropdown-item:focus,
#menu-6r .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-6r .navbar,
#menu-6r .nav-dropdown-sm,
#menu-6r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6r .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-6r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6r .bg-color.transparent.opened .link:hover,
#menu-6r .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-6r .link[aria-expanded="true"],
#menu-6r .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-6s .mbr-section-title {
  font-size: 36px;
}
#content3-6t .mbr-section-title,
#content3-6t .mbr-section-subtitle {
  text-align: center;
}
#content1-6u P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-70 .lead {
  color: #ffffff;
}
#features10-70 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-70 .mbr-section-title {
  color: #ffffff;
}
#features10-70 .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#content1-71 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-72 .lead {
  color: #ffffff;
}
#features10-72 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-72 .mbr-section-title {
  color: #ffffff;
}
#features10-72 .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#content1-73 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-74 .lead {
  color: #ffffff;
}
#features10-74 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-74 .mbr-section-title {
  color: #ffffff;
}
#features10-74 .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#footer1-6w .mbr-section-subtitle,
#footer1-6w .mbr-section-text {
  color: #fff;
}
#footer1-6w .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-6w P {
  font-size: 16px;
  text-align: left;
}
#footer1-6w I {
  text-align: left;
}
#footer1-6w B {
  font-size: 24px;
}
#footer1-6w SPAN {
  font-size: 22px;
}
#menu-75 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-75 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-75 .navbar-toggler {
  color: #ffffff;
}
#menu-75 .close-icon::before,
#menu-75 .close-icon::after {
  background-color: #ffffff;
}
#menu-75 .link,
#menu-75 .dropdown-item {
  color: #ffffff;
}
#menu-75 .link {
  font-size: 0.75rem;
}
#menu-75 .dropdown-item,
#menu-75 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-75 .link:hover,
#menu-75 .link:focus {
  color: #f1c40f;
}
#menu-75 .dropdown-item:hover::before,
#menu-75 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-75 .dropdown-item:hover,
#menu-75 .dropdown-item:focus {
  color: #ffffff;
}
#menu-75 .link[aria-expanded="true"],
#menu-75 .dropdown-menu {
  background: #1a242f;
}
#menu-75 .nav-dropdown-sm .link:focus,
#menu-75 .nav-dropdown-sm .link:hover,
#menu-75 .nav-dropdown-sm .dropdown-item:focus,
#menu-75 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-75 .navbar,
#menu-75 .nav-dropdown-sm,
#menu-75 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-75 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-75 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-75 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-75 .bg-color.transparent.opened .link:hover,
#menu-75 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-75 .link[aria-expanded="true"],
#menu-75 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-76 .mbr-section-title {
  font-size: 36px;
}
#content3-77 .mbr-section-title,
#content3-77 .mbr-section-subtitle {
  text-align: center;
}
#content1-78 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-7f .mbr-section-subtitle,
#footer1-7f .mbr-section-text {
  color: #fff;
}
#footer1-7f .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-7f P {
  font-size: 16px;
  text-align: left;
}
#footer1-7f I {
  text-align: left;
}
#footer1-7f B {
  font-size: 24px;
}
#footer1-7f SPAN {
  font-size: 22px;
}
#menu-7g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7g .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-7g .navbar-toggler {
  color: #ffffff;
}
#menu-7g .close-icon::before,
#menu-7g .close-icon::after {
  background-color: #ffffff;
}
#menu-7g .link,
#menu-7g .dropdown-item {
  color: #ffffff;
}
#menu-7g .link {
  font-size: 0.75rem;
}
#menu-7g .dropdown-item,
#menu-7g .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7g .link:hover,
#menu-7g .link:focus {
  color: #f1c40f;
}
#menu-7g .dropdown-item:hover::before,
#menu-7g .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-7g .dropdown-item:hover,
#menu-7g .dropdown-item:focus {
  color: #ffffff;
}
#menu-7g .link[aria-expanded="true"],
#menu-7g .dropdown-menu {
  background: #1a242f;
}
#menu-7g .nav-dropdown-sm .link:focus,
#menu-7g .nav-dropdown-sm .link:hover,
#menu-7g .nav-dropdown-sm .dropdown-item:focus,
#menu-7g .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-7g .navbar,
#menu-7g .nav-dropdown-sm,
#menu-7g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7g .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-7g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-7g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7g .bg-color.transparent.opened .link:hover,
#menu-7g .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-7g .link[aria-expanded="true"],
#menu-7g .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-7h .mbr-section-title {
  font-size: 36px;
}
#content3-7i .mbr-section-title,
#content3-7i .mbr-section-subtitle {
  text-align: center;
}
#content1-7j P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-7l .mbr-section-subtitle,
#footer1-7l .mbr-section-text {
  color: #fff;
}
#footer1-7l .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-7l P {
  font-size: 16px;
  text-align: left;
}
#footer1-7l I {
  text-align: left;
}
#footer1-7l B {
  font-size: 24px;
}
#footer1-7l SPAN {
  font-size: 22px;
}
#menu-7m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7m .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-7m .navbar-toggler {
  color: #ffffff;
}
#menu-7m .close-icon::before,
#menu-7m .close-icon::after {
  background-color: #ffffff;
}
#menu-7m .link,
#menu-7m .dropdown-item {
  color: #ffffff;
}
#menu-7m .link {
  font-size: 0.75rem;
}
#menu-7m .dropdown-item,
#menu-7m .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7m .link:hover,
#menu-7m .link:focus {
  color: #f1c40f;
}
#menu-7m .dropdown-item:hover::before,
#menu-7m .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-7m .dropdown-item:hover,
#menu-7m .dropdown-item:focus {
  color: #ffffff;
}
#menu-7m .link[aria-expanded="true"],
#menu-7m .dropdown-menu {
  background: #1a242f;
}
#menu-7m .nav-dropdown-sm .link:focus,
#menu-7m .nav-dropdown-sm .link:hover,
#menu-7m .nav-dropdown-sm .dropdown-item:focus,
#menu-7m .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-7m .navbar,
#menu-7m .nav-dropdown-sm,
#menu-7m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7m .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-7m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-7m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7m .bg-color.transparent.opened .link:hover,
#menu-7m .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-7m .link[aria-expanded="true"],
#menu-7m .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-7n .mbr-section-title {
  font-size: 36px;
}
#content3-7o .mbr-section-title,
#content3-7o .mbr-section-subtitle {
  text-align: center;
}
#content1-7p P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-7q .lead {
  color: #ffffff;
}
#features10-7q .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-7q .mbr-section-title {
  color: #ffffff;
}
#features10-7q .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#footer1-7w .mbr-section-subtitle,
#footer1-7w .mbr-section-text {
  color: #fff;
}
#footer1-7w .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-7w P {
  font-size: 16px;
  text-align: left;
}
#footer1-7w I {
  text-align: left;
}
#footer1-7w B {
  font-size: 24px;
}
#footer1-7w SPAN {
  font-size: 22px;
}
#menu-7x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7x .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-7x .navbar-toggler {
  color: #ffffff;
}
#menu-7x .close-icon::before,
#menu-7x .close-icon::after {
  background-color: #ffffff;
}
#menu-7x .link,
#menu-7x .dropdown-item {
  color: #ffffff;
}
#menu-7x .link {
  font-size: 0.75rem;
}
#menu-7x .dropdown-item,
#menu-7x .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7x .link:hover,
#menu-7x .link:focus {
  color: #f1c40f;
}
#menu-7x .dropdown-item:hover::before,
#menu-7x .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-7x .dropdown-item:hover,
#menu-7x .dropdown-item:focus {
  color: #ffffff;
}
#menu-7x .link[aria-expanded="true"],
#menu-7x .dropdown-menu {
  background: #1a242f;
}
#menu-7x .nav-dropdown-sm .link:focus,
#menu-7x .nav-dropdown-sm .link:hover,
#menu-7x .nav-dropdown-sm .dropdown-item:focus,
#menu-7x .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-7x .navbar,
#menu-7x .nav-dropdown-sm,
#menu-7x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7x .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-7x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-7x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7x .bg-color.transparent.opened .link:hover,
#menu-7x .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-7x .link[aria-expanded="true"],
#menu-7x .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-7y .mbr-section-title {
  font-size: 36px;
}
#content3-7z .mbr-section-title,
#content3-7z .mbr-section-subtitle {
  text-align: center;
}
#features10-81 .lead {
  color: #ffffff;
}
#features10-81 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-81 .mbr-section-title {
  color: #ffffff;
}
#features10-81 .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#content1-84 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-83 .mbr-section-subtitle,
#footer1-83 .mbr-section-text {
  color: #fff;
}
#footer1-83 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-83 P {
  font-size: 16px;
  text-align: left;
}
#footer1-83 I {
  text-align: left;
}
#footer1-83 B {
  font-size: 24px;
}
#footer1-83 SPAN {
  font-size: 22px;
}
#menu-8j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8j .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-8j .navbar-toggler {
  color: #ffffff;
}
#menu-8j .close-icon::before,
#menu-8j .close-icon::after {
  background-color: #ffffff;
}
#menu-8j .link,
#menu-8j .dropdown-item {
  color: #ffffff;
}
#menu-8j .link {
  font-size: 0.75rem;
}
#menu-8j .dropdown-item,
#menu-8j .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-8j .link:hover,
#menu-8j .link:focus {
  color: #f1c40f;
}
#menu-8j .dropdown-item:hover::before,
#menu-8j .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-8j .dropdown-item:hover,
#menu-8j .dropdown-item:focus {
  color: #ffffff;
}
#menu-8j .link[aria-expanded="true"],
#menu-8j .dropdown-menu {
  background: #1a242f;
}
#menu-8j .nav-dropdown-sm .link:focus,
#menu-8j .nav-dropdown-sm .link:hover,
#menu-8j .nav-dropdown-sm .dropdown-item:focus,
#menu-8j .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-8j .navbar,
#menu-8j .nav-dropdown-sm,
#menu-8j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8j .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-8j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8j .bg-color.transparent.opened .link:hover,
#menu-8j .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-8j .link[aria-expanded="true"],
#menu-8j .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-8k .mbr-section-title {
  font-size: 36px;
}
#content3-8l .mbr-section-title,
#content3-8l .mbr-section-subtitle {
  text-align: center;
}
#features10-8m .lead {
  color: #ffffff;
}
#features10-8m .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8m .mbr-section-title {
  color: #ffffff;
}
#features10-8m .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#footer1-8p .mbr-section-subtitle,
#footer1-8p .mbr-section-text {
  color: #fff;
}
#footer1-8p .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-8p P {
  font-size: 16px;
  text-align: left;
}
#footer1-8p I {
  text-align: left;
}
#footer1-8p B {
  font-size: 24px;
}
#footer1-8p SPAN {
  font-size: 22px;
}
#menu-8q .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8q .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-8q .navbar-toggler {
  color: #ffffff;
}
#menu-8q .close-icon::before,
#menu-8q .close-icon::after {
  background-color: #ffffff;
}
#menu-8q .link,
#menu-8q .dropdown-item {
  color: #ffffff;
}
#menu-8q .link {
  font-size: 0.75rem;
}
#menu-8q .dropdown-item,
#menu-8q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-8q .link:hover,
#menu-8q .link:focus {
  color: #f1c40f;
}
#menu-8q .dropdown-item:hover::before,
#menu-8q .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-8q .dropdown-item:hover,
#menu-8q .dropdown-item:focus {
  color: #ffffff;
}
#menu-8q .link[aria-expanded="true"],
#menu-8q .dropdown-menu {
  background: #1a242f;
}
#menu-8q .nav-dropdown-sm .link:focus,
#menu-8q .nav-dropdown-sm .link:hover,
#menu-8q .nav-dropdown-sm .dropdown-item:focus,
#menu-8q .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-8q .navbar,
#menu-8q .nav-dropdown-sm,
#menu-8q .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8q .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-8q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8q .bg-color.transparent.opened .link:hover,
#menu-8q .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-8q .link[aria-expanded="true"],
#menu-8q .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-8r .mbr-section-title {
  font-size: 36px;
}
#content3-8s .mbr-section-title,
#content3-8s .mbr-section-subtitle {
  text-align: center;
}
#features10-8u .lead {
  color: #ffffff;
}
#features10-8u .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8u .mbr-section-title {
  color: #ffffff;
}
#features10-8u .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-8u .imgTitle {
  font-size: 14px;
  color: #000000;
}
#features10-8x .lead {
  color: #ffffff;
}
#features10-8x .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-8x .mbr-section-title {
  color: #ffffff;
}
#features10-8x .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-8x .imgTitle {
  color: #ffffff;
  font-size: 14px;
}
#footer1-8w .mbr-section-subtitle,
#footer1-8w .mbr-section-text {
  color: #fff;
}
#footer1-8w .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-8w P {
  font-size: 16px;
  text-align: left;
}
#footer1-8w I {
  text-align: left;
}
#footer1-8w B {
  font-size: 24px;
}
#footer1-8w SPAN {
  font-size: 22px;
}
#menu-8y .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8y .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-8y .navbar-toggler {
  color: #ffffff;
}
#menu-8y .close-icon::before,
#menu-8y .close-icon::after {
  background-color: #ffffff;
}
#menu-8y .link,
#menu-8y .dropdown-item {
  color: #ffffff;
}
#menu-8y .link {
  font-size: 0.75rem;
}
#menu-8y .dropdown-item,
#menu-8y .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-8y .link:hover,
#menu-8y .link:focus {
  color: #f1c40f;
}
#menu-8y .dropdown-item:hover::before,
#menu-8y .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-8y .dropdown-item:hover,
#menu-8y .dropdown-item:focus {
  color: #ffffff;
}
#menu-8y .link[aria-expanded="true"],
#menu-8y .dropdown-menu {
  background: #1a242f;
}
#menu-8y .nav-dropdown-sm .link:focus,
#menu-8y .nav-dropdown-sm .link:hover,
#menu-8y .nav-dropdown-sm .dropdown-item:focus,
#menu-8y .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-8y .navbar,
#menu-8y .nav-dropdown-sm,
#menu-8y .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8y .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-8y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8y .bg-color.transparent.opened .link:hover,
#menu-8y .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-8y .link[aria-expanded="true"],
#menu-8y .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-8z .mbr-section-title {
  font-size: 36px;
}
#content3-90 .mbr-section-title,
#content3-90 .mbr-section-subtitle {
  text-align: center;
}
#content1-91 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-93 .mbr-section-subtitle,
#footer1-93 .mbr-section-text {
  color: #fff;
}
#footer1-93 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-93 P {
  font-size: 16px;
  text-align: left;
}
#footer1-93 I {
  text-align: left;
}
#footer1-93 B {
  font-size: 24px;
}
#footer1-93 SPAN {
  font-size: 22px;
}
#menu-94 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-94 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-94 .navbar-toggler {
  color: #ffffff;
}
#menu-94 .close-icon::before,
#menu-94 .close-icon::after {
  background-color: #ffffff;
}
#menu-94 .link,
#menu-94 .dropdown-item {
  color: #ffffff;
}
#menu-94 .link {
  font-size: 0.75rem;
}
#menu-94 .dropdown-item,
#menu-94 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-94 .link:hover,
#menu-94 .link:focus {
  color: #f1c40f;
}
#menu-94 .dropdown-item:hover::before,
#menu-94 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-94 .dropdown-item:hover,
#menu-94 .dropdown-item:focus {
  color: #ffffff;
}
#menu-94 .link[aria-expanded="true"],
#menu-94 .dropdown-menu {
  background: #1a242f;
}
#menu-94 .nav-dropdown-sm .link:focus,
#menu-94 .nav-dropdown-sm .link:hover,
#menu-94 .nav-dropdown-sm .dropdown-item:focus,
#menu-94 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-94 .navbar,
#menu-94 .nav-dropdown-sm,
#menu-94 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-94 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-94 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-94 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-94 .bg-color.transparent.opened .link:hover,
#menu-94 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-94 .link[aria-expanded="true"],
#menu-94 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-95 .mbr-section-title {
  font-size: 36px;
}
#content3-96 .mbr-section-title,
#content3-96 .mbr-section-subtitle {
  text-align: center;
}
#content1-97 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-98 .lead {
  color: #ffffff;
}
#features10-98 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-98 .mbr-section-title {
  color: #ffffff;
}
#features10-98 .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-9b .lead {
  color: #ffffff;
}
#features10-9b .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-9b .mbr-section-title {
  color: #ffffff;
}
#features10-9b .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-9c .lead {
  color: #ffffff;
}
#features10-9c .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-9c .mbr-section-title {
  color: #ffffff;
}
#features10-9c .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-9d .lead {
  color: #ffffff;
}
#features10-9d .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-9d .mbr-section-title {
  color: #ffffff;
}
#features10-9d .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-9e .lead {
  color: #ffffff;
}
#features10-9e .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-9e .mbr-section-title {
  color: #ffffff;
}
#features10-9e .mbr-section-text {
  color: #232323;
  font-size: 18px;
}
#features10-9f .lead {
  color: #ffffff;
}
#features10-9f .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-9f .mbr-section-title {
  color: #ffffff;
}
#features10-9f .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-9g .lead {
  color: #ffffff;
}
#features10-9g .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-9g .mbr-section-title {
  color: #ffffff;
}
#features10-9g .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-9h .lead {
  color: #ffffff;
}
#features10-9h .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-9h .mbr-section-title {
  color: #ffffff;
}
#features10-9h .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#footer1-9a .mbr-section-subtitle,
#footer1-9a .mbr-section-text {
  color: #fff;
}
#footer1-9a .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-9a P {
  font-size: 16px;
  text-align: left;
}
#footer1-9a I {
  text-align: left;
}
#footer1-9a B {
  font-size: 24px;
}
#footer1-9a SPAN {
  font-size: 22px;
}
#menu-9i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9i .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-9i .navbar-toggler {
  color: #ffffff;
}
#menu-9i .close-icon::before,
#menu-9i .close-icon::after {
  background-color: #ffffff;
}
#menu-9i .link,
#menu-9i .dropdown-item {
  color: #ffffff;
}
#menu-9i .link {
  font-size: 0.75rem;
}
#menu-9i .dropdown-item,
#menu-9i .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-9i .link:hover,
#menu-9i .link:focus {
  color: #f1c40f;
}
#menu-9i .dropdown-item:hover::before,
#menu-9i .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-9i .dropdown-item:hover,
#menu-9i .dropdown-item:focus {
  color: #ffffff;
}
#menu-9i .link[aria-expanded="true"],
#menu-9i .dropdown-menu {
  background: #1a242f;
}
#menu-9i .nav-dropdown-sm .link:focus,
#menu-9i .nav-dropdown-sm .link:hover,
#menu-9i .nav-dropdown-sm .dropdown-item:focus,
#menu-9i .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-9i .navbar,
#menu-9i .nav-dropdown-sm,
#menu-9i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9i .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-9i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9i .bg-color.transparent.opened .link:hover,
#menu-9i .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-9i .link[aria-expanded="true"],
#menu-9i .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-9j .mbr-section-title {
  font-size: 36px;
}
#content3-9k .mbr-section-title,
#content3-9k .mbr-section-subtitle {
  text-align: center;
}
#content1-9l P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-9m .lead {
  color: #ffffff;
}
#features10-9m .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-9m .mbr-section-title {
  color: #ffffff;
}
#features10-9m .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-9n .lead {
  color: #ffffff;
}
#features10-9n .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-9n .mbr-section-title {
  color: #ffffff;
}
#features10-9n .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-9n .imgTitle {
  font-size: 14px;
  color: #000000;
}
#footer1-9v .mbr-section-subtitle,
#footer1-9v .mbr-section-text {
  color: #fff;
}
#footer1-9v .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-9v P {
  font-size: 16px;
  text-align: left;
}
#footer1-9v I {
  text-align: left;
}
#footer1-9v B {
  font-size: 24px;
}
#footer1-9v SPAN {
  font-size: 22px;
}
#menu-9w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9w .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-9w .navbar-toggler {
  color: #ffffff;
}
#menu-9w .close-icon::before,
#menu-9w .close-icon::after {
  background-color: #ffffff;
}
#menu-9w .link,
#menu-9w .dropdown-item {
  color: #ffffff;
}
#menu-9w .link {
  font-size: 0.75rem;
}
#menu-9w .dropdown-item,
#menu-9w .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-9w .link:hover,
#menu-9w .link:focus {
  color: #f1c40f;
}
#menu-9w .dropdown-item:hover::before,
#menu-9w .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-9w .dropdown-item:hover,
#menu-9w .dropdown-item:focus {
  color: #ffffff;
}
#menu-9w .link[aria-expanded="true"],
#menu-9w .dropdown-menu {
  background: #1a242f;
}
#menu-9w .nav-dropdown-sm .link:focus,
#menu-9w .nav-dropdown-sm .link:hover,
#menu-9w .nav-dropdown-sm .dropdown-item:focus,
#menu-9w .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-9w .navbar,
#menu-9w .nav-dropdown-sm,
#menu-9w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9w .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-9w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9w .bg-color.transparent.opened .link:hover,
#menu-9w .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-9w .link[aria-expanded="true"],
#menu-9w .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-9x .mbr-section-title {
  font-size: 36px;
}
#content3-9y .mbr-section-title,
#content3-9y .mbr-section-subtitle {
  text-align: center;
}
#features10-a0 .lead {
  color: #ffffff;
}
#features10-a0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-a0 .mbr-section-title {
  color: #ffffff;
}
#features10-a0 .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#footer1-a3 .mbr-section-subtitle,
#footer1-a3 .mbr-section-text {
  color: #fff;
}
#footer1-a3 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-a3 P {
  font-size: 16px;
  text-align: left;
}
#footer1-a3 I {
  text-align: left;
}
#footer1-a3 B {
  font-size: 24px;
}
#footer1-a3 SPAN {
  font-size: 22px;
}
#menu-a4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-a4 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-a4 .navbar-toggler {
  color: #ffffff;
}
#menu-a4 .close-icon::before,
#menu-a4 .close-icon::after {
  background-color: #ffffff;
}
#menu-a4 .link,
#menu-a4 .dropdown-item {
  color: #ffffff;
}
#menu-a4 .link {
  font-size: 0.75rem;
}
#menu-a4 .dropdown-item,
#menu-a4 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-a4 .link:hover,
#menu-a4 .link:focus {
  color: #f1c40f;
}
#menu-a4 .dropdown-item:hover::before,
#menu-a4 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-a4 .dropdown-item:hover,
#menu-a4 .dropdown-item:focus {
  color: #ffffff;
}
#menu-a4 .link[aria-expanded="true"],
#menu-a4 .dropdown-menu {
  background: #1a242f;
}
#menu-a4 .nav-dropdown-sm .link:focus,
#menu-a4 .nav-dropdown-sm .link:hover,
#menu-a4 .nav-dropdown-sm .dropdown-item:focus,
#menu-a4 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-a4 .navbar,
#menu-a4 .nav-dropdown-sm,
#menu-a4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-a4 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-a4 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-a4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-a4 .bg-color.transparent.opened .link:hover,
#menu-a4 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-a4 .link[aria-expanded="true"],
#menu-a4 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-a5 .mbr-section-title {
  font-size: 36px;
}
#content3-a6 .mbr-section-title,
#content3-a6 .mbr-section-subtitle {
  text-align: center;
}
#content1-a7 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-a8 .lead {
  color: #ffffff;
}
#features10-a8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-a8 .mbr-section-title {
  color: #ffffff;
}
#features10-a8 .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-a8 .imgTitle {
  font-size: 14px;
  color: #bbbbbb;
}
#footer1-ab .mbr-section-subtitle,
#footer1-ab .mbr-section-text {
  color: #fff;
}
#footer1-ab .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ab P {
  font-size: 16px;
  text-align: left;
}
#footer1-ab I {
  text-align: left;
}
#footer1-ab B {
  font-size: 24px;
}
#footer1-ab SPAN {
  font-size: 22px;
}
#menu-ac .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ac .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ac .navbar-toggler {
  color: #ffffff;
}
#menu-ac .close-icon::before,
#menu-ac .close-icon::after {
  background-color: #ffffff;
}
#menu-ac .link,
#menu-ac .dropdown-item {
  color: #ffffff;
}
#menu-ac .link {
  font-size: 0.75rem;
}
#menu-ac .dropdown-item,
#menu-ac .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ac .link:hover,
#menu-ac .link:focus {
  color: #f1c40f;
}
#menu-ac .dropdown-item:hover::before,
#menu-ac .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ac .dropdown-item:hover,
#menu-ac .dropdown-item:focus {
  color: #ffffff;
}
#menu-ac .link[aria-expanded="true"],
#menu-ac .dropdown-menu {
  background: #1a242f;
}
#menu-ac .nav-dropdown-sm .link:focus,
#menu-ac .nav-dropdown-sm .link:hover,
#menu-ac .nav-dropdown-sm .dropdown-item:focus,
#menu-ac .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ac .navbar,
#menu-ac .nav-dropdown-sm,
#menu-ac .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ac .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ac .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ac .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ac .bg-color.transparent.opened .link:hover,
#menu-ac .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ac .link[aria-expanded="true"],
#menu-ac .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ad .mbr-section-title {
  font-size: 36px;
}
#content3-ae .mbr-section-title,
#content3-ae .mbr-section-subtitle {
  text-align: center;
}
#content1-af P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-ag .lead {
  color: #ffffff;
}
#features10-ag .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ag .mbr-section-title {
  color: #ffffff;
}
#features10-ag .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-ag .imgTitle {
  font-size: 14px;
}
#features10-ah .lead {
  color: #ffffff;
}
#features10-ah .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ah .mbr-section-title {
  color: #ffffff;
}
#features10-ah .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-ah .imgTitle {
  font-size: 14px;
  color: #ffffff;
}
#footer1-aj .mbr-section-subtitle,
#footer1-aj .mbr-section-text {
  color: #fff;
}
#footer1-aj .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-aj P {
  font-size: 16px;
  text-align: left;
}
#footer1-aj I {
  text-align: left;
}
#footer1-aj B {
  font-size: 24px;
}
#footer1-aj SPAN {
  font-size: 22px;
}
#menu-ak .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ak .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ak .navbar-toggler {
  color: #ffffff;
}
#menu-ak .close-icon::before,
#menu-ak .close-icon::after {
  background-color: #ffffff;
}
#menu-ak .link,
#menu-ak .dropdown-item {
  color: #ffffff;
}
#menu-ak .link {
  font-size: 0.75rem;
}
#menu-ak .dropdown-item,
#menu-ak .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ak .link:hover,
#menu-ak .link:focus {
  color: #f1c40f;
}
#menu-ak .dropdown-item:hover::before,
#menu-ak .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ak .dropdown-item:hover,
#menu-ak .dropdown-item:focus {
  color: #ffffff;
}
#menu-ak .link[aria-expanded="true"],
#menu-ak .dropdown-menu {
  background: #1a242f;
}
#menu-ak .nav-dropdown-sm .link:focus,
#menu-ak .nav-dropdown-sm .link:hover,
#menu-ak .nav-dropdown-sm .dropdown-item:focus,
#menu-ak .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ak .navbar,
#menu-ak .nav-dropdown-sm,
#menu-ak .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ak .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ak .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ak .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ak .bg-color.transparent.opened .link:hover,
#menu-ak .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ak .link[aria-expanded="true"],
#menu-ak .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-al .mbr-section-title {
  font-size: 36px;
}
#content3-am .mbr-section-title,
#content3-am .mbr-section-subtitle {
  text-align: center;
}
#content1-an P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-ao .lead {
  color: #ffffff;
}
#features10-ao .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ao .mbr-section-title {
  color: #ffffff;
}
#features10-ao .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-ao .imgTitle {
  font-size: 14px;
}
#footer1-ar .mbr-section-subtitle,
#footer1-ar .mbr-section-text {
  color: #fff;
}
#footer1-ar .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ar P {
  font-size: 16px;
  text-align: left;
}
#footer1-ar I {
  text-align: left;
}
#footer1-ar B {
  font-size: 24px;
}
#footer1-ar SPAN {
  font-size: 22px;
}
#menu-as .hide-buttons .nav-btn {
  display: none !important;
}
#menu-as .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-as .navbar-toggler {
  color: #ffffff;
}
#menu-as .close-icon::before,
#menu-as .close-icon::after {
  background-color: #ffffff;
}
#menu-as .link,
#menu-as .dropdown-item {
  color: #ffffff;
}
#menu-as .link {
  font-size: 0.75rem;
}
#menu-as .dropdown-item,
#menu-as .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-as .link:hover,
#menu-as .link:focus {
  color: #f1c40f;
}
#menu-as .dropdown-item:hover::before,
#menu-as .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-as .dropdown-item:hover,
#menu-as .dropdown-item:focus {
  color: #ffffff;
}
#menu-as .link[aria-expanded="true"],
#menu-as .dropdown-menu {
  background: #1a242f;
}
#menu-as .nav-dropdown-sm .link:focus,
#menu-as .nav-dropdown-sm .link:hover,
#menu-as .nav-dropdown-sm .dropdown-item:focus,
#menu-as .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-as .navbar,
#menu-as .nav-dropdown-sm,
#menu-as .nav-dropdown-sm .link[aria-expanded="true"],
#menu-as .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-as .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-as .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-as .bg-color.transparent.opened .link:hover,
#menu-as .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-as .link[aria-expanded="true"],
#menu-as .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-at .mbr-section-title {
  font-size: 36px;
}
#content3-au .mbr-section-title,
#content3-au .mbr-section-subtitle {
  text-align: center;
}
#content1-av P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-aw .lead {
  color: #ffffff;
}
#features10-aw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-aw .mbr-section-title {
  color: #ffffff;
}
#features10-aw .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-aw .imgTitle {
  font-size: 14px;
}
#features10-ax .lead {
  color: #ffffff;
}
#features10-ax .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ax .mbr-section-title {
  color: #ffffff;
}
#features10-ax .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-ax .imgTitle {
  font-size: 14px;
  color: #ffffff;
}
#footer1-az .mbr-section-subtitle,
#footer1-az .mbr-section-text {
  color: #fff;
}
#footer1-az .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-az P {
  font-size: 16px;
  text-align: left;
}
#footer1-az I {
  text-align: left;
}
#footer1-az B {
  font-size: 24px;
}
#footer1-az SPAN {
  font-size: 22px;
}
#menu-b0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-b0 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-b0 .navbar-toggler {
  color: #ffffff;
}
#menu-b0 .close-icon::before,
#menu-b0 .close-icon::after {
  background-color: #ffffff;
}
#menu-b0 .link,
#menu-b0 .dropdown-item {
  color: #ffffff;
}
#menu-b0 .link {
  font-size: 0.75rem;
}
#menu-b0 .dropdown-item,
#menu-b0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-b0 .link:hover,
#menu-b0 .link:focus {
  color: #f1c40f;
}
#menu-b0 .dropdown-item:hover::before,
#menu-b0 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-b0 .dropdown-item:hover,
#menu-b0 .dropdown-item:focus {
  color: #ffffff;
}
#menu-b0 .link[aria-expanded="true"],
#menu-b0 .dropdown-menu {
  background: #1a242f;
}
#menu-b0 .nav-dropdown-sm .link:focus,
#menu-b0 .nav-dropdown-sm .link:hover,
#menu-b0 .nav-dropdown-sm .dropdown-item:focus,
#menu-b0 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-b0 .navbar,
#menu-b0 .nav-dropdown-sm,
#menu-b0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-b0 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-b0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-b0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-b0 .bg-color.transparent.opened .link:hover,
#menu-b0 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-b0 .link[aria-expanded="true"],
#menu-b0 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-b1 .mbr-section-title {
  font-size: 36px;
}
#content3-b2 .mbr-section-title,
#content3-b2 .mbr-section-subtitle {
  text-align: center;
}
#content1-b3 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#features10-b4 .lead {
  color: #ffffff;
}
#features10-b4 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-b4 .mbr-section-title {
  color: #ffffff;
}
#features10-b4 .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-b4 .imgTitle {
  font-size: 14px;
  color: #bbbbbb;
}
#footer1-b6 .mbr-section-subtitle,
#footer1-b6 .mbr-section-text {
  color: #fff;
}
#footer1-b6 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-b6 P {
  font-size: 16px;
  text-align: left;
}
#footer1-b6 I {
  text-align: left;
}
#footer1-b6 B {
  font-size: 24px;
}
#footer1-b6 SPAN {
  font-size: 22px;
}
#menu-b7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-b7 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-b7 .navbar-toggler {
  color: #ffffff;
}
#menu-b7 .close-icon::before,
#menu-b7 .close-icon::after {
  background-color: #ffffff;
}
#menu-b7 .link,
#menu-b7 .dropdown-item {
  color: #ffffff;
}
#menu-b7 .link {
  font-size: 0.75rem;
}
#menu-b7 .dropdown-item,
#menu-b7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-b7 .link:hover,
#menu-b7 .link:focus {
  color: #f1c40f;
}
#menu-b7 .dropdown-item:hover::before,
#menu-b7 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-b7 .dropdown-item:hover,
#menu-b7 .dropdown-item:focus {
  color: #ffffff;
}
#menu-b7 .link[aria-expanded="true"],
#menu-b7 .dropdown-menu {
  background: #1a242f;
}
#menu-b7 .nav-dropdown-sm .link:focus,
#menu-b7 .nav-dropdown-sm .link:hover,
#menu-b7 .nav-dropdown-sm .dropdown-item:focus,
#menu-b7 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-b7 .navbar,
#menu-b7 .nav-dropdown-sm,
#menu-b7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-b7 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-b7 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-b7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-b7 .bg-color.transparent.opened .link:hover,
#menu-b7 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-b7 .link[aria-expanded="true"],
#menu-b7 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-b8 .mbr-section-title {
  font-size: 36px;
}
#content3-b9 .mbr-section-title,
#content3-b9 .mbr-section-subtitle {
  text-align: center;
}
#features10-bb .lead {
  color: #ffffff;
}
#features10-bb .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-bb .mbr-section-title {
  color: #ffffff;
}
#features10-bb .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-bb .imgTitle {
  font-size: 14px;
}
#features10-bc .lead {
  color: #ffffff;
}
#features10-bc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-bc .mbr-section-title {
  color: #ffffff;
}
#features10-bc .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-bc .imgTitle {
  font-size: 14px;
  color: #ffffff;
}
#footer1-be .mbr-section-subtitle,
#footer1-be .mbr-section-text {
  color: #fff;
}
#footer1-be .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-be P {
  font-size: 16px;
  text-align: left;
}
#footer1-be I {
  text-align: left;
}
#footer1-be B {
  font-size: 24px;
}
#footer1-be SPAN {
  font-size: 22px;
}
#menu-bf .hide-buttons .nav-btn {
  display: none !important;
}
#menu-bf .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-bf .navbar-toggler {
  color: #ffffff;
}
#menu-bf .close-icon::before,
#menu-bf .close-icon::after {
  background-color: #ffffff;
}
#menu-bf .link,
#menu-bf .dropdown-item {
  color: #ffffff;
}
#menu-bf .link {
  font-size: 0.75rem;
}
#menu-bf .dropdown-item,
#menu-bf .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-bf .link:hover,
#menu-bf .link:focus {
  color: #f1c40f;
}
#menu-bf .dropdown-item:hover::before,
#menu-bf .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-bf .dropdown-item:hover,
#menu-bf .dropdown-item:focus {
  color: #ffffff;
}
#menu-bf .link[aria-expanded="true"],
#menu-bf .dropdown-menu {
  background: #1a242f;
}
#menu-bf .nav-dropdown-sm .link:focus,
#menu-bf .nav-dropdown-sm .link:hover,
#menu-bf .nav-dropdown-sm .dropdown-item:focus,
#menu-bf .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-bf .navbar,
#menu-bf .nav-dropdown-sm,
#menu-bf .nav-dropdown-sm .link[aria-expanded="true"],
#menu-bf .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-bf .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-bf .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-bf .bg-color.transparent.opened .link:hover,
#menu-bf .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-bf .link[aria-expanded="true"],
#menu-bf .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-bg .mbr-section-title {
  font-size: 36px;
}
#content3-bh .mbr-section-title,
#content3-bh .mbr-section-subtitle {
  text-align: center;
}
#features10-bj .lead {
  color: #ffffff;
}
#features10-bj .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-bj .mbr-section-title {
  color: #ffffff;
}
#features10-bj .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features10-bj .imgTitle {
  font-size: 14px;
}
#content1-bi P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-bl .mbr-section-subtitle,
#footer1-bl .mbr-section-text {
  color: #fff;
}
#footer1-bl .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-bl P {
  font-size: 16px;
  text-align: left;
}
#footer1-bl I {
  text-align: left;
}
#footer1-bl B {
  font-size: 24px;
}
#footer1-bl SPAN {
  font-size: 22px;
}
#menu-bm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-bm .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-bm .navbar-toggler {
  color: #ffffff;
}
#menu-bm .close-icon::before,
#menu-bm .close-icon::after {
  background-color: #ffffff;
}
#menu-bm .link,
#menu-bm .dropdown-item {
  color: #ffffff;
}
#menu-bm .link {
  font-size: 0.75rem;
}
#menu-bm .dropdown-item,
#menu-bm .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-bm .link:hover,
#menu-bm .link:focus {
  color: #f1c40f;
}
#menu-bm .dropdown-item:hover::before,
#menu-bm .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-bm .dropdown-item:hover,
#menu-bm .dropdown-item:focus {
  color: #ffffff;
}
#menu-bm .link[aria-expanded="true"],
#menu-bm .dropdown-menu {
  background: #1a242f;
}
#menu-bm .nav-dropdown-sm .link:focus,
#menu-bm .nav-dropdown-sm .link:hover,
#menu-bm .nav-dropdown-sm .dropdown-item:focus,
#menu-bm .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-bm .navbar,
#menu-bm .nav-dropdown-sm,
#menu-bm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-bm .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-bm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-bm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-bm .bg-color.transparent.opened .link:hover,
#menu-bm .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-bm .link[aria-expanded="true"],
#menu-bm .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-bn .mbr-section-title {
  font-size: 36px;
}
#content3-bo .mbr-section-title,
#content3-bo .mbr-section-subtitle {
  text-align: center;
}
#content1-bp P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-bs .mbr-section-subtitle,
#footer1-bs .mbr-section-text {
  color: #fff;
}
#footer1-bs .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-bs P {
  font-size: 16px;
  text-align: left;
}
#footer1-bs I {
  text-align: left;
}
#footer1-bs B {
  font-size: 24px;
}
#footer1-bs SPAN {
  font-size: 22px;
}
#menu-bz .hide-buttons .nav-btn {
  display: none !important;
}
#menu-bz .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-bz .navbar-toggler {
  color: #ffffff;
}
#menu-bz .close-icon::before,
#menu-bz .close-icon::after {
  background-color: #ffffff;
}
#menu-bz .link,
#menu-bz .dropdown-item {
  color: #ffffff;
}
#menu-bz .link {
  font-size: 0.75rem;
}
#menu-bz .dropdown-item,
#menu-bz .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-bz .link:hover,
#menu-bz .link:focus {
  color: #f1c40f;
}
#menu-bz .dropdown-item:hover::before,
#menu-bz .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-bz .dropdown-item:hover,
#menu-bz .dropdown-item:focus {
  color: #ffffff;
}
#menu-bz .link[aria-expanded="true"],
#menu-bz .dropdown-menu {
  background: #1a242f;
}
#menu-bz .nav-dropdown-sm .link:focus,
#menu-bz .nav-dropdown-sm .link:hover,
#menu-bz .nav-dropdown-sm .dropdown-item:focus,
#menu-bz .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-bz .navbar,
#menu-bz .nav-dropdown-sm,
#menu-bz .nav-dropdown-sm .link[aria-expanded="true"],
#menu-bz .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-bz .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-bz .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-bz .bg-color.transparent.opened .link:hover,
#menu-bz .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-bz .link[aria-expanded="true"],
#menu-bz .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-c0 .mbr-section-title {
  font-size: 36px;
}
#content3-c1 .mbr-section-title,
#content3-c1 .mbr-section-subtitle {
  text-align: center;
}
#content1-c2 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-c4 .mbr-section-subtitle,
#footer1-c4 .mbr-section-text {
  color: #fff;
}
#footer1-c4 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-c4 P {
  font-size: 16px;
  text-align: left;
}
#footer1-c4 I {
  text-align: left;
}
#footer1-c4 B {
  font-size: 24px;
}
#footer1-c4 SPAN {
  font-size: 22px;
}
#menu-c6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-c6 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-c6 .navbar-toggler {
  color: #ffffff;
}
#menu-c6 .close-icon::before,
#menu-c6 .close-icon::after {
  background-color: #ffffff;
}
#menu-c6 .link,
#menu-c6 .dropdown-item {
  color: #ffffff;
}
#menu-c6 .link {
  font-size: 0.75rem;
}
#menu-c6 .dropdown-item,
#menu-c6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-c6 .link:hover,
#menu-c6 .link:focus {
  color: #f1c40f;
}
#menu-c6 .dropdown-item:hover::before,
#menu-c6 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-c6 .dropdown-item:hover,
#menu-c6 .dropdown-item:focus {
  color: #ffffff;
}
#menu-c6 .link[aria-expanded="true"],
#menu-c6 .dropdown-menu {
  background: #1a242f;
}
#menu-c6 .nav-dropdown-sm .link:focus,
#menu-c6 .nav-dropdown-sm .link:hover,
#menu-c6 .nav-dropdown-sm .dropdown-item:focus,
#menu-c6 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-c6 .navbar,
#menu-c6 .nav-dropdown-sm,
#menu-c6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-c6 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-c6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-c6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-c6 .bg-color.transparent.opened .link:hover,
#menu-c6 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-c6 .link[aria-expanded="true"],
#menu-c6 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-c7 .mbr-section-title {
  font-size: 36px;
}
#content3-c8 .mbr-section-title,
#content3-c8 .mbr-section-subtitle {
  text-align: center;
}
#content1-c9 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-cb .mbr-section-subtitle,
#footer1-cb .mbr-section-text {
  color: #fff;
}
#footer1-cb .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-cb P {
  font-size: 16px;
  text-align: left;
}
#footer1-cb I {
  text-align: left;
}
#footer1-cb B {
  font-size: 24px;
}
#footer1-cb SPAN {
  font-size: 22px;
}
#menu-cd .hide-buttons .nav-btn {
  display: none !important;
}
#menu-cd .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-cd .navbar-toggler {
  color: #ffffff;
}
#menu-cd .close-icon::before,
#menu-cd .close-icon::after {
  background-color: #ffffff;
}
#menu-cd .link,
#menu-cd .dropdown-item {
  color: #ffffff;
}
#menu-cd .link {
  font-size: 0.75rem;
}
#menu-cd .dropdown-item,
#menu-cd .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-cd .link:hover,
#menu-cd .link:focus {
  color: #f1c40f;
}
#menu-cd .dropdown-item:hover::before,
#menu-cd .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-cd .dropdown-item:hover,
#menu-cd .dropdown-item:focus {
  color: #ffffff;
}
#menu-cd .link[aria-expanded="true"],
#menu-cd .dropdown-menu {
  background: #1a242f;
}
#menu-cd .nav-dropdown-sm .link:focus,
#menu-cd .nav-dropdown-sm .link:hover,
#menu-cd .nav-dropdown-sm .dropdown-item:focus,
#menu-cd .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-cd .navbar,
#menu-cd .nav-dropdown-sm,
#menu-cd .nav-dropdown-sm .link[aria-expanded="true"],
#menu-cd .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-cd .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-cd .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-cd .bg-color.transparent.opened .link:hover,
#menu-cd .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-cd .link[aria-expanded="true"],
#menu-cd .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ce .mbr-section-title {
  font-size: 36px;
}
#content3-cf .mbr-section-title,
#content3-cf .mbr-section-subtitle {
  text-align: center;
}
#content3-cf P {
  font-size: 24px;
}
#content1-cg P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-ci .mbr-section-subtitle,
#footer1-ci .mbr-section-text {
  color: #fff;
}
#footer1-ci .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ci P {
  font-size: 16px;
  text-align: left;
}
#footer1-ci I {
  text-align: left;
}
#footer1-ci B {
  font-size: 24px;
}
#footer1-ci SPAN {
  font-size: 22px;
}
#menu-ck .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ck .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ck .navbar-toggler {
  color: #ffffff;
}
#menu-ck .close-icon::before,
#menu-ck .close-icon::after {
  background-color: #ffffff;
}
#menu-ck .link,
#menu-ck .dropdown-item {
  color: #ffffff;
}
#menu-ck .link {
  font-size: 0.75rem;
}
#menu-ck .dropdown-item,
#menu-ck .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ck .link:hover,
#menu-ck .link:focus {
  color: #f1c40f;
}
#menu-ck .dropdown-item:hover::before,
#menu-ck .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ck .dropdown-item:hover,
#menu-ck .dropdown-item:focus {
  color: #ffffff;
}
#menu-ck .link[aria-expanded="true"],
#menu-ck .dropdown-menu {
  background: #1a242f;
}
#menu-ck .nav-dropdown-sm .link:focus,
#menu-ck .nav-dropdown-sm .link:hover,
#menu-ck .nav-dropdown-sm .dropdown-item:focus,
#menu-ck .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ck .navbar,
#menu-ck .nav-dropdown-sm,
#menu-ck .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ck .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ck .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ck .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ck .bg-color.transparent.opened .link:hover,
#menu-ck .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ck .link[aria-expanded="true"],
#menu-ck .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-cl .mbr-section-title {
  font-size: 36px;
}
#content3-cm .mbr-section-title,
#content3-cm .mbr-section-subtitle {
  text-align: center;
}
#content3-cm P {
  font-size: 24px;
}
#content1-cn P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-cp .mbr-section-subtitle,
#footer1-cp .mbr-section-text {
  color: #fff;
}
#footer1-cp .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-cp P {
  font-size: 16px;
  text-align: left;
}
#footer1-cp I {
  text-align: left;
}
#footer1-cp B {
  font-size: 24px;
}
#footer1-cp SPAN {
  font-size: 22px;
}
#menu-cr .hide-buttons .nav-btn {
  display: none !important;
}
#menu-cr .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-cr .navbar-toggler {
  color: #ffffff;
}
#menu-cr .close-icon::before,
#menu-cr .close-icon::after {
  background-color: #ffffff;
}
#menu-cr .link,
#menu-cr .dropdown-item {
  color: #ffffff;
}
#menu-cr .link {
  font-size: 0.75rem;
}
#menu-cr .dropdown-item,
#menu-cr .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-cr .link:hover,
#menu-cr .link:focus {
  color: #f1c40f;
}
#menu-cr .dropdown-item:hover::before,
#menu-cr .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-cr .dropdown-item:hover,
#menu-cr .dropdown-item:focus {
  color: #ffffff;
}
#menu-cr .link[aria-expanded="true"],
#menu-cr .dropdown-menu {
  background: #1a242f;
}
#menu-cr .nav-dropdown-sm .link:focus,
#menu-cr .nav-dropdown-sm .link:hover,
#menu-cr .nav-dropdown-sm .dropdown-item:focus,
#menu-cr .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-cr .navbar,
#menu-cr .nav-dropdown-sm,
#menu-cr .nav-dropdown-sm .link[aria-expanded="true"],
#menu-cr .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-cr .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-cr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-cr .bg-color.transparent.opened .link:hover,
#menu-cr .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-cr .link[aria-expanded="true"],
#menu-cr .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-cs .mbr-section-title {
  font-size: 36px;
}
#content3-ct .mbr-section-title,
#content3-ct .mbr-section-subtitle {
  text-align: center;
}
#content3-ct P {
  font-size: 24px;
}
#content1-cu P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#call5-cz .mbr-section-text {
  font-size: 24px;
  text-align: left;
}
#content1-d0 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-cw .mbr-section-subtitle,
#footer1-cw .mbr-section-text {
  color: #fff;
}
#footer1-cw .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-cw P {
  font-size: 16px;
  text-align: left;
}
#footer1-cw I {
  text-align: left;
}
#footer1-cw B {
  font-size: 24px;
}
#footer1-cw SPAN {
  font-size: 22px;
}
#menu-d2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-d2 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-d2 .navbar-toggler {
  color: #ffffff;
}
#menu-d2 .close-icon::before,
#menu-d2 .close-icon::after {
  background-color: #ffffff;
}
#menu-d2 .link,
#menu-d2 .dropdown-item {
  color: #ffffff;
}
#menu-d2 .link {
  font-size: 0.75rem;
}
#menu-d2 .dropdown-item,
#menu-d2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-d2 .link:hover,
#menu-d2 .link:focus {
  color: #f1c40f;
}
#menu-d2 .dropdown-item:hover::before,
#menu-d2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-d2 .dropdown-item:hover,
#menu-d2 .dropdown-item:focus {
  color: #ffffff;
}
#menu-d2 .link[aria-expanded="true"],
#menu-d2 .dropdown-menu {
  background: #1a242f;
}
#menu-d2 .nav-dropdown-sm .link:focus,
#menu-d2 .nav-dropdown-sm .link:hover,
#menu-d2 .nav-dropdown-sm .dropdown-item:focus,
#menu-d2 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-d2 .navbar,
#menu-d2 .nav-dropdown-sm,
#menu-d2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-d2 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-d2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-d2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-d2 .bg-color.transparent.opened .link:hover,
#menu-d2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-d2 .link[aria-expanded="true"],
#menu-d2 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-d3 .mbr-section-title {
  font-size: 36px;
}
#content3-d4 .mbr-section-title,
#content3-d4 .mbr-section-subtitle {
  text-align: center;
}
#content3-d4 P {
  font-size: 24px;
}
#content1-d5 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-d9 .mbr-section-subtitle,
#footer1-d9 .mbr-section-text {
  color: #fff;
}
#footer1-d9 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-d9 P {
  font-size: 16px;
  text-align: left;
}
#footer1-d9 I {
  text-align: left;
}
#footer1-d9 B {
  font-size: 24px;
}
#footer1-d9 SPAN {
  font-size: 22px;
}
#menu-db .hide-buttons .nav-btn {
  display: none !important;
}
#menu-db .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-db .navbar-toggler {
  color: #ffffff;
}
#menu-db .close-icon::before,
#menu-db .close-icon::after {
  background-color: #ffffff;
}
#menu-db .link,
#menu-db .dropdown-item {
  color: #ffffff;
}
#menu-db .link {
  font-size: 0.75rem;
}
#menu-db .dropdown-item,
#menu-db .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-db .link:hover,
#menu-db .link:focus {
  color: #f1c40f;
}
#menu-db .dropdown-item:hover::before,
#menu-db .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-db .dropdown-item:hover,
#menu-db .dropdown-item:focus {
  color: #ffffff;
}
#menu-db .link[aria-expanded="true"],
#menu-db .dropdown-menu {
  background: #1a242f;
}
#menu-db .nav-dropdown-sm .link:focus,
#menu-db .nav-dropdown-sm .link:hover,
#menu-db .nav-dropdown-sm .dropdown-item:focus,
#menu-db .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-db .navbar,
#menu-db .nav-dropdown-sm,
#menu-db .nav-dropdown-sm .link[aria-expanded="true"],
#menu-db .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-db .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-db .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-db .bg-color.transparent.opened .link:hover,
#menu-db .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-db .link[aria-expanded="true"],
#menu-db .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-dc .mbr-section-title {
  font-size: 36px;
}
#content3-dd .mbr-section-title,
#content3-dd .mbr-section-subtitle {
  text-align: center;
}
#content3-dd P {
  font-size: 24px;
}
#content1-de P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-di .mbr-section-subtitle,
#footer1-di .mbr-section-text {
  color: #fff;
}
#footer1-di .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-di P {
  font-size: 16px;
  text-align: left;
}
#footer1-di I {
  text-align: left;
}
#footer1-di B {
  font-size: 24px;
}
#footer1-di SPAN {
  font-size: 22px;
}
#menu-dl .hide-buttons .nav-btn {
  display: none !important;
}
#menu-dl .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-dl .navbar-toggler {
  color: #ffffff;
}
#menu-dl .close-icon::before,
#menu-dl .close-icon::after {
  background-color: #ffffff;
}
#menu-dl .link,
#menu-dl .dropdown-item {
  color: #ffffff;
}
#menu-dl .link {
  font-size: 0.75rem;
}
#menu-dl .dropdown-item,
#menu-dl .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-dl .link:hover,
#menu-dl .link:focus {
  color: #f1c40f;
}
#menu-dl .dropdown-item:hover::before,
#menu-dl .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-dl .dropdown-item:hover,
#menu-dl .dropdown-item:focus {
  color: #ffffff;
}
#menu-dl .link[aria-expanded="true"],
#menu-dl .dropdown-menu {
  background: #1a242f;
}
#menu-dl .nav-dropdown-sm .link:focus,
#menu-dl .nav-dropdown-sm .link:hover,
#menu-dl .nav-dropdown-sm .dropdown-item:focus,
#menu-dl .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-dl .navbar,
#menu-dl .nav-dropdown-sm,
#menu-dl .nav-dropdown-sm .link[aria-expanded="true"],
#menu-dl .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-dl .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-dl .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-dl .bg-color.transparent.opened .link:hover,
#menu-dl .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-dl .link[aria-expanded="true"],
#menu-dl .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-dm .mbr-section-title {
  font-size: 36px;
}
#content3-dn .mbr-section-title,
#content3-dn .mbr-section-subtitle {
  text-align: center;
}
#content3-dn P {
  font-size: 24px;
}
#content1-do P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-dq .mbr-section-subtitle,
#footer1-dq .mbr-section-text {
  color: #fff;
}
#footer1-dq .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-dq P {
  font-size: 16px;
  text-align: left;
}
#footer1-dq I {
  text-align: left;
}
#footer1-dq B {
  font-size: 24px;
}
#footer1-dq SPAN {
  font-size: 22px;
}
#menu-ds .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ds .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ds .navbar-toggler {
  color: #ffffff;
}
#menu-ds .close-icon::before,
#menu-ds .close-icon::after {
  background-color: #ffffff;
}
#menu-ds .link,
#menu-ds .dropdown-item {
  color: #ffffff;
}
#menu-ds .link {
  font-size: 0.75rem;
}
#menu-ds .dropdown-item,
#menu-ds .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ds .link:hover,
#menu-ds .link:focus {
  color: #f1c40f;
}
#menu-ds .dropdown-item:hover::before,
#menu-ds .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ds .dropdown-item:hover,
#menu-ds .dropdown-item:focus {
  color: #ffffff;
}
#menu-ds .link[aria-expanded="true"],
#menu-ds .dropdown-menu {
  background: #1a242f;
}
#menu-ds .nav-dropdown-sm .link:focus,
#menu-ds .nav-dropdown-sm .link:hover,
#menu-ds .nav-dropdown-sm .dropdown-item:focus,
#menu-ds .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ds .navbar,
#menu-ds .nav-dropdown-sm,
#menu-ds .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ds .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ds .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ds .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ds .bg-color.transparent.opened .link:hover,
#menu-ds .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ds .link[aria-expanded="true"],
#menu-ds .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-dt .mbr-section-title {
  font-size: 36px;
}
#content3-du .mbr-section-title,
#content3-du .mbr-section-subtitle {
  text-align: center;
}
#content3-du P {
  font-size: 24px;
}
#content1-dv P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-dx .mbr-section-subtitle,
#footer1-dx .mbr-section-text {
  color: #fff;
}
#footer1-dx .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-dx P {
  font-size: 16px;
  text-align: left;
}
#footer1-dx I {
  text-align: left;
}
#footer1-dx B {
  font-size: 24px;
}
#footer1-dx SPAN {
  font-size: 22px;
}
#menu-e0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-e0 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-e0 .navbar-toggler {
  color: #ffffff;
}
#menu-e0 .close-icon::before,
#menu-e0 .close-icon::after {
  background-color: #ffffff;
}
#menu-e0 .link,
#menu-e0 .dropdown-item {
  color: #ffffff;
}
#menu-e0 .link {
  font-size: 0.75rem;
}
#menu-e0 .dropdown-item,
#menu-e0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-e0 .link:hover,
#menu-e0 .link:focus {
  color: #f1c40f;
}
#menu-e0 .dropdown-item:hover::before,
#menu-e0 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-e0 .dropdown-item:hover,
#menu-e0 .dropdown-item:focus {
  color: #ffffff;
}
#menu-e0 .link[aria-expanded="true"],
#menu-e0 .dropdown-menu {
  background: #1a242f;
}
#menu-e0 .nav-dropdown-sm .link:focus,
#menu-e0 .nav-dropdown-sm .link:hover,
#menu-e0 .nav-dropdown-sm .dropdown-item:focus,
#menu-e0 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-e0 .navbar,
#menu-e0 .nav-dropdown-sm,
#menu-e0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-e0 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-e0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-e0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-e0 .bg-color.transparent.opened .link:hover,
#menu-e0 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-e0 .link[aria-expanded="true"],
#menu-e0 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-e1 .mbr-section-title {
  font-size: 36px;
}
#content3-e2 .mbr-section-title,
#content3-e2 .mbr-section-subtitle {
  text-align: center;
}
#content3-e2 P {
  font-size: 24px;
}
#content1-e3 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-e6 .mbr-section-title,
#content3-e6 .mbr-section-subtitle {
  text-align: center;
}
#content3-e6 P {
  font-size: 24px;
}
#content1-e7 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-e8 .mbr-section-title,
#content3-e8 .mbr-section-subtitle {
  text-align: center;
}
#content3-e8 P {
  font-size: 24px;
}
#content1-e9 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-ea .mbr-section-title,
#content3-ea .mbr-section-subtitle {
  text-align: center;
}
#content3-ea P {
  font-size: 24px;
}
#content1-eb P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-e5 .mbr-section-subtitle,
#footer1-e5 .mbr-section-text {
  color: #fff;
}
#footer1-e5 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-e5 P {
  font-size: 16px;
  text-align: left;
}
#footer1-e5 I {
  text-align: left;
}
#footer1-e5 B {
  font-size: 24px;
}
#footer1-e5 SPAN {
  font-size: 22px;
}
#menu-ed .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ed .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ed .navbar-toggler {
  color: #ffffff;
}
#menu-ed .close-icon::before,
#menu-ed .close-icon::after {
  background-color: #ffffff;
}
#menu-ed .link,
#menu-ed .dropdown-item {
  color: #ffffff;
}
#menu-ed .link {
  font-size: 0.75rem;
}
#menu-ed .dropdown-item,
#menu-ed .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ed .link:hover,
#menu-ed .link:focus {
  color: #f1c40f;
}
#menu-ed .dropdown-item:hover::before,
#menu-ed .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ed .dropdown-item:hover,
#menu-ed .dropdown-item:focus {
  color: #ffffff;
}
#menu-ed .link[aria-expanded="true"],
#menu-ed .dropdown-menu {
  background: #1a242f;
}
#menu-ed .nav-dropdown-sm .link:focus,
#menu-ed .nav-dropdown-sm .link:hover,
#menu-ed .nav-dropdown-sm .dropdown-item:focus,
#menu-ed .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ed .navbar,
#menu-ed .nav-dropdown-sm,
#menu-ed .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ed .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ed .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ed .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ed .bg-color.transparent.opened .link:hover,
#menu-ed .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ed .link[aria-expanded="true"],
#menu-ed .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ee .mbr-section-title {
  font-size: 36px;
}
#content3-ef .mbr-section-title,
#content3-ef .mbr-section-subtitle {
  text-align: center;
}
#content3-ef P {
  font-size: 24px;
}
#content1-eg P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-ei .mbr-section-subtitle,
#footer1-ei .mbr-section-text {
  color: #fff;
}
#footer1-ei .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ei P {
  font-size: 16px;
  text-align: left;
}
#footer1-ei I {
  text-align: left;
}
#footer1-ei B {
  font-size: 24px;
}
#footer1-ei SPAN {
  font-size: 22px;
}
#menu-ek .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ek .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ek .navbar-toggler {
  color: #ffffff;
}
#menu-ek .close-icon::before,
#menu-ek .close-icon::after {
  background-color: #ffffff;
}
#menu-ek .link,
#menu-ek .dropdown-item {
  color: #ffffff;
}
#menu-ek .link {
  font-size: 0.75rem;
}
#menu-ek .dropdown-item,
#menu-ek .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ek .link:hover,
#menu-ek .link:focus {
  color: #f1c40f;
}
#menu-ek .dropdown-item:hover::before,
#menu-ek .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ek .dropdown-item:hover,
#menu-ek .dropdown-item:focus {
  color: #ffffff;
}
#menu-ek .link[aria-expanded="true"],
#menu-ek .dropdown-menu {
  background: #1a242f;
}
#menu-ek .nav-dropdown-sm .link:focus,
#menu-ek .nav-dropdown-sm .link:hover,
#menu-ek .nav-dropdown-sm .dropdown-item:focus,
#menu-ek .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ek .navbar,
#menu-ek .nav-dropdown-sm,
#menu-ek .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ek .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ek .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ek .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ek .bg-color.transparent.opened .link:hover,
#menu-ek .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ek .link[aria-expanded="true"],
#menu-ek .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-el .mbr-section-title {
  font-size: 36px;
}
#content3-em .mbr-section-title,
#content3-em .mbr-section-subtitle {
  text-align: center;
}
#content3-em P {
  font-size: 24px;
}
#content1-en P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-eq .mbr-section-title,
#content3-eq .mbr-section-subtitle {
  text-align: center;
}
#content3-eq P {
  font-size: 24px;
}
#content1-er P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-ep .mbr-section-subtitle,
#footer1-ep .mbr-section-text {
  color: #fff;
}
#footer1-ep .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ep P {
  font-size: 16px;
  text-align: left;
}
#footer1-ep I {
  text-align: left;
}
#footer1-ep B {
  font-size: 24px;
}
#footer1-ep SPAN {
  font-size: 22px;
}
#menu-et .hide-buttons .nav-btn {
  display: none !important;
}
#menu-et .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-et .navbar-toggler {
  color: #ffffff;
}
#menu-et .close-icon::before,
#menu-et .close-icon::after {
  background-color: #ffffff;
}
#menu-et .link,
#menu-et .dropdown-item {
  color: #ffffff;
}
#menu-et .link {
  font-size: 0.75rem;
}
#menu-et .dropdown-item,
#menu-et .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-et .link:hover,
#menu-et .link:focus {
  color: #f1c40f;
}
#menu-et .dropdown-item:hover::before,
#menu-et .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-et .dropdown-item:hover,
#menu-et .dropdown-item:focus {
  color: #ffffff;
}
#menu-et .link[aria-expanded="true"],
#menu-et .dropdown-menu {
  background: #1a242f;
}
#menu-et .nav-dropdown-sm .link:focus,
#menu-et .nav-dropdown-sm .link:hover,
#menu-et .nav-dropdown-sm .dropdown-item:focus,
#menu-et .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-et .navbar,
#menu-et .nav-dropdown-sm,
#menu-et .nav-dropdown-sm .link[aria-expanded="true"],
#menu-et .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-et .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-et .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-et .bg-color.transparent.opened .link:hover,
#menu-et .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-et .link[aria-expanded="true"],
#menu-et .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-eu .mbr-section-title {
  font-size: 36px;
}
#content3-ev .mbr-section-title,
#content3-ev .mbr-section-subtitle {
  text-align: center;
}
#content3-ev P {
  font-size: 24px;
}
#content1-ew P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-ey .mbr-section-subtitle,
#footer1-ey .mbr-section-text {
  color: #fff;
}
#footer1-ey .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ey P {
  font-size: 16px;
  text-align: left;
}
#footer1-ey I {
  text-align: left;
}
#footer1-ey B {
  font-size: 24px;
}
#footer1-ey SPAN {
  font-size: 22px;
}
#menu-f0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-f0 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-f0 .navbar-toggler {
  color: #ffffff;
}
#menu-f0 .close-icon::before,
#menu-f0 .close-icon::after {
  background-color: #ffffff;
}
#menu-f0 .link,
#menu-f0 .dropdown-item {
  color: #ffffff;
}
#menu-f0 .link {
  font-size: 0.75rem;
}
#menu-f0 .dropdown-item,
#menu-f0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-f0 .link:hover,
#menu-f0 .link:focus {
  color: #f1c40f;
}
#menu-f0 .dropdown-item:hover::before,
#menu-f0 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-f0 .dropdown-item:hover,
#menu-f0 .dropdown-item:focus {
  color: #ffffff;
}
#menu-f0 .link[aria-expanded="true"],
#menu-f0 .dropdown-menu {
  background: #1a242f;
}
#menu-f0 .nav-dropdown-sm .link:focus,
#menu-f0 .nav-dropdown-sm .link:hover,
#menu-f0 .nav-dropdown-sm .dropdown-item:focus,
#menu-f0 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-f0 .navbar,
#menu-f0 .nav-dropdown-sm,
#menu-f0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-f0 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-f0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-f0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-f0 .bg-color.transparent.opened .link:hover,
#menu-f0 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-f0 .link[aria-expanded="true"],
#menu-f0 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-f1 .mbr-section-title {
  font-size: 36px;
}
#content3-f2 .mbr-section-title,
#content3-f2 .mbr-section-subtitle {
  text-align: center;
}
#content3-f2 P {
  font-size: 24px;
}
#content1-f3 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-f5 .mbr-section-subtitle,
#footer1-f5 .mbr-section-text {
  color: #fff;
}
#footer1-f5 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-f5 P {
  font-size: 16px;
  text-align: left;
}
#footer1-f5 I {
  text-align: left;
}
#footer1-f5 B {
  font-size: 24px;
}
#footer1-f5 SPAN {
  font-size: 22px;
}
#menu-f8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-f8 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-f8 .navbar-toggler {
  color: #ffffff;
}
#menu-f8 .close-icon::before,
#menu-f8 .close-icon::after {
  background-color: #ffffff;
}
#menu-f8 .link,
#menu-f8 .dropdown-item {
  color: #ffffff;
}
#menu-f8 .link {
  font-size: 0.75rem;
}
#menu-f8 .dropdown-item,
#menu-f8 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-f8 .link:hover,
#menu-f8 .link:focus {
  color: #f1c40f;
}
#menu-f8 .dropdown-item:hover::before,
#menu-f8 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-f8 .dropdown-item:hover,
#menu-f8 .dropdown-item:focus {
  color: #ffffff;
}
#menu-f8 .link[aria-expanded="true"],
#menu-f8 .dropdown-menu {
  background: #1a242f;
}
#menu-f8 .nav-dropdown-sm .link:focus,
#menu-f8 .nav-dropdown-sm .link:hover,
#menu-f8 .nav-dropdown-sm .dropdown-item:focus,
#menu-f8 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-f8 .navbar,
#menu-f8 .nav-dropdown-sm,
#menu-f8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-f8 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-f8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-f8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-f8 .bg-color.transparent.opened .link:hover,
#menu-f8 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-f8 .link[aria-expanded="true"],
#menu-f8 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-f9 .mbr-section-title {
  font-size: 36px;
}
#content3-fa .mbr-section-title,
#content3-fa .mbr-section-subtitle {
  text-align: center;
}
#content3-fa P {
  font-size: 24px;
}
#content1-fb P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-fd .mbr-section-subtitle,
#footer1-fd .mbr-section-text {
  color: #fff;
}
#footer1-fd .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-fd P {
  font-size: 16px;
  text-align: left;
}
#footer1-fd I {
  text-align: left;
}
#footer1-fd B {
  font-size: 24px;
}
#footer1-fd SPAN {
  font-size: 22px;
}
#menu-ff .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ff .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ff .navbar-toggler {
  color: #ffffff;
}
#menu-ff .close-icon::before,
#menu-ff .close-icon::after {
  background-color: #ffffff;
}
#menu-ff .link,
#menu-ff .dropdown-item {
  color: #ffffff;
}
#menu-ff .link {
  font-size: 0.75rem;
}
#menu-ff .dropdown-item,
#menu-ff .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ff .link:hover,
#menu-ff .link:focus {
  color: #f1c40f;
}
#menu-ff .dropdown-item:hover::before,
#menu-ff .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ff .dropdown-item:hover,
#menu-ff .dropdown-item:focus {
  color: #ffffff;
}
#menu-ff .link[aria-expanded="true"],
#menu-ff .dropdown-menu {
  background: #1a242f;
}
#menu-ff .nav-dropdown-sm .link:focus,
#menu-ff .nav-dropdown-sm .link:hover,
#menu-ff .nav-dropdown-sm .dropdown-item:focus,
#menu-ff .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ff .navbar,
#menu-ff .nav-dropdown-sm,
#menu-ff .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ff .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ff .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ff .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ff .bg-color.transparent.opened .link:hover,
#menu-ff .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ff .link[aria-expanded="true"],
#menu-ff .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-fg .mbr-section-title {
  font-size: 36px;
}
#content3-fh .mbr-section-title,
#content3-fh .mbr-section-subtitle {
  text-align: center;
}
#content3-fh P {
  font-size: 24px;
}
#content1-fi P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-fk .mbr-section-subtitle,
#footer1-fk .mbr-section-text {
  color: #fff;
}
#footer1-fk .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-fk P {
  font-size: 16px;
  text-align: left;
}
#footer1-fk I {
  text-align: left;
}
#footer1-fk B {
  font-size: 24px;
}
#footer1-fk SPAN {
  font-size: 22px;
}
#menu-fm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-fm .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-fm .navbar-toggler {
  color: #ffffff;
}
#menu-fm .close-icon::before,
#menu-fm .close-icon::after {
  background-color: #ffffff;
}
#menu-fm .link,
#menu-fm .dropdown-item {
  color: #ffffff;
}
#menu-fm .link {
  font-size: 0.75rem;
}
#menu-fm .dropdown-item,
#menu-fm .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-fm .link:hover,
#menu-fm .link:focus {
  color: #f1c40f;
}
#menu-fm .dropdown-item:hover::before,
#menu-fm .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-fm .dropdown-item:hover,
#menu-fm .dropdown-item:focus {
  color: #ffffff;
}
#menu-fm .link[aria-expanded="true"],
#menu-fm .dropdown-menu {
  background: #1a242f;
}
#menu-fm .nav-dropdown-sm .link:focus,
#menu-fm .nav-dropdown-sm .link:hover,
#menu-fm .nav-dropdown-sm .dropdown-item:focus,
#menu-fm .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-fm .navbar,
#menu-fm .nav-dropdown-sm,
#menu-fm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-fm .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-fm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-fm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-fm .bg-color.transparent.opened .link:hover,
#menu-fm .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-fm .link[aria-expanded="true"],
#menu-fm .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-fn .mbr-section-title {
  font-size: 36px;
}
#content3-fo .mbr-section-title,
#content3-fo .mbr-section-subtitle {
  text-align: center;
}
#content3-fo P {
  font-size: 24px;
}
#content1-fp P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-fr .mbr-section-subtitle,
#footer1-fr .mbr-section-text {
  color: #fff;
}
#footer1-fr .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-fr P {
  font-size: 16px;
  text-align: left;
}
#footer1-fr I {
  text-align: left;
}
#footer1-fr B {
  font-size: 24px;
}
#footer1-fr SPAN {
  font-size: 22px;
}
#menu-ft .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ft .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ft .navbar-toggler {
  color: #ffffff;
}
#menu-ft .close-icon::before,
#menu-ft .close-icon::after {
  background-color: #ffffff;
}
#menu-ft .link,
#menu-ft .dropdown-item {
  color: #ffffff;
}
#menu-ft .link {
  font-size: 0.75rem;
}
#menu-ft .dropdown-item,
#menu-ft .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ft .link:hover,
#menu-ft .link:focus {
  color: #f1c40f;
}
#menu-ft .dropdown-item:hover::before,
#menu-ft .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ft .dropdown-item:hover,
#menu-ft .dropdown-item:focus {
  color: #ffffff;
}
#menu-ft .link[aria-expanded="true"],
#menu-ft .dropdown-menu {
  background: #1a242f;
}
#menu-ft .nav-dropdown-sm .link:focus,
#menu-ft .nav-dropdown-sm .link:hover,
#menu-ft .nav-dropdown-sm .dropdown-item:focus,
#menu-ft .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ft .navbar,
#menu-ft .nav-dropdown-sm,
#menu-ft .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ft .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ft .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ft .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ft .bg-color.transparent.opened .link:hover,
#menu-ft .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ft .link[aria-expanded="true"],
#menu-ft .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-fu .mbr-section-title {
  font-size: 36px;
}
#content3-fv .mbr-section-title,
#content3-fv .mbr-section-subtitle {
  text-align: center;
}
#content3-fv P {
  font-size: 24px;
}
#content1-fw P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-fy .mbr-section-subtitle,
#footer1-fy .mbr-section-text {
  color: #fff;
}
#footer1-fy .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-fy P {
  font-size: 16px;
  text-align: left;
}
#footer1-fy I {
  text-align: left;
}
#footer1-fy B {
  font-size: 24px;
}
#footer1-fy SPAN {
  font-size: 22px;
}
#menu-g0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-g0 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-g0 .navbar-toggler {
  color: #ffffff;
}
#menu-g0 .close-icon::before,
#menu-g0 .close-icon::after {
  background-color: #ffffff;
}
#menu-g0 .link,
#menu-g0 .dropdown-item {
  color: #ffffff;
}
#menu-g0 .link {
  font-size: 0.75rem;
}
#menu-g0 .dropdown-item,
#menu-g0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-g0 .link:hover,
#menu-g0 .link:focus {
  color: #f1c40f;
}
#menu-g0 .dropdown-item:hover::before,
#menu-g0 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-g0 .dropdown-item:hover,
#menu-g0 .dropdown-item:focus {
  color: #ffffff;
}
#menu-g0 .link[aria-expanded="true"],
#menu-g0 .dropdown-menu {
  background: #1a242f;
}
#menu-g0 .nav-dropdown-sm .link:focus,
#menu-g0 .nav-dropdown-sm .link:hover,
#menu-g0 .nav-dropdown-sm .dropdown-item:focus,
#menu-g0 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-g0 .navbar,
#menu-g0 .nav-dropdown-sm,
#menu-g0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-g0 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-g0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-g0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-g0 .bg-color.transparent.opened .link:hover,
#menu-g0 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-g0 .link[aria-expanded="true"],
#menu-g0 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-g1 .mbr-section-title {
  font-size: 36px;
}
#content3-g2 .mbr-section-title,
#content3-g2 .mbr-section-subtitle {
  text-align: center;
}
#content3-g2 P {
  font-size: 24px;
}
#content1-g3 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-g5 .mbr-section-subtitle,
#footer1-g5 .mbr-section-text {
  color: #fff;
}
#footer1-g5 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-g5 P {
  font-size: 16px;
  text-align: left;
}
#footer1-g5 I {
  text-align: left;
}
#footer1-g5 B {
  font-size: 24px;
}
#footer1-g5 SPAN {
  font-size: 22px;
}
#menu-g7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-g7 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-g7 .navbar-toggler {
  color: #ffffff;
}
#menu-g7 .close-icon::before,
#menu-g7 .close-icon::after {
  background-color: #ffffff;
}
#menu-g7 .link,
#menu-g7 .dropdown-item {
  color: #ffffff;
}
#menu-g7 .link {
  font-size: 0.75rem;
}
#menu-g7 .dropdown-item,
#menu-g7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-g7 .link:hover,
#menu-g7 .link:focus {
  color: #f1c40f;
}
#menu-g7 .dropdown-item:hover::before,
#menu-g7 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-g7 .dropdown-item:hover,
#menu-g7 .dropdown-item:focus {
  color: #ffffff;
}
#menu-g7 .link[aria-expanded="true"],
#menu-g7 .dropdown-menu {
  background: #1a242f;
}
#menu-g7 .nav-dropdown-sm .link:focus,
#menu-g7 .nav-dropdown-sm .link:hover,
#menu-g7 .nav-dropdown-sm .dropdown-item:focus,
#menu-g7 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-g7 .navbar,
#menu-g7 .nav-dropdown-sm,
#menu-g7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-g7 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-g7 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-g7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-g7 .bg-color.transparent.opened .link:hover,
#menu-g7 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-g7 .link[aria-expanded="true"],
#menu-g7 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-g8 .mbr-section-title {
  font-size: 36px;
}
#content3-g9 .mbr-section-title,
#content3-g9 .mbr-section-subtitle {
  text-align: center;
}
#content3-g9 P {
  font-size: 24px;
}
#content1-ga P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-gc .mbr-section-subtitle,
#footer1-gc .mbr-section-text {
  color: #fff;
}
#footer1-gc .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-gc P {
  font-size: 16px;
  text-align: left;
}
#footer1-gc I {
  text-align: left;
}
#footer1-gc B {
  font-size: 24px;
}
#footer1-gc SPAN {
  font-size: 22px;
}
#menu-ge .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ge .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ge .navbar-toggler {
  color: #ffffff;
}
#menu-ge .close-icon::before,
#menu-ge .close-icon::after {
  background-color: #ffffff;
}
#menu-ge .link,
#menu-ge .dropdown-item {
  color: #ffffff;
}
#menu-ge .link {
  font-size: 0.75rem;
}
#menu-ge .dropdown-item,
#menu-ge .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ge .link:hover,
#menu-ge .link:focus {
  color: #f1c40f;
}
#menu-ge .dropdown-item:hover::before,
#menu-ge .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ge .dropdown-item:hover,
#menu-ge .dropdown-item:focus {
  color: #ffffff;
}
#menu-ge .link[aria-expanded="true"],
#menu-ge .dropdown-menu {
  background: #1a242f;
}
#menu-ge .nav-dropdown-sm .link:focus,
#menu-ge .nav-dropdown-sm .link:hover,
#menu-ge .nav-dropdown-sm .dropdown-item:focus,
#menu-ge .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ge .navbar,
#menu-ge .nav-dropdown-sm,
#menu-ge .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ge .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ge .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ge .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ge .bg-color.transparent.opened .link:hover,
#menu-ge .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ge .link[aria-expanded="true"],
#menu-ge .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-gf .mbr-section-title {
  font-size: 36px;
}
#content3-gg .mbr-section-title,
#content3-gg .mbr-section-subtitle {
  text-align: center;
}
#content3-gg P {
  font-size: 24px;
}
#content1-gh P {
  color: #232323;
  font-size: 24px;
}
#footer1-gj .mbr-section-subtitle,
#footer1-gj .mbr-section-text {
  color: #fff;
}
#footer1-gj .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-gj P {
  font-size: 16px;
  text-align: left;
}
#footer1-gj I {
  text-align: left;
}
#footer1-gj B {
  font-size: 24px;
}
#footer1-gj SPAN {
  font-size: 22px;
}
#menu-gl .hide-buttons .nav-btn {
  display: none !important;
}
#menu-gl .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-gl .navbar-toggler {
  color: #ffffff;
}
#menu-gl .close-icon::before,
#menu-gl .close-icon::after {
  background-color: #ffffff;
}
#menu-gl .link,
#menu-gl .dropdown-item {
  color: #ffffff;
}
#menu-gl .link {
  font-size: 0.75rem;
}
#menu-gl .dropdown-item,
#menu-gl .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-gl .link:hover,
#menu-gl .link:focus {
  color: #f1c40f;
}
#menu-gl .dropdown-item:hover::before,
#menu-gl .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-gl .dropdown-item:hover,
#menu-gl .dropdown-item:focus {
  color: #ffffff;
}
#menu-gl .link[aria-expanded="true"],
#menu-gl .dropdown-menu {
  background: #1a242f;
}
#menu-gl .nav-dropdown-sm .link:focus,
#menu-gl .nav-dropdown-sm .link:hover,
#menu-gl .nav-dropdown-sm .dropdown-item:focus,
#menu-gl .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-gl .navbar,
#menu-gl .nav-dropdown-sm,
#menu-gl .nav-dropdown-sm .link[aria-expanded="true"],
#menu-gl .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-gl .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-gl .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-gl .bg-color.transparent.opened .link:hover,
#menu-gl .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-gl .link[aria-expanded="true"],
#menu-gl .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-gm .mbr-section-title {
  font-size: 36px;
}
#content3-gn .mbr-section-title,
#content3-gn .mbr-section-subtitle {
  text-align: center;
}
#content3-gn P {
  font-size: 24px;
}
#content1-go P {
  color: #232323;
  font-size: 24px;
}
#footer1-gq .mbr-section-subtitle,
#footer1-gq .mbr-section-text {
  color: #fff;
}
#footer1-gq .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-gq P {
  font-size: 16px;
  text-align: left;
}
#footer1-gq I {
  text-align: left;
}
#footer1-gq B {
  font-size: 24px;
}
#footer1-gq SPAN {
  font-size: 22px;
}
#menu-gs .hide-buttons .nav-btn {
  display: none !important;
}
#menu-gs .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-gs .navbar-toggler {
  color: #ffffff;
}
#menu-gs .close-icon::before,
#menu-gs .close-icon::after {
  background-color: #ffffff;
}
#menu-gs .link,
#menu-gs .dropdown-item {
  color: #ffffff;
}
#menu-gs .link {
  font-size: 0.75rem;
}
#menu-gs .dropdown-item,
#menu-gs .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-gs .link:hover,
#menu-gs .link:focus {
  color: #f1c40f;
}
#menu-gs .dropdown-item:hover::before,
#menu-gs .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-gs .dropdown-item:hover,
#menu-gs .dropdown-item:focus {
  color: #ffffff;
}
#menu-gs .link[aria-expanded="true"],
#menu-gs .dropdown-menu {
  background: #1a242f;
}
#menu-gs .nav-dropdown-sm .link:focus,
#menu-gs .nav-dropdown-sm .link:hover,
#menu-gs .nav-dropdown-sm .dropdown-item:focus,
#menu-gs .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-gs .navbar,
#menu-gs .nav-dropdown-sm,
#menu-gs .nav-dropdown-sm .link[aria-expanded="true"],
#menu-gs .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-gs .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-gs .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-gs .bg-color.transparent.opened .link:hover,
#menu-gs .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-gs .link[aria-expanded="true"],
#menu-gs .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-gt .mbr-section-title {
  font-size: 36px;
}
#content3-gu .mbr-section-title,
#content3-gu .mbr-section-subtitle {
  text-align: center;
}
#content3-gu P {
  font-size: 24px;
}
#content1-gv P {
  color: #232323;
  font-size: 24px;
}
#footer1-gx .mbr-section-subtitle,
#footer1-gx .mbr-section-text {
  color: #fff;
}
#footer1-gx .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-gx P {
  font-size: 16px;
  text-align: left;
}
#footer1-gx I {
  text-align: left;
}
#footer1-gx B {
  font-size: 24px;
}
#footer1-gx SPAN {
  font-size: 22px;
}
#menu-gz .hide-buttons .nav-btn {
  display: none !important;
}
#menu-gz .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-gz .navbar-toggler {
  color: #ffffff;
}
#menu-gz .close-icon::before,
#menu-gz .close-icon::after {
  background-color: #ffffff;
}
#menu-gz .link,
#menu-gz .dropdown-item {
  color: #ffffff;
}
#menu-gz .link {
  font-size: 0.75rem;
}
#menu-gz .dropdown-item,
#menu-gz .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-gz .link:hover,
#menu-gz .link:focus {
  color: #f1c40f;
}
#menu-gz .dropdown-item:hover::before,
#menu-gz .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-gz .dropdown-item:hover,
#menu-gz .dropdown-item:focus {
  color: #ffffff;
}
#menu-gz .link[aria-expanded="true"],
#menu-gz .dropdown-menu {
  background: #1a242f;
}
#menu-gz .nav-dropdown-sm .link:focus,
#menu-gz .nav-dropdown-sm .link:hover,
#menu-gz .nav-dropdown-sm .dropdown-item:focus,
#menu-gz .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-gz .navbar,
#menu-gz .nav-dropdown-sm,
#menu-gz .nav-dropdown-sm .link[aria-expanded="true"],
#menu-gz .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-gz .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-gz .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-gz .bg-color.transparent.opened .link:hover,
#menu-gz .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-gz .link[aria-expanded="true"],
#menu-gz .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-h0 .mbr-section-title {
  font-size: 36px;
}
#content3-h1 .mbr-section-title,
#content3-h1 .mbr-section-subtitle {
  text-align: center;
}
#content3-h1 P {
  font-size: 24px;
}
#content1-h2 P {
  color: #232323;
  font-size: 24px;
}
#footer1-h4 .mbr-section-subtitle,
#footer1-h4 .mbr-section-text {
  color: #fff;
}
#footer1-h4 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-h4 P {
  font-size: 16px;
  text-align: left;
}
#footer1-h4 I {
  text-align: left;
}
#footer1-h4 B {
  font-size: 24px;
}
#footer1-h4 SPAN {
  font-size: 22px;
}
#menu-h6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-h6 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-h6 .navbar-toggler {
  color: #ffffff;
}
#menu-h6 .close-icon::before,
#menu-h6 .close-icon::after {
  background-color: #ffffff;
}
#menu-h6 .link,
#menu-h6 .dropdown-item {
  color: #ffffff;
}
#menu-h6 .link {
  font-size: 0.75rem;
}
#menu-h6 .dropdown-item,
#menu-h6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-h6 .link:hover,
#menu-h6 .link:focus {
  color: #f1c40f;
}
#menu-h6 .dropdown-item:hover::before,
#menu-h6 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-h6 .dropdown-item:hover,
#menu-h6 .dropdown-item:focus {
  color: #ffffff;
}
#menu-h6 .link[aria-expanded="true"],
#menu-h6 .dropdown-menu {
  background: #1a242f;
}
#menu-h6 .nav-dropdown-sm .link:focus,
#menu-h6 .nav-dropdown-sm .link:hover,
#menu-h6 .nav-dropdown-sm .dropdown-item:focus,
#menu-h6 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-h6 .navbar,
#menu-h6 .nav-dropdown-sm,
#menu-h6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-h6 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-h6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-h6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-h6 .bg-color.transparent.opened .link:hover,
#menu-h6 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-h6 .link[aria-expanded="true"],
#menu-h6 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-h7 .mbr-section-title {
  font-size: 36px;
}
#content3-h8 .mbr-section-title,
#content3-h8 .mbr-section-subtitle {
  text-align: center;
}
#content3-h8 P {
  font-size: 24px;
}
#content1-h9 P {
  color: #232323;
  font-size: 24px;
}
#footer1-hb .mbr-section-subtitle,
#footer1-hb .mbr-section-text {
  color: #fff;
}
#footer1-hb .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-hb P {
  font-size: 16px;
  text-align: left;
}
#footer1-hb I {
  text-align: left;
}
#footer1-hb B {
  font-size: 24px;
}
#footer1-hb SPAN {
  font-size: 22px;
}
#menu-hd .hide-buttons .nav-btn {
  display: none !important;
}
#menu-hd .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-hd .navbar-toggler {
  color: #ffffff;
}
#menu-hd .close-icon::before,
#menu-hd .close-icon::after {
  background-color: #ffffff;
}
#menu-hd .link,
#menu-hd .dropdown-item {
  color: #ffffff;
}
#menu-hd .link {
  font-size: 0.75rem;
}
#menu-hd .dropdown-item,
#menu-hd .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-hd .link:hover,
#menu-hd .link:focus {
  color: #f1c40f;
}
#menu-hd .dropdown-item:hover::before,
#menu-hd .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-hd .dropdown-item:hover,
#menu-hd .dropdown-item:focus {
  color: #ffffff;
}
#menu-hd .link[aria-expanded="true"],
#menu-hd .dropdown-menu {
  background: #1a242f;
}
#menu-hd .nav-dropdown-sm .link:focus,
#menu-hd .nav-dropdown-sm .link:hover,
#menu-hd .nav-dropdown-sm .dropdown-item:focus,
#menu-hd .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-hd .navbar,
#menu-hd .nav-dropdown-sm,
#menu-hd .nav-dropdown-sm .link[aria-expanded="true"],
#menu-hd .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-hd .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-hd .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-hd .bg-color.transparent.opened .link:hover,
#menu-hd .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-hd .link[aria-expanded="true"],
#menu-hd .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-he .mbr-section-title {
  font-size: 36px;
}
#content3-hf .mbr-section-title,
#content3-hf .mbr-section-subtitle {
  text-align: center;
}
#content3-hf P {
  font-size: 24px;
}
#content1-hg P {
  color: #232323;
  font-size: 24px;
}
#footer1-hi .mbr-section-subtitle,
#footer1-hi .mbr-section-text {
  color: #fff;
}
#footer1-hi .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-hi P {
  font-size: 16px;
  text-align: left;
}
#footer1-hi I {
  text-align: left;
}
#footer1-hi B {
  font-size: 24px;
}
#footer1-hi SPAN {
  font-size: 22px;
}
#menu-hk .hide-buttons .nav-btn {
  display: none !important;
}
#menu-hk .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-hk .navbar-toggler {
  color: #ffffff;
}
#menu-hk .close-icon::before,
#menu-hk .close-icon::after {
  background-color: #ffffff;
}
#menu-hk .link,
#menu-hk .dropdown-item {
  color: #ffffff;
}
#menu-hk .link {
  font-size: 0.75rem;
}
#menu-hk .dropdown-item,
#menu-hk .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-hk .link:hover,
#menu-hk .link:focus {
  color: #f1c40f;
}
#menu-hk .dropdown-item:hover::before,
#menu-hk .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-hk .dropdown-item:hover,
#menu-hk .dropdown-item:focus {
  color: #ffffff;
}
#menu-hk .link[aria-expanded="true"],
#menu-hk .dropdown-menu {
  background: #1a242f;
}
#menu-hk .nav-dropdown-sm .link:focus,
#menu-hk .nav-dropdown-sm .link:hover,
#menu-hk .nav-dropdown-sm .dropdown-item:focus,
#menu-hk .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-hk .navbar,
#menu-hk .nav-dropdown-sm,
#menu-hk .nav-dropdown-sm .link[aria-expanded="true"],
#menu-hk .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-hk .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-hk .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-hk .bg-color.transparent.opened .link:hover,
#menu-hk .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-hk .link[aria-expanded="true"],
#menu-hk .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-hl .mbr-section-title {
  font-size: 36px;
}
#content3-hm .mbr-section-title,
#content3-hm .mbr-section-subtitle {
  text-align: center;
}
#content3-hm P {
  font-size: 24px;
}
#content1-hn P {
  color: #232323;
  font-size: 24px;
}
#footer1-hp .mbr-section-subtitle,
#footer1-hp .mbr-section-text {
  color: #fff;
}
#footer1-hp .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-hp P {
  font-size: 16px;
  text-align: left;
}
#footer1-hp I {
  text-align: left;
}
#footer1-hp B {
  font-size: 24px;
}
#footer1-hp SPAN {
  font-size: 22px;
}
#menu-hr .hide-buttons .nav-btn {
  display: none !important;
}
#menu-hr .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-hr .navbar-toggler {
  color: #ffffff;
}
#menu-hr .close-icon::before,
#menu-hr .close-icon::after {
  background-color: #ffffff;
}
#menu-hr .link,
#menu-hr .dropdown-item {
  color: #ffffff;
}
#menu-hr .link {
  font-size: 0.75rem;
}
#menu-hr .dropdown-item,
#menu-hr .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-hr .link:hover,
#menu-hr .link:focus {
  color: #f1c40f;
}
#menu-hr .dropdown-item:hover::before,
#menu-hr .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-hr .dropdown-item:hover,
#menu-hr .dropdown-item:focus {
  color: #ffffff;
}
#menu-hr .link[aria-expanded="true"],
#menu-hr .dropdown-menu {
  background: #1a242f;
}
#menu-hr .nav-dropdown-sm .link:focus,
#menu-hr .nav-dropdown-sm .link:hover,
#menu-hr .nav-dropdown-sm .dropdown-item:focus,
#menu-hr .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-hr .navbar,
#menu-hr .nav-dropdown-sm,
#menu-hr .nav-dropdown-sm .link[aria-expanded="true"],
#menu-hr .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-hr .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-hr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-hr .bg-color.transparent.opened .link:hover,
#menu-hr .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-hr .link[aria-expanded="true"],
#menu-hr .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-hs .mbr-section-title {
  font-size: 36px;
}
#content3-ht .mbr-section-title,
#content3-ht .mbr-section-subtitle {
  text-align: center;
}
#content3-ht P {
  font-size: 24px;
}
#content1-hu P {
  color: #232323;
  font-size: 24px;
}
#footer1-hw .mbr-section-subtitle,
#footer1-hw .mbr-section-text {
  color: #fff;
}
#footer1-hw .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-hw P {
  font-size: 16px;
  text-align: left;
}
#footer1-hw I {
  text-align: left;
}
#footer1-hw B {
  font-size: 24px;
}
#footer1-hw SPAN {
  font-size: 22px;
}
#menu-hy .hide-buttons .nav-btn {
  display: none !important;
}
#menu-hy .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-hy .navbar-toggler {
  color: #ffffff;
}
#menu-hy .close-icon::before,
#menu-hy .close-icon::after {
  background-color: #ffffff;
}
#menu-hy .link,
#menu-hy .dropdown-item {
  color: #ffffff;
}
#menu-hy .link {
  font-size: 0.75rem;
}
#menu-hy .dropdown-item,
#menu-hy .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-hy .link:hover,
#menu-hy .link:focus {
  color: #f1c40f;
}
#menu-hy .dropdown-item:hover::before,
#menu-hy .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-hy .dropdown-item:hover,
#menu-hy .dropdown-item:focus {
  color: #ffffff;
}
#menu-hy .link[aria-expanded="true"],
#menu-hy .dropdown-menu {
  background: #1a242f;
}
#menu-hy .nav-dropdown-sm .link:focus,
#menu-hy .nav-dropdown-sm .link:hover,
#menu-hy .nav-dropdown-sm .dropdown-item:focus,
#menu-hy .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-hy .navbar,
#menu-hy .nav-dropdown-sm,
#menu-hy .nav-dropdown-sm .link[aria-expanded="true"],
#menu-hy .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-hy .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-hy .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-hy .bg-color.transparent.opened .link:hover,
#menu-hy .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-hy .link[aria-expanded="true"],
#menu-hy .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-hz .mbr-section-title {
  font-size: 36px;
}
#content3-i0 .mbr-section-title,
#content3-i0 .mbr-section-subtitle {
  text-align: center;
}
#content3-i0 P {
  font-size: 24px;
}
#content1-i1 P {
  color: #232323;
  font-size: 24px;
}
#footer1-i3 .mbr-section-subtitle,
#footer1-i3 .mbr-section-text {
  color: #fff;
}
#footer1-i3 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-i3 P {
  font-size: 16px;
  text-align: left;
}
#footer1-i3 I {
  text-align: left;
}
#footer1-i3 B {
  font-size: 24px;
}
#footer1-i3 SPAN {
  font-size: 22px;
}
#menu-ib .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ib .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ib .navbar-toggler {
  color: #ffffff;
}
#menu-ib .close-icon::before,
#menu-ib .close-icon::after {
  background-color: #ffffff;
}
#menu-ib .link,
#menu-ib .dropdown-item {
  color: #ffffff;
}
#menu-ib .link {
  font-size: 0.75rem;
}
#menu-ib .dropdown-item,
#menu-ib .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ib .link:hover,
#menu-ib .link:focus {
  color: #f1c40f;
}
#menu-ib .dropdown-item:hover::before,
#menu-ib .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ib .dropdown-item:hover,
#menu-ib .dropdown-item:focus {
  color: #ffffff;
}
#menu-ib .link[aria-expanded="true"],
#menu-ib .dropdown-menu {
  background: #1a242f;
}
#menu-ib .nav-dropdown-sm .link:focus,
#menu-ib .nav-dropdown-sm .link:hover,
#menu-ib .nav-dropdown-sm .dropdown-item:focus,
#menu-ib .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ib .navbar,
#menu-ib .nav-dropdown-sm,
#menu-ib .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ib .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ib .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ib .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ib .bg-color.transparent.opened .link:hover,
#menu-ib .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ib .link[aria-expanded="true"],
#menu-ib .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ic .mbr-section-title {
  font-size: 36px;
}
#content3-id .mbr-section-title,
#content3-id .mbr-section-subtitle {
  text-align: center;
}
#content3-id P {
  font-size: 24px;
}
#content1-ie P {
  color: #232323;
  font-size: 24px;
}
#footer1-ig .mbr-section-subtitle,
#footer1-ig .mbr-section-text {
  color: #fff;
}
#footer1-ig .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ig P {
  font-size: 16px;
  text-align: left;
}
#footer1-ig I {
  text-align: left;
}
#footer1-ig B {
  font-size: 24px;
}
#footer1-ig SPAN {
  font-size: 22px;
}
#menu-ii .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ii .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ii .navbar-toggler {
  color: #ffffff;
}
#menu-ii .close-icon::before,
#menu-ii .close-icon::after {
  background-color: #ffffff;
}
#menu-ii .link,
#menu-ii .dropdown-item {
  color: #ffffff;
}
#menu-ii .link {
  font-size: 0.75rem;
}
#menu-ii .dropdown-item,
#menu-ii .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ii .link:hover,
#menu-ii .link:focus {
  color: #f1c40f;
}
#menu-ii .dropdown-item:hover::before,
#menu-ii .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ii .dropdown-item:hover,
#menu-ii .dropdown-item:focus {
  color: #ffffff;
}
#menu-ii .link[aria-expanded="true"],
#menu-ii .dropdown-menu {
  background: #1a242f;
}
#menu-ii .nav-dropdown-sm .link:focus,
#menu-ii .nav-dropdown-sm .link:hover,
#menu-ii .nav-dropdown-sm .dropdown-item:focus,
#menu-ii .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ii .navbar,
#menu-ii .nav-dropdown-sm,
#menu-ii .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ii .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ii .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ii .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ii .bg-color.transparent.opened .link:hover,
#menu-ii .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ii .link[aria-expanded="true"],
#menu-ii .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ij .mbr-section-title {
  font-size: 36px;
}
#content3-ik .mbr-section-title,
#content3-ik .mbr-section-subtitle {
  text-align: center;
}
#content3-ik P {
  font-size: 24px;
}
#content1-il P {
  color: #232323;
  font-size: 24px;
}
#footer1-in .mbr-section-subtitle,
#footer1-in .mbr-section-text {
  color: #fff;
}
#footer1-in .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-in P {
  font-size: 16px;
  text-align: left;
}
#footer1-in I {
  text-align: left;
}
#footer1-in B {
  font-size: 24px;
}
#footer1-in SPAN {
  font-size: 22px;
}
#menu-iv .hide-buttons .nav-btn {
  display: none !important;
}
#menu-iv .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-iv .navbar-toggler {
  color: #ffffff;
}
#menu-iv .close-icon::before,
#menu-iv .close-icon::after {
  background-color: #ffffff;
}
#menu-iv .link,
#menu-iv .dropdown-item {
  color: #ffffff;
}
#menu-iv .link {
  font-size: 0.75rem;
}
#menu-iv .dropdown-item,
#menu-iv .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-iv .link:hover,
#menu-iv .link:focus {
  color: #f1c40f;
}
#menu-iv .dropdown-item:hover::before,
#menu-iv .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-iv .dropdown-item:hover,
#menu-iv .dropdown-item:focus {
  color: #ffffff;
}
#menu-iv .link[aria-expanded="true"],
#menu-iv .dropdown-menu {
  background: #1a242f;
}
#menu-iv .nav-dropdown-sm .link:focus,
#menu-iv .nav-dropdown-sm .link:hover,
#menu-iv .nav-dropdown-sm .dropdown-item:focus,
#menu-iv .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-iv .navbar,
#menu-iv .nav-dropdown-sm,
#menu-iv .nav-dropdown-sm .link[aria-expanded="true"],
#menu-iv .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-iv .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-iv .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-iv .bg-color.transparent.opened .link:hover,
#menu-iv .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-iv .link[aria-expanded="true"],
#menu-iv .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-iw .mbr-section-title {
  font-size: 36px;
}
#content3-ix .mbr-section-title,
#content3-ix .mbr-section-subtitle {
  text-align: center;
}
#content3-ix P {
  font-size: 24px;
}
#content1-iy P {
  color: #232323;
  font-size: 24px;
}
#footer1-j0 .mbr-section-subtitle,
#footer1-j0 .mbr-section-text {
  color: #fff;
}
#footer1-j0 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-j0 P {
  font-size: 16px;
  text-align: left;
}
#footer1-j0 I {
  text-align: left;
}
#footer1-j0 B {
  font-size: 24px;
}
#footer1-j0 SPAN {
  font-size: 22px;
}
#menu-j2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-j2 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-j2 .navbar-toggler {
  color: #ffffff;
}
#menu-j2 .close-icon::before,
#menu-j2 .close-icon::after {
  background-color: #ffffff;
}
#menu-j2 .link,
#menu-j2 .dropdown-item {
  color: #ffffff;
}
#menu-j2 .link {
  font-size: 0.75rem;
}
#menu-j2 .dropdown-item,
#menu-j2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-j2 .link:hover,
#menu-j2 .link:focus {
  color: #f1c40f;
}
#menu-j2 .dropdown-item:hover::before,
#menu-j2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-j2 .dropdown-item:hover,
#menu-j2 .dropdown-item:focus {
  color: #ffffff;
}
#menu-j2 .link[aria-expanded="true"],
#menu-j2 .dropdown-menu {
  background: #1a242f;
}
#menu-j2 .nav-dropdown-sm .link:focus,
#menu-j2 .nav-dropdown-sm .link:hover,
#menu-j2 .nav-dropdown-sm .dropdown-item:focus,
#menu-j2 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-j2 .navbar,
#menu-j2 .nav-dropdown-sm,
#menu-j2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-j2 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-j2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-j2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-j2 .bg-color.transparent.opened .link:hover,
#menu-j2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-j2 .link[aria-expanded="true"],
#menu-j2 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-j3 .mbr-section-title {
  font-size: 36px;
}
#content3-j4 .mbr-section-title,
#content3-j4 .mbr-section-subtitle {
  text-align: center;
}
#content3-j4 P {
  font-size: 24px;
}
#content1-j5 P {
  color: #232323;
  font-size: 24px;
}
#footer1-j7 .mbr-section-subtitle,
#footer1-j7 .mbr-section-text {
  color: #fff;
}
#footer1-j7 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-j7 P {
  font-size: 16px;
  text-align: left;
}
#footer1-j7 I {
  text-align: left;
}
#footer1-j7 B {
  font-size: 24px;
}
#footer1-j7 SPAN {
  font-size: 22px;
}
#menu-j9 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-j9 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-j9 .navbar-toggler {
  color: #ffffff;
}
#menu-j9 .close-icon::before,
#menu-j9 .close-icon::after {
  background-color: #ffffff;
}
#menu-j9 .link,
#menu-j9 .dropdown-item {
  color: #ffffff;
}
#menu-j9 .link {
  font-size: 0.75rem;
}
#menu-j9 .dropdown-item,
#menu-j9 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-j9 .link:hover,
#menu-j9 .link:focus {
  color: #f1c40f;
}
#menu-j9 .dropdown-item:hover::before,
#menu-j9 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-j9 .dropdown-item:hover,
#menu-j9 .dropdown-item:focus {
  color: #ffffff;
}
#menu-j9 .link[aria-expanded="true"],
#menu-j9 .dropdown-menu {
  background: #1a242f;
}
#menu-j9 .nav-dropdown-sm .link:focus,
#menu-j9 .nav-dropdown-sm .link:hover,
#menu-j9 .nav-dropdown-sm .dropdown-item:focus,
#menu-j9 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-j9 .navbar,
#menu-j9 .nav-dropdown-sm,
#menu-j9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-j9 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-j9 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-j9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-j9 .bg-color.transparent.opened .link:hover,
#menu-j9 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-j9 .link[aria-expanded="true"],
#menu-j9 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ja .mbr-section-title {
  font-size: 36px;
}
#content3-jb .mbr-section-title,
#content3-jb .mbr-section-subtitle {
  text-align: center;
}
#content3-jb P {
  font-size: 24px;
}
#content1-jc P {
  color: #232323;
  font-size: 24px;
}
#footer1-je .mbr-section-subtitle,
#footer1-je .mbr-section-text {
  color: #fff;
}
#footer1-je .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-je P {
  font-size: 16px;
  text-align: left;
}
#footer1-je I {
  text-align: left;
}
#footer1-je B {
  font-size: 24px;
}
#footer1-je SPAN {
  font-size: 22px;
}
#menu-jg .hide-buttons .nav-btn {
  display: none !important;
}
#menu-jg .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-jg .navbar-toggler {
  color: #ffffff;
}
#menu-jg .close-icon::before,
#menu-jg .close-icon::after {
  background-color: #ffffff;
}
#menu-jg .link,
#menu-jg .dropdown-item {
  color: #ffffff;
}
#menu-jg .link {
  font-size: 0.75rem;
}
#menu-jg .dropdown-item,
#menu-jg .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-jg .link:hover,
#menu-jg .link:focus {
  color: #f1c40f;
}
#menu-jg .dropdown-item:hover::before,
#menu-jg .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-jg .dropdown-item:hover,
#menu-jg .dropdown-item:focus {
  color: #ffffff;
}
#menu-jg .link[aria-expanded="true"],
#menu-jg .dropdown-menu {
  background: #1a242f;
}
#menu-jg .nav-dropdown-sm .link:focus,
#menu-jg .nav-dropdown-sm .link:hover,
#menu-jg .nav-dropdown-sm .dropdown-item:focus,
#menu-jg .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-jg .navbar,
#menu-jg .nav-dropdown-sm,
#menu-jg .nav-dropdown-sm .link[aria-expanded="true"],
#menu-jg .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-jg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-jg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-jg .bg-color.transparent.opened .link:hover,
#menu-jg .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-jg .link[aria-expanded="true"],
#menu-jg .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-jh .mbr-section-title {
  font-size: 36px;
}
#content3-ji .mbr-section-title,
#content3-ji .mbr-section-subtitle {
  text-align: center;
}
#content3-ji P {
  font-size: 24px;
}
#content1-jj P {
  color: #232323;
  font-size: 24px;
}
#footer1-jl .mbr-section-subtitle,
#footer1-jl .mbr-section-text {
  color: #fff;
}
#footer1-jl .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-jl P {
  font-size: 16px;
  text-align: left;
}
#footer1-jl I {
  text-align: left;
}
#footer1-jl B {
  font-size: 24px;
}
#footer1-jl SPAN {
  font-size: 22px;
}
#menu-jn .hide-buttons .nav-btn {
  display: none !important;
}
#menu-jn .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-jn .navbar-toggler {
  color: #ffffff;
}
#menu-jn .close-icon::before,
#menu-jn .close-icon::after {
  background-color: #ffffff;
}
#menu-jn .link,
#menu-jn .dropdown-item {
  color: #ffffff;
}
#menu-jn .link {
  font-size: 0.75rem;
}
#menu-jn .dropdown-item,
#menu-jn .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-jn .link:hover,
#menu-jn .link:focus {
  color: #f1c40f;
}
#menu-jn .dropdown-item:hover::before,
#menu-jn .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-jn .dropdown-item:hover,
#menu-jn .dropdown-item:focus {
  color: #ffffff;
}
#menu-jn .link[aria-expanded="true"],
#menu-jn .dropdown-menu {
  background: #1a242f;
}
#menu-jn .nav-dropdown-sm .link:focus,
#menu-jn .nav-dropdown-sm .link:hover,
#menu-jn .nav-dropdown-sm .dropdown-item:focus,
#menu-jn .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-jn .navbar,
#menu-jn .nav-dropdown-sm,
#menu-jn .nav-dropdown-sm .link[aria-expanded="true"],
#menu-jn .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-jn .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-jn .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-jn .bg-color.transparent.opened .link:hover,
#menu-jn .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-jn .link[aria-expanded="true"],
#menu-jn .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-jo .mbr-section-title {
  font-size: 36px;
}
#content3-jp .mbr-section-title,
#content3-jp .mbr-section-subtitle {
  text-align: center;
}
#content3-jp P {
  font-size: 24px;
}
#content1-jq P {
  color: #232323;
  font-size: 24px;
}
#footer1-js .mbr-section-subtitle,
#footer1-js .mbr-section-text {
  color: #fff;
}
#footer1-js .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-js P {
  font-size: 16px;
  text-align: left;
}
#footer1-js I {
  text-align: left;
}
#footer1-js B {
  font-size: 24px;
}
#footer1-js SPAN {
  font-size: 22px;
}
#menu-ju .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ju .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ju .navbar-toggler {
  color: #ffffff;
}
#menu-ju .close-icon::before,
#menu-ju .close-icon::after {
  background-color: #ffffff;
}
#menu-ju .link,
#menu-ju .dropdown-item {
  color: #ffffff;
}
#menu-ju .link {
  font-size: 0.75rem;
}
#menu-ju .dropdown-item,
#menu-ju .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ju .link:hover,
#menu-ju .link:focus {
  color: #f1c40f;
}
#menu-ju .dropdown-item:hover::before,
#menu-ju .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ju .dropdown-item:hover,
#menu-ju .dropdown-item:focus {
  color: #ffffff;
}
#menu-ju .link[aria-expanded="true"],
#menu-ju .dropdown-menu {
  background: #1a242f;
}
#menu-ju .nav-dropdown-sm .link:focus,
#menu-ju .nav-dropdown-sm .link:hover,
#menu-ju .nav-dropdown-sm .dropdown-item:focus,
#menu-ju .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ju .navbar,
#menu-ju .nav-dropdown-sm,
#menu-ju .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ju .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ju .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ju .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ju .bg-color.transparent.opened .link:hover,
#menu-ju .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ju .link[aria-expanded="true"],
#menu-ju .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-jv .mbr-section-title {
  font-size: 36px;
}
#content3-jw .mbr-section-title,
#content3-jw .mbr-section-subtitle {
  text-align: center;
}
#content3-jw P {
  font-size: 24px;
}
#content1-jx P {
  color: #232323;
  font-size: 24px;
}
#footer1-jz .mbr-section-subtitle,
#footer1-jz .mbr-section-text {
  color: #fff;
}
#footer1-jz .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-jz P {
  font-size: 16px;
  text-align: left;
}
#footer1-jz I {
  text-align: left;
}
#footer1-jz B {
  font-size: 24px;
}
#footer1-jz SPAN {
  font-size: 22px;
}
#menu-k1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-k1 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-k1 .navbar-toggler {
  color: #ffffff;
}
#menu-k1 .close-icon::before,
#menu-k1 .close-icon::after {
  background-color: #ffffff;
}
#menu-k1 .link,
#menu-k1 .dropdown-item {
  color: #ffffff;
}
#menu-k1 .link {
  font-size: 0.75rem;
}
#menu-k1 .dropdown-item,
#menu-k1 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-k1 .link:hover,
#menu-k1 .link:focus {
  color: #f1c40f;
}
#menu-k1 .dropdown-item:hover::before,
#menu-k1 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-k1 .dropdown-item:hover,
#menu-k1 .dropdown-item:focus {
  color: #ffffff;
}
#menu-k1 .link[aria-expanded="true"],
#menu-k1 .dropdown-menu {
  background: #1a242f;
}
#menu-k1 .nav-dropdown-sm .link:focus,
#menu-k1 .nav-dropdown-sm .link:hover,
#menu-k1 .nav-dropdown-sm .dropdown-item:focus,
#menu-k1 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-k1 .navbar,
#menu-k1 .nav-dropdown-sm,
#menu-k1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-k1 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-k1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-k1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-k1 .bg-color.transparent.opened .link:hover,
#menu-k1 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-k1 .link[aria-expanded="true"],
#menu-k1 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-k2 .mbr-section-title {
  font-size: 36px;
}
#content3-k3 .mbr-section-title,
#content3-k3 .mbr-section-subtitle {
  text-align: center;
}
#content3-k3 P {
  font-size: 24px;
}
#content1-k4 P {
  color: #232323;
  font-size: 24px;
}
#footer1-k6 .mbr-section-subtitle,
#footer1-k6 .mbr-section-text {
  color: #fff;
}
#footer1-k6 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-k6 P {
  font-size: 16px;
  text-align: left;
}
#footer1-k6 I {
  text-align: left;
}
#footer1-k6 B {
  font-size: 24px;
}
#footer1-k6 SPAN {
  font-size: 22px;
}
#menu-k8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-k8 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-k8 .navbar-toggler {
  color: #ffffff;
}
#menu-k8 .close-icon::before,
#menu-k8 .close-icon::after {
  background-color: #ffffff;
}
#menu-k8 .link,
#menu-k8 .dropdown-item {
  color: #ffffff;
}
#menu-k8 .link {
  font-size: 0.75rem;
}
#menu-k8 .dropdown-item,
#menu-k8 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-k8 .link:hover,
#menu-k8 .link:focus {
  color: #f1c40f;
}
#menu-k8 .dropdown-item:hover::before,
#menu-k8 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-k8 .dropdown-item:hover,
#menu-k8 .dropdown-item:focus {
  color: #ffffff;
}
#menu-k8 .link[aria-expanded="true"],
#menu-k8 .dropdown-menu {
  background: #1a242f;
}
#menu-k8 .nav-dropdown-sm .link:focus,
#menu-k8 .nav-dropdown-sm .link:hover,
#menu-k8 .nav-dropdown-sm .dropdown-item:focus,
#menu-k8 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-k8 .navbar,
#menu-k8 .nav-dropdown-sm,
#menu-k8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-k8 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-k8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-k8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-k8 .bg-color.transparent.opened .link:hover,
#menu-k8 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-k8 .link[aria-expanded="true"],
#menu-k8 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-k9 .mbr-section-title {
  font-size: 36px;
}
#content3-ka .mbr-section-title,
#content3-ka .mbr-section-subtitle {
  text-align: center;
}
#content3-ka P {
  font-size: 24px;
}
#content1-kb P {
  color: #232323;
  font-size: 24px;
}
#footer1-kd .mbr-section-subtitle,
#footer1-kd .mbr-section-text {
  color: #fff;
}
#footer1-kd .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-kd P {
  font-size: 16px;
  text-align: left;
}
#footer1-kd I {
  text-align: left;
}
#footer1-kd B {
  font-size: 24px;
}
#footer1-kd SPAN {
  font-size: 22px;
}
#menu-kf .hide-buttons .nav-btn {
  display: none !important;
}
#menu-kf .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-kf .navbar-toggler {
  color: #ffffff;
}
#menu-kf .close-icon::before,
#menu-kf .close-icon::after {
  background-color: #ffffff;
}
#menu-kf .link,
#menu-kf .dropdown-item {
  color: #ffffff;
}
#menu-kf .link {
  font-size: 0.75rem;
}
#menu-kf .dropdown-item,
#menu-kf .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-kf .link:hover,
#menu-kf .link:focus {
  color: #f1c40f;
}
#menu-kf .dropdown-item:hover::before,
#menu-kf .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-kf .dropdown-item:hover,
#menu-kf .dropdown-item:focus {
  color: #ffffff;
}
#menu-kf .link[aria-expanded="true"],
#menu-kf .dropdown-menu {
  background: #1a242f;
}
#menu-kf .nav-dropdown-sm .link:focus,
#menu-kf .nav-dropdown-sm .link:hover,
#menu-kf .nav-dropdown-sm .dropdown-item:focus,
#menu-kf .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-kf .navbar,
#menu-kf .nav-dropdown-sm,
#menu-kf .nav-dropdown-sm .link[aria-expanded="true"],
#menu-kf .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-kf .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-kf .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-kf .bg-color.transparent.opened .link:hover,
#menu-kf .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-kf .link[aria-expanded="true"],
#menu-kf .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-kg .mbr-section-title {
  font-size: 36px;
}
#content3-lb .mbr-section-title,
#content3-lb .mbr-section-subtitle {
  text-align: center;
}
#content3-lb P {
  font-size: 24px;
}
#content1-lc P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-l9 .mbr-section-title,
#content3-l9 .mbr-section-subtitle {
  text-align: center;
}
#content3-l9 P {
  font-size: 24px;
}
#content1-la P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-l0 .mbr-section-title,
#content3-l0 .mbr-section-subtitle {
  text-align: center;
}
#content3-l0 P {
  font-size: 24px;
}
#content1-l1 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-kh .mbr-section-title,
#content3-kh .mbr-section-subtitle {
  text-align: center;
}
#content3-kh P {
  font-size: 24px;
}
#content1-ki P {
  color: #232323;
  font-size: 24px;
}
#footer1-kk .mbr-section-subtitle,
#footer1-kk .mbr-section-text {
  color: #fff;
}
#footer1-kk .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-kk P {
  font-size: 16px;
  text-align: left;
}
#footer1-kk I {
  text-align: left;
}
#footer1-kk B {
  font-size: 24px;
}
#footer1-kk SPAN {
  font-size: 22px;
}
#menu-km .hide-buttons .nav-btn {
  display: none !important;
}
#menu-km .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-km .navbar-toggler {
  color: #ffffff;
}
#menu-km .close-icon::before,
#menu-km .close-icon::after {
  background-color: #ffffff;
}
#menu-km .link,
#menu-km .dropdown-item {
  color: #ffffff;
}
#menu-km .link {
  font-size: 0.75rem;
}
#menu-km .dropdown-item,
#menu-km .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-km .link:hover,
#menu-km .link:focus {
  color: #f1c40f;
}
#menu-km .dropdown-item:hover::before,
#menu-km .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-km .dropdown-item:hover,
#menu-km .dropdown-item:focus {
  color: #ffffff;
}
#menu-km .link[aria-expanded="true"],
#menu-km .dropdown-menu {
  background: #1a242f;
}
#menu-km .nav-dropdown-sm .link:focus,
#menu-km .nav-dropdown-sm .link:hover,
#menu-km .nav-dropdown-sm .dropdown-item:focus,
#menu-km .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-km .navbar,
#menu-km .nav-dropdown-sm,
#menu-km .nav-dropdown-sm .link[aria-expanded="true"],
#menu-km .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-km .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-km .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-km .bg-color.transparent.opened .link:hover,
#menu-km .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-km .link[aria-expanded="true"],
#menu-km .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-kn .mbr-section-title {
  font-size: 36px;
}
#content3-ko .mbr-section-title,
#content3-ko .mbr-section-subtitle {
  text-align: center;
}
#content3-ko P {
  font-size: 24px;
}
#content1-kp P {
  color: #232323;
  font-size: 24px;
}
#footer1-kr .mbr-section-subtitle,
#footer1-kr .mbr-section-text {
  color: #fff;
}
#footer1-kr .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-kr P {
  font-size: 16px;
  text-align: left;
}
#footer1-kr I {
  text-align: left;
}
#footer1-kr B {
  font-size: 24px;
}
#footer1-kr SPAN {
  font-size: 22px;
}
#menu-kt .hide-buttons .nav-btn {
  display: none !important;
}
#menu-kt .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-kt .navbar-toggler {
  color: #ffffff;
}
#menu-kt .close-icon::before,
#menu-kt .close-icon::after {
  background-color: #ffffff;
}
#menu-kt .link,
#menu-kt .dropdown-item {
  color: #ffffff;
}
#menu-kt .link {
  font-size: 0.75rem;
}
#menu-kt .dropdown-item,
#menu-kt .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-kt .link:hover,
#menu-kt .link:focus {
  color: #f1c40f;
}
#menu-kt .dropdown-item:hover::before,
#menu-kt .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-kt .dropdown-item:hover,
#menu-kt .dropdown-item:focus {
  color: #ffffff;
}
#menu-kt .link[aria-expanded="true"],
#menu-kt .dropdown-menu {
  background: #1a242f;
}
#menu-kt .nav-dropdown-sm .link:focus,
#menu-kt .nav-dropdown-sm .link:hover,
#menu-kt .nav-dropdown-sm .dropdown-item:focus,
#menu-kt .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-kt .navbar,
#menu-kt .nav-dropdown-sm,
#menu-kt .nav-dropdown-sm .link[aria-expanded="true"],
#menu-kt .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-kt .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-kt .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-kt .bg-color.transparent.opened .link:hover,
#menu-kt .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-kt .link[aria-expanded="true"],
#menu-kt .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ku .mbr-section-title {
  font-size: 36px;
}
#content3-kv .mbr-section-title,
#content3-kv .mbr-section-subtitle {
  text-align: center;
}
#content3-kv P {
  font-size: 24px;
}
#content1-kw P {
  color: #232323;
  font-size: 24px;
}
#footer1-ky .mbr-section-subtitle,
#footer1-ky .mbr-section-text {
  color: #fff;
}
#footer1-ky .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ky P {
  font-size: 16px;
  text-align: left;
}
#footer1-ky I {
  text-align: left;
}
#footer1-ky B {
  font-size: 24px;
}
#footer1-ky SPAN {
  font-size: 22px;
}
#menu-l2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-l2 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-l2 .navbar-toggler {
  color: #ffffff;
}
#menu-l2 .close-icon::before,
#menu-l2 .close-icon::after {
  background-color: #ffffff;
}
#menu-l2 .link,
#menu-l2 .dropdown-item {
  color: #ffffff;
}
#menu-l2 .link {
  font-size: 0.75rem;
}
#menu-l2 .dropdown-item,
#menu-l2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-l2 .link:hover,
#menu-l2 .link:focus {
  color: #f1c40f;
}
#menu-l2 .dropdown-item:hover::before,
#menu-l2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-l2 .dropdown-item:hover,
#menu-l2 .dropdown-item:focus {
  color: #ffffff;
}
#menu-l2 .link[aria-expanded="true"],
#menu-l2 .dropdown-menu {
  background: #1a242f;
}
#menu-l2 .nav-dropdown-sm .link:focus,
#menu-l2 .nav-dropdown-sm .link:hover,
#menu-l2 .nav-dropdown-sm .dropdown-item:focus,
#menu-l2 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-l2 .navbar,
#menu-l2 .nav-dropdown-sm,
#menu-l2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-l2 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-l2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-l2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-l2 .bg-color.transparent.opened .link:hover,
#menu-l2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-l2 .link[aria-expanded="true"],
#menu-l2 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-l3 .mbr-section-title {
  font-size: 36px;
}
#content3-l4 .mbr-section-title,
#content3-l4 .mbr-section-subtitle {
  text-align: center;
}
#content3-l4 P {
  font-size: 24px;
}
#content1-l5 P {
  color: #232323;
  font-size: 24px;
}
#footer1-l7 .mbr-section-subtitle,
#footer1-l7 .mbr-section-text {
  color: #fff;
}
#footer1-l7 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-l7 P {
  font-size: 16px;
  text-align: left;
}
#footer1-l7 I {
  text-align: left;
}
#footer1-l7 B {
  font-size: 24px;
}
#footer1-l7 SPAN {
  font-size: 22px;
}
#menu-ld .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ld .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ld .navbar-toggler {
  color: #ffffff;
}
#menu-ld .close-icon::before,
#menu-ld .close-icon::after {
  background-color: #ffffff;
}
#menu-ld .link,
#menu-ld .dropdown-item {
  color: #ffffff;
}
#menu-ld .link {
  font-size: 0.75rem;
}
#menu-ld .dropdown-item,
#menu-ld .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ld .link:hover,
#menu-ld .link:focus {
  color: #f1c40f;
}
#menu-ld .dropdown-item:hover::before,
#menu-ld .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ld .dropdown-item:hover,
#menu-ld .dropdown-item:focus {
  color: #ffffff;
}
#menu-ld .link[aria-expanded="true"],
#menu-ld .dropdown-menu {
  background: #1a242f;
}
#menu-ld .nav-dropdown-sm .link:focus,
#menu-ld .nav-dropdown-sm .link:hover,
#menu-ld .nav-dropdown-sm .dropdown-item:focus,
#menu-ld .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ld .navbar,
#menu-ld .nav-dropdown-sm,
#menu-ld .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ld .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ld .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ld .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ld .bg-color.transparent.opened .link:hover,
#menu-ld .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ld .link[aria-expanded="true"],
#menu-ld .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-le .mbr-section-title {
  font-size: 36px;
}
#content3-lf .mbr-section-title,
#content3-lf .mbr-section-subtitle {
  text-align: center;
}
#content3-lf P {
  font-size: 24px;
}
#content1-lg P {
  color: #232323;
  font-size: 24px;
}
#footer1-li .mbr-section-subtitle,
#footer1-li .mbr-section-text {
  color: #fff;
}
#footer1-li .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-li P {
  font-size: 16px;
  text-align: left;
}
#footer1-li I {
  text-align: left;
}
#footer1-li B {
  font-size: 24px;
}
#footer1-li SPAN {
  font-size: 22px;
}
#menu-lk .hide-buttons .nav-btn {
  display: none !important;
}
#menu-lk .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-lk .navbar-toggler {
  color: #ffffff;
}
#menu-lk .close-icon::before,
#menu-lk .close-icon::after {
  background-color: #ffffff;
}
#menu-lk .link,
#menu-lk .dropdown-item {
  color: #ffffff;
}
#menu-lk .link {
  font-size: 0.75rem;
}
#menu-lk .dropdown-item,
#menu-lk .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-lk .link:hover,
#menu-lk .link:focus {
  color: #f1c40f;
}
#menu-lk .dropdown-item:hover::before,
#menu-lk .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-lk .dropdown-item:hover,
#menu-lk .dropdown-item:focus {
  color: #ffffff;
}
#menu-lk .link[aria-expanded="true"],
#menu-lk .dropdown-menu {
  background: #1a242f;
}
#menu-lk .nav-dropdown-sm .link:focus,
#menu-lk .nav-dropdown-sm .link:hover,
#menu-lk .nav-dropdown-sm .dropdown-item:focus,
#menu-lk .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-lk .navbar,
#menu-lk .nav-dropdown-sm,
#menu-lk .nav-dropdown-sm .link[aria-expanded="true"],
#menu-lk .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-lk .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-lk .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-lk .bg-color.transparent.opened .link:hover,
#menu-lk .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-lk .link[aria-expanded="true"],
#menu-lk .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ll .mbr-section-title {
  font-size: 36px;
}
#content3-lm .mbr-section-title,
#content3-lm .mbr-section-subtitle {
  text-align: center;
}
#content3-lm P {
  font-size: 24px;
}
#content1-ln P {
  color: #232323;
  font-size: 24px;
}
#footer1-lp .mbr-section-subtitle,
#footer1-lp .mbr-section-text {
  color: #fff;
}
#footer1-lp .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-lp P {
  font-size: 16px;
  text-align: left;
}
#footer1-lp I {
  text-align: left;
}
#footer1-lp B {
  font-size: 24px;
}
#footer1-lp SPAN {
  font-size: 22px;
}
#menu-lr .hide-buttons .nav-btn {
  display: none !important;
}
#menu-lr .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-lr .navbar-toggler {
  color: #ffffff;
}
#menu-lr .close-icon::before,
#menu-lr .close-icon::after {
  background-color: #ffffff;
}
#menu-lr .link,
#menu-lr .dropdown-item {
  color: #ffffff;
}
#menu-lr .link {
  font-size: 0.75rem;
}
#menu-lr .dropdown-item,
#menu-lr .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-lr .link:hover,
#menu-lr .link:focus {
  color: #f1c40f;
}
#menu-lr .dropdown-item:hover::before,
#menu-lr .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-lr .dropdown-item:hover,
#menu-lr .dropdown-item:focus {
  color: #ffffff;
}
#menu-lr .link[aria-expanded="true"],
#menu-lr .dropdown-menu {
  background: #1a242f;
}
#menu-lr .nav-dropdown-sm .link:focus,
#menu-lr .nav-dropdown-sm .link:hover,
#menu-lr .nav-dropdown-sm .dropdown-item:focus,
#menu-lr .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-lr .navbar,
#menu-lr .nav-dropdown-sm,
#menu-lr .nav-dropdown-sm .link[aria-expanded="true"],
#menu-lr .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-lr .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-lr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-lr .bg-color.transparent.opened .link:hover,
#menu-lr .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-lr .link[aria-expanded="true"],
#menu-lr .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ls .mbr-section-title {
  font-size: 36px;
}
#content3-lt .mbr-section-title,
#content3-lt .mbr-section-subtitle {
  text-align: center;
}
#content3-lt P {
  font-size: 24px;
}
#content1-lu P {
  color: #232323;
  font-size: 24px;
}
#footer1-lw .mbr-section-subtitle,
#footer1-lw .mbr-section-text {
  color: #fff;
}
#footer1-lw .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-lw P {
  font-size: 16px;
  text-align: left;
}
#footer1-lw I {
  text-align: left;
}
#footer1-lw B {
  font-size: 24px;
}
#footer1-lw SPAN {
  font-size: 22px;
}
#menu-m0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-m0 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-m0 .navbar-toggler {
  color: #ffffff;
}
#menu-m0 .close-icon::before,
#menu-m0 .close-icon::after {
  background-color: #ffffff;
}
#menu-m0 .link,
#menu-m0 .dropdown-item {
  color: #ffffff;
}
#menu-m0 .link {
  font-size: 0.75rem;
}
#menu-m0 .dropdown-item,
#menu-m0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-m0 .link:hover,
#menu-m0 .link:focus {
  color: #f1c40f;
}
#menu-m0 .dropdown-item:hover::before,
#menu-m0 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-m0 .dropdown-item:hover,
#menu-m0 .dropdown-item:focus {
  color: #ffffff;
}
#menu-m0 .link[aria-expanded="true"],
#menu-m0 .dropdown-menu {
  background: #1a242f;
}
#menu-m0 .nav-dropdown-sm .link:focus,
#menu-m0 .nav-dropdown-sm .link:hover,
#menu-m0 .nav-dropdown-sm .dropdown-item:focus,
#menu-m0 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-m0 .navbar,
#menu-m0 .nav-dropdown-sm,
#menu-m0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-m0 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-m0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-m0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-m0 .bg-color.transparent.opened .link:hover,
#menu-m0 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-m0 .link[aria-expanded="true"],
#menu-m0 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-m1 .mbr-section-title {
  font-size: 36px;
}
#content3-m2 .mbr-section-title,
#content3-m2 .mbr-section-subtitle {
  text-align: center;
}
#content3-m2 P {
  font-size: 24px;
}
#content1-m3 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-m7 .mbr-section-subtitle,
#footer1-m7 .mbr-section-text {
  color: #fff;
}
#footer1-m7 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-m7 P {
  font-size: 16px;
  text-align: left;
}
#footer1-m7 I {
  text-align: left;
}
#footer1-m7 B {
  font-size: 24px;
}
#footer1-m7 SPAN {
  font-size: 22px;
}
#menu-m9 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-m9 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-m9 .navbar-toggler {
  color: #ffffff;
}
#menu-m9 .close-icon::before,
#menu-m9 .close-icon::after {
  background-color: #ffffff;
}
#menu-m9 .link,
#menu-m9 .dropdown-item {
  color: #ffffff;
}
#menu-m9 .link {
  font-size: 0.75rem;
}
#menu-m9 .dropdown-item,
#menu-m9 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-m9 .link:hover,
#menu-m9 .link:focus {
  color: #f1c40f;
}
#menu-m9 .dropdown-item:hover::before,
#menu-m9 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-m9 .dropdown-item:hover,
#menu-m9 .dropdown-item:focus {
  color: #ffffff;
}
#menu-m9 .link[aria-expanded="true"],
#menu-m9 .dropdown-menu {
  background: #1a242f;
}
#menu-m9 .nav-dropdown-sm .link:focus,
#menu-m9 .nav-dropdown-sm .link:hover,
#menu-m9 .nav-dropdown-sm .dropdown-item:focus,
#menu-m9 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-m9 .navbar,
#menu-m9 .nav-dropdown-sm,
#menu-m9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-m9 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-m9 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-m9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-m9 .bg-color.transparent.opened .link:hover,
#menu-m9 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-m9 .link[aria-expanded="true"],
#menu-m9 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ma .mbr-section-title {
  font-size: 36px;
}
#content3-mb .mbr-section-title,
#content3-mb .mbr-section-subtitle {
  text-align: center;
}
#content3-mb P {
  font-size: 24px;
}
#content1-mc P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-me .mbr-section-subtitle,
#footer1-me .mbr-section-text {
  color: #fff;
}
#footer1-me .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-me P {
  font-size: 16px;
  text-align: left;
}
#footer1-me I {
  text-align: left;
}
#footer1-me B {
  font-size: 24px;
}
#footer1-me SPAN {
  font-size: 22px;
}
#menu-mg .hide-buttons .nav-btn {
  display: none !important;
}
#menu-mg .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-mg .navbar-toggler {
  color: #ffffff;
}
#menu-mg .close-icon::before,
#menu-mg .close-icon::after {
  background-color: #ffffff;
}
#menu-mg .link,
#menu-mg .dropdown-item {
  color: #ffffff;
}
#menu-mg .link {
  font-size: 0.75rem;
}
#menu-mg .dropdown-item,
#menu-mg .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-mg .link:hover,
#menu-mg .link:focus {
  color: #f1c40f;
}
#menu-mg .dropdown-item:hover::before,
#menu-mg .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-mg .dropdown-item:hover,
#menu-mg .dropdown-item:focus {
  color: #ffffff;
}
#menu-mg .link[aria-expanded="true"],
#menu-mg .dropdown-menu {
  background: #1a242f;
}
#menu-mg .nav-dropdown-sm .link:focus,
#menu-mg .nav-dropdown-sm .link:hover,
#menu-mg .nav-dropdown-sm .dropdown-item:focus,
#menu-mg .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-mg .navbar,
#menu-mg .nav-dropdown-sm,
#menu-mg .nav-dropdown-sm .link[aria-expanded="true"],
#menu-mg .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-mg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-mg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-mg .bg-color.transparent.opened .link:hover,
#menu-mg .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-mg .link[aria-expanded="true"],
#menu-mg .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-mh .mbr-section-title {
  font-size: 36px;
}
#content3-mi .mbr-section-title,
#content3-mi .mbr-section-subtitle {
  text-align: center;
}
#content3-mi P {
  font-size: 24px;
}
#content1-mj P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-ml .mbr-section-subtitle,
#footer1-ml .mbr-section-text {
  color: #fff;
}
#footer1-ml .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ml P {
  font-size: 16px;
  text-align: left;
}
#footer1-ml I {
  text-align: left;
}
#footer1-ml B {
  font-size: 24px;
}
#footer1-ml SPAN {
  font-size: 22px;
}
#menu-mn .hide-buttons .nav-btn {
  display: none !important;
}
#menu-mn .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-mn .navbar-toggler {
  color: #ffffff;
}
#menu-mn .close-icon::before,
#menu-mn .close-icon::after {
  background-color: #ffffff;
}
#menu-mn .link,
#menu-mn .dropdown-item {
  color: #ffffff;
}
#menu-mn .link {
  font-size: 0.75rem;
}
#menu-mn .dropdown-item,
#menu-mn .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-mn .link:hover,
#menu-mn .link:focus {
  color: #f1c40f;
}
#menu-mn .dropdown-item:hover::before,
#menu-mn .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-mn .dropdown-item:hover,
#menu-mn .dropdown-item:focus {
  color: #ffffff;
}
#menu-mn .link[aria-expanded="true"],
#menu-mn .dropdown-menu {
  background: #1a242f;
}
#menu-mn .nav-dropdown-sm .link:focus,
#menu-mn .nav-dropdown-sm .link:hover,
#menu-mn .nav-dropdown-sm .dropdown-item:focus,
#menu-mn .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-mn .navbar,
#menu-mn .nav-dropdown-sm,
#menu-mn .nav-dropdown-sm .link[aria-expanded="true"],
#menu-mn .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-mn .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-mn .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-mn .bg-color.transparent.opened .link:hover,
#menu-mn .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-mn .link[aria-expanded="true"],
#menu-mn .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-mo .mbr-section-title {
  font-size: 36px;
}
#content3-mp .mbr-section-title,
#content3-mp .mbr-section-subtitle {
  text-align: center;
}
#content3-mp P {
  font-size: 24px;
}
#content1-mq P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-ms .mbr-section-subtitle,
#footer1-ms .mbr-section-text {
  color: #fff;
}
#footer1-ms .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ms P {
  font-size: 16px;
  text-align: left;
}
#footer1-ms I {
  text-align: left;
}
#footer1-ms B {
  font-size: 24px;
}
#footer1-ms SPAN {
  font-size: 22px;
}
#menu-mu .hide-buttons .nav-btn {
  display: none !important;
}
#menu-mu .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-mu .navbar-toggler {
  color: #ffffff;
}
#menu-mu .close-icon::before,
#menu-mu .close-icon::after {
  background-color: #ffffff;
}
#menu-mu .link,
#menu-mu .dropdown-item {
  color: #ffffff;
}
#menu-mu .link {
  font-size: 0.75rem;
}
#menu-mu .dropdown-item,
#menu-mu .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-mu .link:hover,
#menu-mu .link:focus {
  color: #f1c40f;
}
#menu-mu .dropdown-item:hover::before,
#menu-mu .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-mu .dropdown-item:hover,
#menu-mu .dropdown-item:focus {
  color: #ffffff;
}
#menu-mu .link[aria-expanded="true"],
#menu-mu .dropdown-menu {
  background: #1a242f;
}
#menu-mu .nav-dropdown-sm .link:focus,
#menu-mu .nav-dropdown-sm .link:hover,
#menu-mu .nav-dropdown-sm .dropdown-item:focus,
#menu-mu .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-mu .navbar,
#menu-mu .nav-dropdown-sm,
#menu-mu .nav-dropdown-sm .link[aria-expanded="true"],
#menu-mu .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-mu .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-mu .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-mu .bg-color.transparent.opened .link:hover,
#menu-mu .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-mu .link[aria-expanded="true"],
#menu-mu .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-mv .mbr-section-title {
  font-size: 36px;
}
#content3-mw .mbr-section-title,
#content3-mw .mbr-section-subtitle {
  text-align: center;
}
#content3-mw P {
  font-size: 24px;
}
#content1-mx P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-mz .mbr-section-subtitle,
#footer1-mz .mbr-section-text {
  color: #fff;
}
#footer1-mz .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-mz P {
  font-size: 16px;
  text-align: left;
}
#footer1-mz I {
  text-align: left;
}
#footer1-mz B {
  font-size: 24px;
}
#footer1-mz SPAN {
  font-size: 22px;
}
#menu-n1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-n1 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-n1 .navbar-toggler {
  color: #ffffff;
}
#menu-n1 .close-icon::before,
#menu-n1 .close-icon::after {
  background-color: #ffffff;
}
#menu-n1 .link,
#menu-n1 .dropdown-item {
  color: #ffffff;
}
#menu-n1 .link {
  font-size: 0.75rem;
}
#menu-n1 .dropdown-item,
#menu-n1 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-n1 .link:hover,
#menu-n1 .link:focus {
  color: #f1c40f;
}
#menu-n1 .dropdown-item:hover::before,
#menu-n1 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-n1 .dropdown-item:hover,
#menu-n1 .dropdown-item:focus {
  color: #ffffff;
}
#menu-n1 .link[aria-expanded="true"],
#menu-n1 .dropdown-menu {
  background: #1a242f;
}
#menu-n1 .nav-dropdown-sm .link:focus,
#menu-n1 .nav-dropdown-sm .link:hover,
#menu-n1 .nav-dropdown-sm .dropdown-item:focus,
#menu-n1 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-n1 .navbar,
#menu-n1 .nav-dropdown-sm,
#menu-n1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-n1 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-n1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-n1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-n1 .bg-color.transparent.opened .link:hover,
#menu-n1 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-n1 .link[aria-expanded="true"],
#menu-n1 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-n2 .mbr-section-title {
  font-size: 36px;
}
#content3-n3 .mbr-section-title,
#content3-n3 .mbr-section-subtitle {
  text-align: center;
}
#content3-n3 P {
  font-size: 24px;
}
#content1-n4 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-n6 .mbr-section-subtitle,
#footer1-n6 .mbr-section-text {
  color: #fff;
}
#footer1-n6 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-n6 P {
  font-size: 16px;
  text-align: left;
}
#footer1-n6 I {
  text-align: left;
}
#footer1-n6 B {
  font-size: 24px;
}
#footer1-n6 SPAN {
  font-size: 22px;
}
#menu-n8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-n8 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-n8 .navbar-toggler {
  color: #ffffff;
}
#menu-n8 .close-icon::before,
#menu-n8 .close-icon::after {
  background-color: #ffffff;
}
#menu-n8 .link,
#menu-n8 .dropdown-item {
  color: #ffffff;
}
#menu-n8 .link {
  font-size: 0.75rem;
}
#menu-n8 .dropdown-item,
#menu-n8 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-n8 .link:hover,
#menu-n8 .link:focus {
  color: #f1c40f;
}
#menu-n8 .dropdown-item:hover::before,
#menu-n8 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-n8 .dropdown-item:hover,
#menu-n8 .dropdown-item:focus {
  color: #ffffff;
}
#menu-n8 .link[aria-expanded="true"],
#menu-n8 .dropdown-menu {
  background: #1a242f;
}
#menu-n8 .nav-dropdown-sm .link:focus,
#menu-n8 .nav-dropdown-sm .link:hover,
#menu-n8 .nav-dropdown-sm .dropdown-item:focus,
#menu-n8 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-n8 .navbar,
#menu-n8 .nav-dropdown-sm,
#menu-n8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-n8 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-n8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-n8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-n8 .bg-color.transparent.opened .link:hover,
#menu-n8 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-n8 .link[aria-expanded="true"],
#menu-n8 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-n9 .mbr-section-title {
  font-size: 36px;
}
#content3-na .mbr-section-title,
#content3-na .mbr-section-subtitle {
  text-align: center;
}
#content3-na P {
  font-size: 24px;
}
#content1-nb P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-ne .mbr-section-title,
#content3-ne .mbr-section-subtitle {
  text-align: center;
}
#content3-ne P {
  font-size: 24px;
}
#content1-nf P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-ng .mbr-section-title,
#content3-ng .mbr-section-subtitle {
  text-align: center;
}
#content3-ng P {
  font-size: 24px;
}
#content1-nh P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-nd .mbr-section-subtitle,
#footer1-nd .mbr-section-text {
  color: #fff;
}
#footer1-nd .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-nd P {
  font-size: 16px;
  text-align: left;
}
#footer1-nd I {
  text-align: left;
}
#footer1-nd B {
  font-size: 24px;
}
#footer1-nd SPAN {
  font-size: 22px;
}
#menu-nj .hide-buttons .nav-btn {
  display: none !important;
}
#menu-nj .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-nj .navbar-toggler {
  color: #ffffff;
}
#menu-nj .close-icon::before,
#menu-nj .close-icon::after {
  background-color: #ffffff;
}
#menu-nj .link,
#menu-nj .dropdown-item {
  color: #ffffff;
}
#menu-nj .link {
  font-size: 0.75rem;
}
#menu-nj .dropdown-item,
#menu-nj .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-nj .link:hover,
#menu-nj .link:focus {
  color: #f1c40f;
}
#menu-nj .dropdown-item:hover::before,
#menu-nj .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-nj .dropdown-item:hover,
#menu-nj .dropdown-item:focus {
  color: #ffffff;
}
#menu-nj .link[aria-expanded="true"],
#menu-nj .dropdown-menu {
  background: #1a242f;
}
#menu-nj .nav-dropdown-sm .link:focus,
#menu-nj .nav-dropdown-sm .link:hover,
#menu-nj .nav-dropdown-sm .dropdown-item:focus,
#menu-nj .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-nj .navbar,
#menu-nj .nav-dropdown-sm,
#menu-nj .nav-dropdown-sm .link[aria-expanded="true"],
#menu-nj .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-nj .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-nj .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-nj .bg-color.transparent.opened .link:hover,
#menu-nj .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-nj .link[aria-expanded="true"],
#menu-nj .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-nk .mbr-section-title {
  font-size: 36px;
}
#content3-nl .mbr-section-title,
#content3-nl .mbr-section-subtitle {
  text-align: center;
}
#content3-nl P {
  font-size: 24px;
}
#content1-nm P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-no .mbr-section-subtitle,
#footer1-no .mbr-section-text {
  color: #fff;
}
#footer1-no .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-no P {
  font-size: 16px;
  text-align: left;
}
#footer1-no I {
  text-align: left;
}
#footer1-no B {
  font-size: 24px;
}
#footer1-no SPAN {
  font-size: 22px;
}
#menu-nq .hide-buttons .nav-btn {
  display: none !important;
}
#menu-nq .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-nq .navbar-toggler {
  color: #ffffff;
}
#menu-nq .close-icon::before,
#menu-nq .close-icon::after {
  background-color: #ffffff;
}
#menu-nq .link,
#menu-nq .dropdown-item {
  color: #ffffff;
}
#menu-nq .link {
  font-size: 0.75rem;
}
#menu-nq .dropdown-item,
#menu-nq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-nq .link:hover,
#menu-nq .link:focus {
  color: #f1c40f;
}
#menu-nq .dropdown-item:hover::before,
#menu-nq .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-nq .dropdown-item:hover,
#menu-nq .dropdown-item:focus {
  color: #ffffff;
}
#menu-nq .link[aria-expanded="true"],
#menu-nq .dropdown-menu {
  background: #1a242f;
}
#menu-nq .nav-dropdown-sm .link:focus,
#menu-nq .nav-dropdown-sm .link:hover,
#menu-nq .nav-dropdown-sm .dropdown-item:focus,
#menu-nq .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-nq .navbar,
#menu-nq .nav-dropdown-sm,
#menu-nq .nav-dropdown-sm .link[aria-expanded="true"],
#menu-nq .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-nq .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-nq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-nq .bg-color.transparent.opened .link:hover,
#menu-nq .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-nq .link[aria-expanded="true"],
#menu-nq .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-nr .mbr-section-title {
  font-size: 36px;
}
#content3-ns .mbr-section-title,
#content3-ns .mbr-section-subtitle {
  text-align: center;
}
#content3-ns P {
  font-size: 24px;
}
#content1-nt P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-nv .mbr-section-subtitle,
#footer1-nv .mbr-section-text {
  color: #fff;
}
#footer1-nv .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-nv P {
  font-size: 16px;
  text-align: left;
}
#footer1-nv I {
  text-align: left;
}
#footer1-nv B {
  font-size: 24px;
}
#footer1-nv SPAN {
  font-size: 22px;
}
#menu-nx .hide-buttons .nav-btn {
  display: none !important;
}
#menu-nx .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-nx .navbar-toggler {
  color: #ffffff;
}
#menu-nx .close-icon::before,
#menu-nx .close-icon::after {
  background-color: #ffffff;
}
#menu-nx .link,
#menu-nx .dropdown-item {
  color: #ffffff;
}
#menu-nx .link {
  font-size: 0.75rem;
}
#menu-nx .dropdown-item,
#menu-nx .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-nx .link:hover,
#menu-nx .link:focus {
  color: #f1c40f;
}
#menu-nx .dropdown-item:hover::before,
#menu-nx .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-nx .dropdown-item:hover,
#menu-nx .dropdown-item:focus {
  color: #ffffff;
}
#menu-nx .link[aria-expanded="true"],
#menu-nx .dropdown-menu {
  background: #1a242f;
}
#menu-nx .nav-dropdown-sm .link:focus,
#menu-nx .nav-dropdown-sm .link:hover,
#menu-nx .nav-dropdown-sm .dropdown-item:focus,
#menu-nx .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-nx .navbar,
#menu-nx .nav-dropdown-sm,
#menu-nx .nav-dropdown-sm .link[aria-expanded="true"],
#menu-nx .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-nx .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-nx .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-nx .bg-color.transparent.opened .link:hover,
#menu-nx .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-nx .link[aria-expanded="true"],
#menu-nx .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ny .mbr-section-title {
  font-size: 36px;
}
#content3-nz .mbr-section-title,
#content3-nz .mbr-section-subtitle {
  text-align: center;
}
#content3-nz P {
  font-size: 24px;
}
#content1-o0 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-o2 .mbr-section-subtitle,
#footer1-o2 .mbr-section-text {
  color: #fff;
}
#footer1-o2 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-o2 P {
  font-size: 16px;
  text-align: left;
}
#footer1-o2 I {
  text-align: left;
}
#footer1-o2 B {
  font-size: 24px;
}
#footer1-o2 SPAN {
  font-size: 22px;
}
#menu-o4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-o4 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-o4 .navbar-toggler {
  color: #ffffff;
}
#menu-o4 .close-icon::before,
#menu-o4 .close-icon::after {
  background-color: #ffffff;
}
#menu-o4 .link,
#menu-o4 .dropdown-item {
  color: #ffffff;
}
#menu-o4 .link {
  font-size: 0.75rem;
}
#menu-o4 .dropdown-item,
#menu-o4 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-o4 .link:hover,
#menu-o4 .link:focus {
  color: #f1c40f;
}
#menu-o4 .dropdown-item:hover::before,
#menu-o4 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-o4 .dropdown-item:hover,
#menu-o4 .dropdown-item:focus {
  color: #ffffff;
}
#menu-o4 .link[aria-expanded="true"],
#menu-o4 .dropdown-menu {
  background: #1a242f;
}
#menu-o4 .nav-dropdown-sm .link:focus,
#menu-o4 .nav-dropdown-sm .link:hover,
#menu-o4 .nav-dropdown-sm .dropdown-item:focus,
#menu-o4 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-o4 .navbar,
#menu-o4 .nav-dropdown-sm,
#menu-o4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-o4 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-o4 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-o4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-o4 .bg-color.transparent.opened .link:hover,
#menu-o4 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-o4 .link[aria-expanded="true"],
#menu-o4 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-o5 .mbr-section-title {
  font-size: 36px;
}
#content3-o6 .mbr-section-title,
#content3-o6 .mbr-section-subtitle {
  text-align: center;
}
#content3-o6 P {
  font-size: 24px;
}
#content1-o7 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-o9 .mbr-section-subtitle,
#footer1-o9 .mbr-section-text {
  color: #fff;
}
#footer1-o9 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-o9 P {
  font-size: 16px;
  text-align: left;
}
#footer1-o9 I {
  text-align: left;
}
#footer1-o9 B {
  font-size: 24px;
}
#footer1-o9 SPAN {
  font-size: 22px;
}
#menu-ob .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ob .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ob .navbar-toggler {
  color: #ffffff;
}
#menu-ob .close-icon::before,
#menu-ob .close-icon::after {
  background-color: #ffffff;
}
#menu-ob .link,
#menu-ob .dropdown-item {
  color: #ffffff;
}
#menu-ob .link {
  font-size: 0.75rem;
}
#menu-ob .dropdown-item,
#menu-ob .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ob .link:hover,
#menu-ob .link:focus {
  color: #f1c40f;
}
#menu-ob .dropdown-item:hover::before,
#menu-ob .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ob .dropdown-item:hover,
#menu-ob .dropdown-item:focus {
  color: #ffffff;
}
#menu-ob .link[aria-expanded="true"],
#menu-ob .dropdown-menu {
  background: #1a242f;
}
#menu-ob .nav-dropdown-sm .link:focus,
#menu-ob .nav-dropdown-sm .link:hover,
#menu-ob .nav-dropdown-sm .dropdown-item:focus,
#menu-ob .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ob .navbar,
#menu-ob .nav-dropdown-sm,
#menu-ob .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ob .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ob .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ob .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ob .bg-color.transparent.opened .link:hover,
#menu-ob .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ob .link[aria-expanded="true"],
#menu-ob .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-oc .mbr-section-title {
  font-size: 36px;
}
#content3-oj .mbr-section-title,
#content3-oj .mbr-section-subtitle {
  text-align: center;
}
#content3-oj P {
  font-size: 24px;
}
#content1-ok P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-od .mbr-section-title,
#content3-od .mbr-section-subtitle {
  text-align: center;
}
#content3-od P {
  font-size: 24px;
}
#content1-oe P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-og .mbr-section-subtitle,
#footer1-og .mbr-section-text {
  color: #fff;
}
#footer1-og .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-og P {
  font-size: 16px;
  text-align: left;
}
#footer1-og I {
  text-align: left;
}
#footer1-og B {
  font-size: 24px;
}
#footer1-og SPAN {
  font-size: 22px;
}
#menu-ol .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ol .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ol .navbar-toggler {
  color: #ffffff;
}
#menu-ol .close-icon::before,
#menu-ol .close-icon::after {
  background-color: #ffffff;
}
#menu-ol .link,
#menu-ol .dropdown-item {
  color: #ffffff;
}
#menu-ol .link {
  font-size: 0.75rem;
}
#menu-ol .dropdown-item,
#menu-ol .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ol .link:hover,
#menu-ol .link:focus {
  color: #f1c40f;
}
#menu-ol .dropdown-item:hover::before,
#menu-ol .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ol .dropdown-item:hover,
#menu-ol .dropdown-item:focus {
  color: #ffffff;
}
#menu-ol .link[aria-expanded="true"],
#menu-ol .dropdown-menu {
  background: #1a242f;
}
#menu-ol .nav-dropdown-sm .link:focus,
#menu-ol .nav-dropdown-sm .link:hover,
#menu-ol .nav-dropdown-sm .dropdown-item:focus,
#menu-ol .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ol .navbar,
#menu-ol .nav-dropdown-sm,
#menu-ol .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ol .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ol .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ol .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ol .bg-color.transparent.opened .link:hover,
#menu-ol .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ol .link[aria-expanded="true"],
#menu-ol .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-om .mbr-section-title {
  font-size: 36px;
}
#content3-on .mbr-section-title,
#content3-on .mbr-section-subtitle {
  text-align: center;
}
#content3-on P {
  font-size: 24px;
}
#content1-oo P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-oq .mbr-section-subtitle,
#footer1-oq .mbr-section-text {
  color: #fff;
}
#footer1-oq .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-oq P {
  font-size: 16px;
  text-align: left;
}
#footer1-oq I {
  text-align: left;
}
#footer1-oq B {
  font-size: 24px;
}
#footer1-oq SPAN {
  font-size: 22px;
}
#menu-os .hide-buttons .nav-btn {
  display: none !important;
}
#menu-os .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-os .navbar-toggler {
  color: #ffffff;
}
#menu-os .close-icon::before,
#menu-os .close-icon::after {
  background-color: #ffffff;
}
#menu-os .link,
#menu-os .dropdown-item {
  color: #ffffff;
}
#menu-os .link {
  font-size: 0.75rem;
}
#menu-os .dropdown-item,
#menu-os .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-os .link:hover,
#menu-os .link:focus {
  color: #f1c40f;
}
#menu-os .dropdown-item:hover::before,
#menu-os .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-os .dropdown-item:hover,
#menu-os .dropdown-item:focus {
  color: #ffffff;
}
#menu-os .link[aria-expanded="true"],
#menu-os .dropdown-menu {
  background: #1a242f;
}
#menu-os .nav-dropdown-sm .link:focus,
#menu-os .nav-dropdown-sm .link:hover,
#menu-os .nav-dropdown-sm .dropdown-item:focus,
#menu-os .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-os .navbar,
#menu-os .nav-dropdown-sm,
#menu-os .nav-dropdown-sm .link[aria-expanded="true"],
#menu-os .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-os .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-os .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-os .bg-color.transparent.opened .link:hover,
#menu-os .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-os .link[aria-expanded="true"],
#menu-os .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ot .mbr-section-title {
  font-size: 36px;
}
#content3-ou .mbr-section-title,
#content3-ou .mbr-section-subtitle {
  text-align: center;
}
#content3-ou P {
  font-size: 24px;
}
#content1-ov P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-ox .mbr-section-subtitle,
#footer1-ox .mbr-section-text {
  color: #fff;
}
#footer1-ox .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ox P {
  font-size: 16px;
  text-align: left;
}
#footer1-ox I {
  text-align: left;
}
#footer1-ox B {
  font-size: 24px;
}
#footer1-ox SPAN {
  font-size: 22px;
}
#menu-oz .hide-buttons .nav-btn {
  display: none !important;
}
#menu-oz .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-oz .navbar-toggler {
  color: #ffffff;
}
#menu-oz .close-icon::before,
#menu-oz .close-icon::after {
  background-color: #ffffff;
}
#menu-oz .link,
#menu-oz .dropdown-item {
  color: #ffffff;
}
#menu-oz .link {
  font-size: 0.75rem;
}
#menu-oz .dropdown-item,
#menu-oz .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-oz .link:hover,
#menu-oz .link:focus {
  color: #f1c40f;
}
#menu-oz .dropdown-item:hover::before,
#menu-oz .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-oz .dropdown-item:hover,
#menu-oz .dropdown-item:focus {
  color: #ffffff;
}
#menu-oz .link[aria-expanded="true"],
#menu-oz .dropdown-menu {
  background: #1a242f;
}
#menu-oz .nav-dropdown-sm .link:focus,
#menu-oz .nav-dropdown-sm .link:hover,
#menu-oz .nav-dropdown-sm .dropdown-item:focus,
#menu-oz .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-oz .navbar,
#menu-oz .nav-dropdown-sm,
#menu-oz .nav-dropdown-sm .link[aria-expanded="true"],
#menu-oz .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-oz .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-oz .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-oz .bg-color.transparent.opened .link:hover,
#menu-oz .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-oz .link[aria-expanded="true"],
#menu-oz .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-p0 .mbr-section-title {
  font-size: 36px;
}
#content3-p1 .mbr-section-title,
#content3-p1 .mbr-section-subtitle {
  text-align: center;
}
#content3-p1 P {
  font-size: 24px;
}
#content1-p2 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-p4 .mbr-section-subtitle,
#footer1-p4 .mbr-section-text {
  color: #fff;
}
#footer1-p4 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-p4 P {
  font-size: 16px;
  text-align: left;
}
#footer1-p4 I {
  text-align: left;
}
#footer1-p4 B {
  font-size: 24px;
}
#footer1-p4 SPAN {
  font-size: 22px;
}
#menu-p6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-p6 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-p6 .navbar-toggler {
  color: #ffffff;
}
#menu-p6 .close-icon::before,
#menu-p6 .close-icon::after {
  background-color: #ffffff;
}
#menu-p6 .link,
#menu-p6 .dropdown-item {
  color: #ffffff;
}
#menu-p6 .link {
  font-size: 0.75rem;
}
#menu-p6 .dropdown-item,
#menu-p6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-p6 .link:hover,
#menu-p6 .link:focus {
  color: #f1c40f;
}
#menu-p6 .dropdown-item:hover::before,
#menu-p6 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-p6 .dropdown-item:hover,
#menu-p6 .dropdown-item:focus {
  color: #ffffff;
}
#menu-p6 .link[aria-expanded="true"],
#menu-p6 .dropdown-menu {
  background: #1a242f;
}
#menu-p6 .nav-dropdown-sm .link:focus,
#menu-p6 .nav-dropdown-sm .link:hover,
#menu-p6 .nav-dropdown-sm .dropdown-item:focus,
#menu-p6 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-p6 .navbar,
#menu-p6 .nav-dropdown-sm,
#menu-p6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-p6 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-p6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-p6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-p6 .bg-color.transparent.opened .link:hover,
#menu-p6 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-p6 .link[aria-expanded="true"],
#menu-p6 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-p7 .mbr-section-title {
  font-size: 36px;
}
#content3-p8 .mbr-section-title,
#content3-p8 .mbr-section-subtitle {
  text-align: center;
}
#content3-p8 P {
  font-size: 24px;
}
#content1-p9 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-pb .mbr-section-subtitle,
#footer1-pb .mbr-section-text {
  color: #fff;
}
#footer1-pb .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-pb P {
  font-size: 16px;
  text-align: left;
}
#footer1-pb I {
  text-align: left;
}
#footer1-pb B {
  font-size: 24px;
}
#footer1-pb SPAN {
  font-size: 22px;
}
#menu-pd .hide-buttons .nav-btn {
  display: none !important;
}
#menu-pd .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-pd .navbar-toggler {
  color: #ffffff;
}
#menu-pd .close-icon::before,
#menu-pd .close-icon::after {
  background-color: #ffffff;
}
#menu-pd .link,
#menu-pd .dropdown-item {
  color: #ffffff;
}
#menu-pd .link {
  font-size: 0.75rem;
}
#menu-pd .dropdown-item,
#menu-pd .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-pd .link:hover,
#menu-pd .link:focus {
  color: #f1c40f;
}
#menu-pd .dropdown-item:hover::before,
#menu-pd .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-pd .dropdown-item:hover,
#menu-pd .dropdown-item:focus {
  color: #ffffff;
}
#menu-pd .link[aria-expanded="true"],
#menu-pd .dropdown-menu {
  background: #1a242f;
}
#menu-pd .nav-dropdown-sm .link:focus,
#menu-pd .nav-dropdown-sm .link:hover,
#menu-pd .nav-dropdown-sm .dropdown-item:focus,
#menu-pd .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-pd .navbar,
#menu-pd .nav-dropdown-sm,
#menu-pd .nav-dropdown-sm .link[aria-expanded="true"],
#menu-pd .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-pd .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-pd .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-pd .bg-color.transparent.opened .link:hover,
#menu-pd .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-pd .link[aria-expanded="true"],
#menu-pd .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-pe .mbr-section-title {
  font-size: 36px;
}
#content3-pl .mbr-section-title,
#content3-pl .mbr-section-subtitle {
  text-align: center;
}
#content3-pl P {
  font-size: 24px;
}
#content1-pm P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-pn .mbr-section-title,
#content3-pn .mbr-section-subtitle {
  text-align: center;
}
#content3-pn P {
  font-size: 24px;
}
#content1-po P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content3-pf .mbr-section-title,
#content3-pf .mbr-section-subtitle {
  text-align: center;
}
#content3-pf P {
  font-size: 24px;
}
#content1-pg P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-pi .mbr-section-subtitle,
#footer1-pi .mbr-section-text {
  color: #fff;
}
#footer1-pi .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-pi P {
  font-size: 16px;
  text-align: left;
}
#footer1-pi I {
  text-align: left;
}
#footer1-pi B {
  font-size: 24px;
}
#footer1-pi SPAN {
  font-size: 22px;
}
#menu-pp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-pp .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-pp .navbar-toggler {
  color: #ffffff;
}
#menu-pp .close-icon::before,
#menu-pp .close-icon::after {
  background-color: #ffffff;
}
#menu-pp .link,
#menu-pp .dropdown-item {
  color: #ffffff;
}
#menu-pp .link {
  font-size: 0.75rem;
}
#menu-pp .dropdown-item,
#menu-pp .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-pp .link:hover,
#menu-pp .link:focus {
  color: #f1c40f;
}
#menu-pp .dropdown-item:hover::before,
#menu-pp .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-pp .dropdown-item:hover,
#menu-pp .dropdown-item:focus {
  color: #ffffff;
}
#menu-pp .link[aria-expanded="true"],
#menu-pp .dropdown-menu {
  background: #1a242f;
}
#menu-pp .nav-dropdown-sm .link:focus,
#menu-pp .nav-dropdown-sm .link:hover,
#menu-pp .nav-dropdown-sm .dropdown-item:focus,
#menu-pp .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-pp .navbar,
#menu-pp .nav-dropdown-sm,
#menu-pp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-pp .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-pp .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-pp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-pp .bg-color.transparent.opened .link:hover,
#menu-pp .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-pp .link[aria-expanded="true"],
#menu-pp .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-pq .mbr-section-title {
  font-size: 36px;
}
#content3-pr .mbr-section-title,
#content3-pr .mbr-section-subtitle {
  text-align: center;
}
#content3-pr P {
  font-size: 24px;
}
#content1-ps P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-pu .mbr-section-subtitle,
#footer1-pu .mbr-section-text {
  color: #fff;
}
#footer1-pu .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-pu P {
  font-size: 16px;
  text-align: left;
}
#footer1-pu I {
  text-align: left;
}
#footer1-pu B {
  font-size: 24px;
}
#footer1-pu SPAN {
  font-size: 22px;
}
#menu-pw .hide-buttons .nav-btn {
  display: none !important;
}
#menu-pw .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-pw .navbar-toggler {
  color: #ffffff;
}
#menu-pw .close-icon::before,
#menu-pw .close-icon::after {
  background-color: #ffffff;
}
#menu-pw .link,
#menu-pw .dropdown-item {
  color: #ffffff;
}
#menu-pw .link {
  font-size: 0.75rem;
}
#menu-pw .dropdown-item,
#menu-pw .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-pw .link:hover,
#menu-pw .link:focus {
  color: #f1c40f;
}
#menu-pw .dropdown-item:hover::before,
#menu-pw .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-pw .dropdown-item:hover,
#menu-pw .dropdown-item:focus {
  color: #ffffff;
}
#menu-pw .link[aria-expanded="true"],
#menu-pw .dropdown-menu {
  background: #1a242f;
}
#menu-pw .nav-dropdown-sm .link:focus,
#menu-pw .nav-dropdown-sm .link:hover,
#menu-pw .nav-dropdown-sm .dropdown-item:focus,
#menu-pw .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-pw .navbar,
#menu-pw .nav-dropdown-sm,
#menu-pw .nav-dropdown-sm .link[aria-expanded="true"],
#menu-pw .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-pw .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-pw .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-pw .bg-color.transparent.opened .link:hover,
#menu-pw .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-pw .link[aria-expanded="true"],
#menu-pw .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-px .mbr-section-title {
  font-size: 36px;
}
#content3-py .mbr-section-title,
#content3-py .mbr-section-subtitle {
  text-align: center;
}
#content3-py P {
  font-size: 24px;
}
#content1-pz P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-q1 .mbr-section-subtitle,
#footer1-q1 .mbr-section-text {
  color: #fff;
}
#footer1-q1 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-q1 P {
  font-size: 16px;
  text-align: left;
}
#footer1-q1 I {
  text-align: left;
}
#footer1-q1 B {
  font-size: 24px;
}
#footer1-q1 SPAN {
  font-size: 22px;
}
#menu-q3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-q3 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-q3 .navbar-toggler {
  color: #ffffff;
}
#menu-q3 .close-icon::before,
#menu-q3 .close-icon::after {
  background-color: #ffffff;
}
#menu-q3 .link,
#menu-q3 .dropdown-item {
  color: #ffffff;
}
#menu-q3 .link {
  font-size: 0.75rem;
}
#menu-q3 .dropdown-item,
#menu-q3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-q3 .link:hover,
#menu-q3 .link:focus {
  color: #f1c40f;
}
#menu-q3 .dropdown-item:hover::before,
#menu-q3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-q3 .dropdown-item:hover,
#menu-q3 .dropdown-item:focus {
  color: #ffffff;
}
#menu-q3 .link[aria-expanded="true"],
#menu-q3 .dropdown-menu {
  background: #1a242f;
}
#menu-q3 .nav-dropdown-sm .link:focus,
#menu-q3 .nav-dropdown-sm .link:hover,
#menu-q3 .nav-dropdown-sm .dropdown-item:focus,
#menu-q3 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-q3 .navbar,
#menu-q3 .nav-dropdown-sm,
#menu-q3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-q3 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-q3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-q3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-q3 .bg-color.transparent.opened .link:hover,
#menu-q3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-q3 .link[aria-expanded="true"],
#menu-q3 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-q4 .mbr-section-title {
  font-size: 36px;
}
#content3-q5 .mbr-section-title,
#content3-q5 .mbr-section-subtitle {
  text-align: center;
}
#content3-q5 P {
  font-size: 24px;
}
#content1-q6 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-q8 .mbr-section-subtitle,
#footer1-q8 .mbr-section-text {
  color: #fff;
}
#footer1-q8 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-q8 P {
  font-size: 16px;
  text-align: left;
}
#footer1-q8 I {
  text-align: left;
}
#footer1-q8 B {
  font-size: 24px;
}
#footer1-q8 SPAN {
  font-size: 22px;
}
#menu-qa .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qa .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-qa .navbar-toggler {
  color: #ffffff;
}
#menu-qa .close-icon::before,
#menu-qa .close-icon::after {
  background-color: #ffffff;
}
#menu-qa .link,
#menu-qa .dropdown-item {
  color: #ffffff;
}
#menu-qa .link {
  font-size: 0.75rem;
}
#menu-qa .dropdown-item,
#menu-qa .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-qa .link:hover,
#menu-qa .link:focus {
  color: #f1c40f;
}
#menu-qa .dropdown-item:hover::before,
#menu-qa .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-qa .dropdown-item:hover,
#menu-qa .dropdown-item:focus {
  color: #ffffff;
}
#menu-qa .link[aria-expanded="true"],
#menu-qa .dropdown-menu {
  background: #1a242f;
}
#menu-qa .nav-dropdown-sm .link:focus,
#menu-qa .nav-dropdown-sm .link:hover,
#menu-qa .nav-dropdown-sm .dropdown-item:focus,
#menu-qa .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-qa .navbar,
#menu-qa .nav-dropdown-sm,
#menu-qa .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qa .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-qa .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-qa .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qa .bg-color.transparent.opened .link:hover,
#menu-qa .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-qa .link[aria-expanded="true"],
#menu-qa .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-qb .mbr-section-title {
  font-size: 36px;
}
#content3-qc .mbr-section-title,
#content3-qc .mbr-section-subtitle {
  text-align: center;
}
#content3-qc P {
  font-size: 24px;
}
#content1-qd P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-qf .mbr-section-subtitle,
#footer1-qf .mbr-section-text {
  color: #fff;
}
#footer1-qf .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-qf P {
  font-size: 16px;
  text-align: left;
}
#footer1-qf I {
  text-align: left;
}
#footer1-qf B {
  font-size: 24px;
}
#footer1-qf SPAN {
  font-size: 22px;
}
#menu-qh .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qh .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-qh .navbar-toggler {
  color: #ffffff;
}
#menu-qh .close-icon::before,
#menu-qh .close-icon::after {
  background-color: #ffffff;
}
#menu-qh .link,
#menu-qh .dropdown-item {
  color: #ffffff;
}
#menu-qh .link {
  font-size: 0.75rem;
}
#menu-qh .dropdown-item,
#menu-qh .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-qh .link:hover,
#menu-qh .link:focus {
  color: #f1c40f;
}
#menu-qh .dropdown-item:hover::before,
#menu-qh .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-qh .dropdown-item:hover,
#menu-qh .dropdown-item:focus {
  color: #ffffff;
}
#menu-qh .link[aria-expanded="true"],
#menu-qh .dropdown-menu {
  background: #1a242f;
}
#menu-qh .nav-dropdown-sm .link:focus,
#menu-qh .nav-dropdown-sm .link:hover,
#menu-qh .nav-dropdown-sm .dropdown-item:focus,
#menu-qh .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-qh .navbar,
#menu-qh .nav-dropdown-sm,
#menu-qh .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qh .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-qh .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-qh .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qh .bg-color.transparent.opened .link:hover,
#menu-qh .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-qh .link[aria-expanded="true"],
#menu-qh .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-qi .mbr-section-title {
  font-size: 36px;
}
#content3-qj .mbr-section-title,
#content3-qj .mbr-section-subtitle {
  text-align: center;
}
#content3-qj P {
  font-size: 24px;
}
#content1-qk P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-qm .mbr-section-subtitle,
#footer1-qm .mbr-section-text {
  color: #fff;
}
#footer1-qm .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-qm P {
  font-size: 16px;
  text-align: left;
}
#footer1-qm I {
  text-align: left;
}
#footer1-qm B {
  font-size: 24px;
}
#footer1-qm SPAN {
  font-size: 22px;
}
#menu-qo .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qo .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-qo .navbar-toggler {
  color: #ffffff;
}
#menu-qo .close-icon::before,
#menu-qo .close-icon::after {
  background-color: #ffffff;
}
#menu-qo .link,
#menu-qo .dropdown-item {
  color: #ffffff;
}
#menu-qo .link {
  font-size: 0.75rem;
}
#menu-qo .dropdown-item,
#menu-qo .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-qo .link:hover,
#menu-qo .link:focus {
  color: #f1c40f;
}
#menu-qo .dropdown-item:hover::before,
#menu-qo .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-qo .dropdown-item:hover,
#menu-qo .dropdown-item:focus {
  color: #ffffff;
}
#menu-qo .link[aria-expanded="true"],
#menu-qo .dropdown-menu {
  background: #1a242f;
}
#menu-qo .nav-dropdown-sm .link:focus,
#menu-qo .nav-dropdown-sm .link:hover,
#menu-qo .nav-dropdown-sm .dropdown-item:focus,
#menu-qo .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-qo .navbar,
#menu-qo .nav-dropdown-sm,
#menu-qo .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qo .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-qo .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-qo .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qo .bg-color.transparent.opened .link:hover,
#menu-qo .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-qo .link[aria-expanded="true"],
#menu-qo .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-qp .mbr-section-title {
  font-size: 36px;
}
#content3-qq .mbr-section-title,
#content3-qq .mbr-section-subtitle {
  text-align: center;
}
#content1-qr P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-qt .mbr-section-subtitle,
#footer1-qt .mbr-section-text {
  color: #fff;
}
#footer1-qt .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-qt P {
  font-size: 16px;
  text-align: left;
}
#footer1-qt I {
  text-align: left;
}
#footer1-qt B {
  font-size: 24px;
}
#footer1-qt SPAN {
  font-size: 22px;
}
#menu-qv .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qv .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-qv .navbar-toggler {
  color: #ffffff;
}
#menu-qv .close-icon::before,
#menu-qv .close-icon::after {
  background-color: #ffffff;
}
#menu-qv .link,
#menu-qv .dropdown-item {
  color: #ffffff;
}
#menu-qv .link {
  font-size: 0.75rem;
}
#menu-qv .dropdown-item,
#menu-qv .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-qv .link:hover,
#menu-qv .link:focus {
  color: #f1c40f;
}
#menu-qv .dropdown-item:hover::before,
#menu-qv .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-qv .dropdown-item:hover,
#menu-qv .dropdown-item:focus {
  color: #ffffff;
}
#menu-qv .link[aria-expanded="true"],
#menu-qv .dropdown-menu {
  background: #1a242f;
}
#menu-qv .nav-dropdown-sm .link:focus,
#menu-qv .nav-dropdown-sm .link:hover,
#menu-qv .nav-dropdown-sm .dropdown-item:focus,
#menu-qv .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-qv .navbar,
#menu-qv .nav-dropdown-sm,
#menu-qv .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qv .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-qv .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-qv .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qv .bg-color.transparent.opened .link:hover,
#menu-qv .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-qv .link[aria-expanded="true"],
#menu-qv .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-qw .mbr-section-title {
  font-size: 36px;
}
#content3-qx .mbr-section-title,
#content3-qx .mbr-section-subtitle {
  text-align: center;
}
#content1-qy P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-r0 .mbr-section-subtitle,
#footer1-r0 .mbr-section-text {
  color: #fff;
}
#footer1-r0 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-r0 P {
  font-size: 16px;
  text-align: left;
}
#footer1-r0 I {
  text-align: left;
}
#footer1-r0 B {
  font-size: 24px;
}
#footer1-r0 SPAN {
  font-size: 22px;
}
#menu-r2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-r2 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-r2 .navbar-toggler {
  color: #ffffff;
}
#menu-r2 .close-icon::before,
#menu-r2 .close-icon::after {
  background-color: #ffffff;
}
#menu-r2 .link,
#menu-r2 .dropdown-item {
  color: #ffffff;
}
#menu-r2 .link {
  font-size: 0.75rem;
}
#menu-r2 .dropdown-item,
#menu-r2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-r2 .link:hover,
#menu-r2 .link:focus {
  color: #f1c40f;
}
#menu-r2 .dropdown-item:hover::before,
#menu-r2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-r2 .dropdown-item:hover,
#menu-r2 .dropdown-item:focus {
  color: #ffffff;
}
#menu-r2 .link[aria-expanded="true"],
#menu-r2 .dropdown-menu {
  background: #1a242f;
}
#menu-r2 .nav-dropdown-sm .link:focus,
#menu-r2 .nav-dropdown-sm .link:hover,
#menu-r2 .nav-dropdown-sm .dropdown-item:focus,
#menu-r2 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-r2 .navbar,
#menu-r2 .nav-dropdown-sm,
#menu-r2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-r2 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-r2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-r2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-r2 .bg-color.transparent.opened .link:hover,
#menu-r2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-r2 .link[aria-expanded="true"],
#menu-r2 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-r3 .mbr-section-title {
  font-size: 36px;
}
#content3-r4 .mbr-section-title,
#content3-r4 .mbr-section-subtitle {
  text-align: center;
}
#content1-r5 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-r7 .mbr-section-subtitle,
#footer1-r7 .mbr-section-text {
  color: #fff;
}
#footer1-r7 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-r7 P {
  font-size: 16px;
  text-align: left;
}
#footer1-r7 I {
  text-align: left;
}
#footer1-r7 B {
  font-size: 24px;
}
#footer1-r7 SPAN {
  font-size: 22px;
}
#menu-r9 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-r9 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-r9 .navbar-toggler {
  color: #ffffff;
}
#menu-r9 .close-icon::before,
#menu-r9 .close-icon::after {
  background-color: #ffffff;
}
#menu-r9 .link,
#menu-r9 .dropdown-item {
  color: #ffffff;
}
#menu-r9 .link {
  font-size: 0.75rem;
}
#menu-r9 .dropdown-item,
#menu-r9 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-r9 .link:hover,
#menu-r9 .link:focus {
  color: #f1c40f;
}
#menu-r9 .dropdown-item:hover::before,
#menu-r9 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-r9 .dropdown-item:hover,
#menu-r9 .dropdown-item:focus {
  color: #ffffff;
}
#menu-r9 .link[aria-expanded="true"],
#menu-r9 .dropdown-menu {
  background: #1a242f;
}
#menu-r9 .nav-dropdown-sm .link:focus,
#menu-r9 .nav-dropdown-sm .link:hover,
#menu-r9 .nav-dropdown-sm .dropdown-item:focus,
#menu-r9 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-r9 .navbar,
#menu-r9 .nav-dropdown-sm,
#menu-r9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-r9 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-r9 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-r9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-r9 .bg-color.transparent.opened .link:hover,
#menu-r9 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-r9 .link[aria-expanded="true"],
#menu-r9 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ra .mbr-section-title {
  font-size: 36px;
}
#content3-rb .mbr-section-title,
#content3-rb .mbr-section-subtitle {
  text-align: center;
}
#content1-rc P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-re .mbr-section-subtitle,
#footer1-re .mbr-section-text {
  color: #fff;
}
#footer1-re .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-re P {
  font-size: 16px;
  text-align: left;
}
#footer1-re I {
  text-align: left;
}
#footer1-re B {
  font-size: 24px;
}
#footer1-re SPAN {
  font-size: 22px;
}
#menu-rg .hide-buttons .nav-btn {
  display: none !important;
}
#menu-rg .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-rg .navbar-toggler {
  color: #ffffff;
}
#menu-rg .close-icon::before,
#menu-rg .close-icon::after {
  background-color: #ffffff;
}
#menu-rg .link,
#menu-rg .dropdown-item {
  color: #ffffff;
}
#menu-rg .link {
  font-size: 0.75rem;
}
#menu-rg .dropdown-item,
#menu-rg .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-rg .link:hover,
#menu-rg .link:focus {
  color: #f1c40f;
}
#menu-rg .dropdown-item:hover::before,
#menu-rg .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-rg .dropdown-item:hover,
#menu-rg .dropdown-item:focus {
  color: #ffffff;
}
#menu-rg .link[aria-expanded="true"],
#menu-rg .dropdown-menu {
  background: #1a242f;
}
#menu-rg .nav-dropdown-sm .link:focus,
#menu-rg .nav-dropdown-sm .link:hover,
#menu-rg .nav-dropdown-sm .dropdown-item:focus,
#menu-rg .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-rg .navbar,
#menu-rg .nav-dropdown-sm,
#menu-rg .nav-dropdown-sm .link[aria-expanded="true"],
#menu-rg .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-rg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-rg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-rg .bg-color.transparent.opened .link:hover,
#menu-rg .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-rg .link[aria-expanded="true"],
#menu-rg .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-rh .mbr-section-title {
  font-size: 36px;
}
#content3-ri .mbr-section-title,
#content3-ri .mbr-section-subtitle {
  text-align: center;
}
#content1-rj P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-rl .mbr-section-subtitle,
#footer1-rl .mbr-section-text {
  color: #fff;
}
#footer1-rl .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-rl P {
  font-size: 16px;
  text-align: left;
}
#footer1-rl I {
  text-align: left;
}
#footer1-rl B {
  font-size: 24px;
}
#footer1-rl SPAN {
  font-size: 22px;
}
#menu-rn .hide-buttons .nav-btn {
  display: none !important;
}
#menu-rn .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-rn .navbar-toggler {
  color: #ffffff;
}
#menu-rn .close-icon::before,
#menu-rn .close-icon::after {
  background-color: #ffffff;
}
#menu-rn .link,
#menu-rn .dropdown-item {
  color: #ffffff;
}
#menu-rn .link {
  font-size: 0.75rem;
}
#menu-rn .dropdown-item,
#menu-rn .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-rn .link:hover,
#menu-rn .link:focus {
  color: #f1c40f;
}
#menu-rn .dropdown-item:hover::before,
#menu-rn .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-rn .dropdown-item:hover,
#menu-rn .dropdown-item:focus {
  color: #ffffff;
}
#menu-rn .link[aria-expanded="true"],
#menu-rn .dropdown-menu {
  background: #1a242f;
}
#menu-rn .nav-dropdown-sm .link:focus,
#menu-rn .nav-dropdown-sm .link:hover,
#menu-rn .nav-dropdown-sm .dropdown-item:focus,
#menu-rn .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-rn .navbar,
#menu-rn .nav-dropdown-sm,
#menu-rn .nav-dropdown-sm .link[aria-expanded="true"],
#menu-rn .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-rn .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-rn .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-rn .bg-color.transparent.opened .link:hover,
#menu-rn .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-rn .link[aria-expanded="true"],
#menu-rn .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ro .mbr-section-title {
  font-size: 36px;
}
#content3-rp .mbr-section-title,
#content3-rp .mbr-section-subtitle {
  text-align: center;
}
#content1-rq P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-rs .mbr-section-subtitle,
#footer1-rs .mbr-section-text {
  color: #fff;
}
#footer1-rs .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-rs P {
  font-size: 16px;
  text-align: left;
}
#footer1-rs I {
  text-align: left;
}
#footer1-rs B {
  font-size: 24px;
}
#footer1-rs SPAN {
  font-size: 22px;
}
#menu-ru .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ru .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ru .navbar-toggler {
  color: #ffffff;
}
#menu-ru .close-icon::before,
#menu-ru .close-icon::after {
  background-color: #ffffff;
}
#menu-ru .link,
#menu-ru .dropdown-item {
  color: #ffffff;
}
#menu-ru .link {
  font-size: 0.75rem;
}
#menu-ru .dropdown-item,
#menu-ru .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ru .link:hover,
#menu-ru .link:focus {
  color: #f1c40f;
}
#menu-ru .dropdown-item:hover::before,
#menu-ru .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ru .dropdown-item:hover,
#menu-ru .dropdown-item:focus {
  color: #ffffff;
}
#menu-ru .link[aria-expanded="true"],
#menu-ru .dropdown-menu {
  background: #1a242f;
}
#menu-ru .nav-dropdown-sm .link:focus,
#menu-ru .nav-dropdown-sm .link:hover,
#menu-ru .nav-dropdown-sm .dropdown-item:focus,
#menu-ru .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ru .navbar,
#menu-ru .nav-dropdown-sm,
#menu-ru .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ru .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ru .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ru .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ru .bg-color.transparent.opened .link:hover,
#menu-ru .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ru .link[aria-expanded="true"],
#menu-ru .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-rv .mbr-section-title {
  font-size: 36px;
}
#content3-rw .mbr-section-title,
#content3-rw .mbr-section-subtitle {
  text-align: center;
}
#content1-rx P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-rz .mbr-section-subtitle,
#footer1-rz .mbr-section-text {
  color: #fff;
}
#footer1-rz .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-rz P {
  font-size: 16px;
  text-align: left;
}
#footer1-rz I {
  text-align: left;
}
#footer1-rz B {
  font-size: 24px;
}
#footer1-rz SPAN {
  font-size: 22px;
}
#menu-s1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-s1 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-s1 .navbar-toggler {
  color: #ffffff;
}
#menu-s1 .close-icon::before,
#menu-s1 .close-icon::after {
  background-color: #ffffff;
}
#menu-s1 .link,
#menu-s1 .dropdown-item {
  color: #ffffff;
}
#menu-s1 .link {
  font-size: 0.75rem;
}
#menu-s1 .dropdown-item,
#menu-s1 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-s1 .link:hover,
#menu-s1 .link:focus {
  color: #f1c40f;
}
#menu-s1 .dropdown-item:hover::before,
#menu-s1 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-s1 .dropdown-item:hover,
#menu-s1 .dropdown-item:focus {
  color: #ffffff;
}
#menu-s1 .link[aria-expanded="true"],
#menu-s1 .dropdown-menu {
  background: #1a242f;
}
#menu-s1 .nav-dropdown-sm .link:focus,
#menu-s1 .nav-dropdown-sm .link:hover,
#menu-s1 .nav-dropdown-sm .dropdown-item:focus,
#menu-s1 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-s1 .navbar,
#menu-s1 .nav-dropdown-sm,
#menu-s1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-s1 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-s1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-s1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-s1 .bg-color.transparent.opened .link:hover,
#menu-s1 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-s1 .link[aria-expanded="true"],
#menu-s1 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-s2 .mbr-section-title {
  font-size: 36px;
}
#content3-s3 .mbr-section-title,
#content3-s3 .mbr-section-subtitle {
  text-align: center;
}
#content1-s4 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-s6 .mbr-section-subtitle,
#footer1-s6 .mbr-section-text {
  color: #fff;
}
#footer1-s6 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-s6 P {
  font-size: 16px;
  text-align: left;
}
#footer1-s6 I {
  text-align: left;
}
#footer1-s6 B {
  font-size: 24px;
}
#footer1-s6 SPAN {
  font-size: 22px;
}
#menu-s8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-s8 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-s8 .navbar-toggler {
  color: #ffffff;
}
#menu-s8 .close-icon::before,
#menu-s8 .close-icon::after {
  background-color: #ffffff;
}
#menu-s8 .link,
#menu-s8 .dropdown-item {
  color: #ffffff;
}
#menu-s8 .link {
  font-size: 0.75rem;
}
#menu-s8 .dropdown-item,
#menu-s8 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-s8 .link:hover,
#menu-s8 .link:focus {
  color: #f1c40f;
}
#menu-s8 .dropdown-item:hover::before,
#menu-s8 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-s8 .dropdown-item:hover,
#menu-s8 .dropdown-item:focus {
  color: #ffffff;
}
#menu-s8 .link[aria-expanded="true"],
#menu-s8 .dropdown-menu {
  background: #1a242f;
}
#menu-s8 .nav-dropdown-sm .link:focus,
#menu-s8 .nav-dropdown-sm .link:hover,
#menu-s8 .nav-dropdown-sm .dropdown-item:focus,
#menu-s8 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-s8 .navbar,
#menu-s8 .nav-dropdown-sm,
#menu-s8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-s8 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-s8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-s8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-s8 .bg-color.transparent.opened .link:hover,
#menu-s8 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-s8 .link[aria-expanded="true"],
#menu-s8 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-s9 .mbr-section-title {
  font-size: 36px;
}
#content3-sa .mbr-section-title,
#content3-sa .mbr-section-subtitle {
  text-align: center;
}
#content1-sb P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-sd .mbr-section-subtitle,
#footer1-sd .mbr-section-text {
  color: #fff;
}
#footer1-sd .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-sd P {
  font-size: 16px;
  text-align: left;
}
#footer1-sd I {
  text-align: left;
}
#footer1-sd B {
  font-size: 24px;
}
#footer1-sd SPAN {
  font-size: 22px;
}
#menu-sf .hide-buttons .nav-btn {
  display: none !important;
}
#menu-sf .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-sf .navbar-toggler {
  color: #ffffff;
}
#menu-sf .close-icon::before,
#menu-sf .close-icon::after {
  background-color: #ffffff;
}
#menu-sf .link,
#menu-sf .dropdown-item {
  color: #ffffff;
}
#menu-sf .link {
  font-size: 0.75rem;
}
#menu-sf .dropdown-item,
#menu-sf .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-sf .link:hover,
#menu-sf .link:focus {
  color: #f1c40f;
}
#menu-sf .dropdown-item:hover::before,
#menu-sf .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-sf .dropdown-item:hover,
#menu-sf .dropdown-item:focus {
  color: #ffffff;
}
#menu-sf .link[aria-expanded="true"],
#menu-sf .dropdown-menu {
  background: #1a242f;
}
#menu-sf .nav-dropdown-sm .link:focus,
#menu-sf .nav-dropdown-sm .link:hover,
#menu-sf .nav-dropdown-sm .dropdown-item:focus,
#menu-sf .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-sf .navbar,
#menu-sf .nav-dropdown-sm,
#menu-sf .nav-dropdown-sm .link[aria-expanded="true"],
#menu-sf .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-sf .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-sf .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-sf .bg-color.transparent.opened .link:hover,
#menu-sf .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-sf .link[aria-expanded="true"],
#menu-sf .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-sg .mbr-section-title {
  font-size: 36px;
}
#content3-sh .mbr-section-title,
#content3-sh .mbr-section-subtitle {
  text-align: center;
}
#content1-si P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-sk .mbr-section-subtitle,
#footer1-sk .mbr-section-text {
  color: #fff;
}
#footer1-sk .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-sk P {
  font-size: 16px;
  text-align: left;
}
#footer1-sk I {
  text-align: left;
}
#footer1-sk B {
  font-size: 24px;
}
#footer1-sk SPAN {
  font-size: 22px;
}
#menu-sm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-sm .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-sm .navbar-toggler {
  color: #ffffff;
}
#menu-sm .close-icon::before,
#menu-sm .close-icon::after {
  background-color: #ffffff;
}
#menu-sm .link,
#menu-sm .dropdown-item {
  color: #ffffff;
}
#menu-sm .link {
  font-size: 0.75rem;
}
#menu-sm .dropdown-item,
#menu-sm .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-sm .link:hover,
#menu-sm .link:focus {
  color: #f1c40f;
}
#menu-sm .dropdown-item:hover::before,
#menu-sm .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-sm .dropdown-item:hover,
#menu-sm .dropdown-item:focus {
  color: #ffffff;
}
#menu-sm .link[aria-expanded="true"],
#menu-sm .dropdown-menu {
  background: #1a242f;
}
#menu-sm .nav-dropdown-sm .link:focus,
#menu-sm .nav-dropdown-sm .link:hover,
#menu-sm .nav-dropdown-sm .dropdown-item:focus,
#menu-sm .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-sm .navbar,
#menu-sm .nav-dropdown-sm,
#menu-sm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-sm .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-sm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-sm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-sm .bg-color.transparent.opened .link:hover,
#menu-sm .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-sm .link[aria-expanded="true"],
#menu-sm .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-sn .mbr-section-title {
  font-size: 36px;
}
#content3-so .mbr-section-title,
#content3-so .mbr-section-subtitle {
  text-align: center;
}
#content1-sp P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-sr .mbr-section-subtitle,
#footer1-sr .mbr-section-text {
  color: #fff;
}
#footer1-sr .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-sr P {
  font-size: 16px;
  text-align: left;
}
#footer1-sr I {
  text-align: left;
}
#footer1-sr B {
  font-size: 24px;
}
#footer1-sr SPAN {
  font-size: 22px;
}
#menu-st .hide-buttons .nav-btn {
  display: none !important;
}
#menu-st .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-st .navbar-toggler {
  color: #ffffff;
}
#menu-st .close-icon::before,
#menu-st .close-icon::after {
  background-color: #ffffff;
}
#menu-st .link,
#menu-st .dropdown-item {
  color: #ffffff;
}
#menu-st .link {
  font-size: 0.75rem;
}
#menu-st .dropdown-item,
#menu-st .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-st .link:hover,
#menu-st .link:focus {
  color: #f1c40f;
}
#menu-st .dropdown-item:hover::before,
#menu-st .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-st .dropdown-item:hover,
#menu-st .dropdown-item:focus {
  color: #ffffff;
}
#menu-st .link[aria-expanded="true"],
#menu-st .dropdown-menu {
  background: #1a242f;
}
#menu-st .nav-dropdown-sm .link:focus,
#menu-st .nav-dropdown-sm .link:hover,
#menu-st .nav-dropdown-sm .dropdown-item:focus,
#menu-st .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-st .navbar,
#menu-st .nav-dropdown-sm,
#menu-st .nav-dropdown-sm .link[aria-expanded="true"],
#menu-st .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-st .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-st .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-st .bg-color.transparent.opened .link:hover,
#menu-st .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-st .link[aria-expanded="true"],
#menu-st .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-su .mbr-section-title {
  font-size: 36px;
}
#content3-sv .mbr-section-title,
#content3-sv .mbr-section-subtitle {
  text-align: center;
}
#content1-sw P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-sy .mbr-section-subtitle,
#footer1-sy .mbr-section-text {
  color: #fff;
}
#footer1-sy .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-sy P {
  font-size: 16px;
  text-align: left;
}
#footer1-sy I {
  text-align: left;
}
#footer1-sy B {
  font-size: 24px;
}
#footer1-sy SPAN {
  font-size: 22px;
}
#menu-t0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-t0 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-t0 .navbar-toggler {
  color: #ffffff;
}
#menu-t0 .close-icon::before,
#menu-t0 .close-icon::after {
  background-color: #ffffff;
}
#menu-t0 .link,
#menu-t0 .dropdown-item {
  color: #ffffff;
}
#menu-t0 .link {
  font-size: 0.75rem;
}
#menu-t0 .dropdown-item,
#menu-t0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-t0 .link:hover,
#menu-t0 .link:focus {
  color: #f1c40f;
}
#menu-t0 .dropdown-item:hover::before,
#menu-t0 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-t0 .dropdown-item:hover,
#menu-t0 .dropdown-item:focus {
  color: #ffffff;
}
#menu-t0 .link[aria-expanded="true"],
#menu-t0 .dropdown-menu {
  background: #1a242f;
}
#menu-t0 .nav-dropdown-sm .link:focus,
#menu-t0 .nav-dropdown-sm .link:hover,
#menu-t0 .nav-dropdown-sm .dropdown-item:focus,
#menu-t0 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-t0 .navbar,
#menu-t0 .nav-dropdown-sm,
#menu-t0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-t0 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-t0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-t0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-t0 .bg-color.transparent.opened .link:hover,
#menu-t0 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-t0 .link[aria-expanded="true"],
#menu-t0 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-t1 .mbr-section-title {
  font-size: 36px;
}
#content3-t2 .mbr-section-title,
#content3-t2 .mbr-section-subtitle {
  text-align: center;
}
#content1-t3 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-t5 .mbr-section-subtitle,
#footer1-t5 .mbr-section-text {
  color: #fff;
}
#footer1-t5 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-t5 P {
  font-size: 16px;
  text-align: left;
}
#footer1-t5 I {
  text-align: left;
}
#footer1-t5 B {
  font-size: 24px;
}
#footer1-t5 SPAN {
  font-size: 22px;
}
#menu-t7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-t7 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-t7 .navbar-toggler {
  color: #ffffff;
}
#menu-t7 .close-icon::before,
#menu-t7 .close-icon::after {
  background-color: #ffffff;
}
#menu-t7 .link,
#menu-t7 .dropdown-item {
  color: #ffffff;
}
#menu-t7 .link {
  font-size: 0.75rem;
}
#menu-t7 .dropdown-item,
#menu-t7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-t7 .link:hover,
#menu-t7 .link:focus {
  color: #f1c40f;
}
#menu-t7 .dropdown-item:hover::before,
#menu-t7 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-t7 .dropdown-item:hover,
#menu-t7 .dropdown-item:focus {
  color: #ffffff;
}
#menu-t7 .link[aria-expanded="true"],
#menu-t7 .dropdown-menu {
  background: #1a242f;
}
#menu-t7 .nav-dropdown-sm .link:focus,
#menu-t7 .nav-dropdown-sm .link:hover,
#menu-t7 .nav-dropdown-sm .dropdown-item:focus,
#menu-t7 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-t7 .navbar,
#menu-t7 .nav-dropdown-sm,
#menu-t7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-t7 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-t7 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-t7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-t7 .bg-color.transparent.opened .link:hover,
#menu-t7 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-t7 .link[aria-expanded="true"],
#menu-t7 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-t8 .mbr-section-title {
  font-size: 36px;
}
#content3-t9 .mbr-section-title,
#content3-t9 .mbr-section-subtitle {
  text-align: center;
}
#content1-ta P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-tc .mbr-section-subtitle,
#footer1-tc .mbr-section-text {
  color: #fff;
}
#footer1-tc .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-tc P {
  font-size: 16px;
  text-align: left;
}
#footer1-tc I {
  text-align: left;
}
#footer1-tc B {
  font-size: 24px;
}
#footer1-tc SPAN {
  font-size: 22px;
}
#menu-te .hide-buttons .nav-btn {
  display: none !important;
}
#menu-te .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-te .navbar-toggler {
  color: #ffffff;
}
#menu-te .close-icon::before,
#menu-te .close-icon::after {
  background-color: #ffffff;
}
#menu-te .link,
#menu-te .dropdown-item {
  color: #ffffff;
}
#menu-te .link {
  font-size: 0.75rem;
}
#menu-te .dropdown-item,
#menu-te .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-te .link:hover,
#menu-te .link:focus {
  color: #f1c40f;
}
#menu-te .dropdown-item:hover::before,
#menu-te .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-te .dropdown-item:hover,
#menu-te .dropdown-item:focus {
  color: #ffffff;
}
#menu-te .link[aria-expanded="true"],
#menu-te .dropdown-menu {
  background: #1a242f;
}
#menu-te .nav-dropdown-sm .link:focus,
#menu-te .nav-dropdown-sm .link:hover,
#menu-te .nav-dropdown-sm .dropdown-item:focus,
#menu-te .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-te .navbar,
#menu-te .nav-dropdown-sm,
#menu-te .nav-dropdown-sm .link[aria-expanded="true"],
#menu-te .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-te .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-te .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-te .bg-color.transparent.opened .link:hover,
#menu-te .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-te .link[aria-expanded="true"],
#menu-te .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-tf .mbr-section-title {
  font-size: 36px;
}
#content3-tg .mbr-section-title,
#content3-tg .mbr-section-subtitle {
  text-align: center;
}
#content1-th P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-tj .mbr-section-subtitle,
#footer1-tj .mbr-section-text {
  color: #fff;
}
#footer1-tj .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-tj P {
  font-size: 16px;
  text-align: left;
}
#footer1-tj I {
  text-align: left;
}
#footer1-tj B {
  font-size: 24px;
}
#footer1-tj SPAN {
  font-size: 22px;
}
#menu-tl .hide-buttons .nav-btn {
  display: none !important;
}
#menu-tl .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-tl .navbar-toggler {
  color: #ffffff;
}
#menu-tl .close-icon::before,
#menu-tl .close-icon::after {
  background-color: #ffffff;
}
#menu-tl .link,
#menu-tl .dropdown-item {
  color: #ffffff;
}
#menu-tl .link {
  font-size: 0.75rem;
}
#menu-tl .dropdown-item,
#menu-tl .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-tl .link:hover,
#menu-tl .link:focus {
  color: #f1c40f;
}
#menu-tl .dropdown-item:hover::before,
#menu-tl .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-tl .dropdown-item:hover,
#menu-tl .dropdown-item:focus {
  color: #ffffff;
}
#menu-tl .link[aria-expanded="true"],
#menu-tl .dropdown-menu {
  background: #1a242f;
}
#menu-tl .nav-dropdown-sm .link:focus,
#menu-tl .nav-dropdown-sm .link:hover,
#menu-tl .nav-dropdown-sm .dropdown-item:focus,
#menu-tl .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-tl .navbar,
#menu-tl .nav-dropdown-sm,
#menu-tl .nav-dropdown-sm .link[aria-expanded="true"],
#menu-tl .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-tl .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-tl .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-tl .bg-color.transparent.opened .link:hover,
#menu-tl .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-tl .link[aria-expanded="true"],
#menu-tl .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-tm .mbr-section-title {
  font-size: 36px;
}
#content3-tn .mbr-section-title,
#content3-tn .mbr-section-subtitle {
  text-align: center;
}
#content1-to P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-tq .mbr-section-subtitle,
#footer1-tq .mbr-section-text {
  color: #fff;
}
#footer1-tq .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-tq P {
  font-size: 16px;
  text-align: left;
}
#footer1-tq I {
  text-align: left;
}
#footer1-tq B {
  font-size: 24px;
}
#footer1-tq SPAN {
  font-size: 22px;
}
#menu-ts .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ts .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ts .navbar-toggler {
  color: #ffffff;
}
#menu-ts .close-icon::before,
#menu-ts .close-icon::after {
  background-color: #ffffff;
}
#menu-ts .link,
#menu-ts .dropdown-item {
  color: #ffffff;
}
#menu-ts .link {
  font-size: 0.75rem;
}
#menu-ts .dropdown-item,
#menu-ts .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ts .link:hover,
#menu-ts .link:focus {
  color: #f1c40f;
}
#menu-ts .dropdown-item:hover::before,
#menu-ts .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ts .dropdown-item:hover,
#menu-ts .dropdown-item:focus {
  color: #ffffff;
}
#menu-ts .link[aria-expanded="true"],
#menu-ts .dropdown-menu {
  background: #1a242f;
}
#menu-ts .nav-dropdown-sm .link:focus,
#menu-ts .nav-dropdown-sm .link:hover,
#menu-ts .nav-dropdown-sm .dropdown-item:focus,
#menu-ts .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ts .navbar,
#menu-ts .nav-dropdown-sm,
#menu-ts .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ts .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ts .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ts .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ts .bg-color.transparent.opened .link:hover,
#menu-ts .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ts .link[aria-expanded="true"],
#menu-ts .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-tt .mbr-section-title {
  font-size: 36px;
}
#content3-tu .mbr-section-title,
#content3-tu .mbr-section-subtitle {
  text-align: center;
}
#content1-tv P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-tx .mbr-section-subtitle,
#footer1-tx .mbr-section-text {
  color: #fff;
}
#footer1-tx .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-tx P {
  font-size: 16px;
  text-align: left;
}
#footer1-tx I {
  text-align: left;
}
#footer1-tx B {
  font-size: 24px;
}
#footer1-tx SPAN {
  font-size: 22px;
}
#menu-tz .hide-buttons .nav-btn {
  display: none !important;
}
#menu-tz .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-tz .navbar-toggler {
  color: #ffffff;
}
#menu-tz .close-icon::before,
#menu-tz .close-icon::after {
  background-color: #ffffff;
}
#menu-tz .link,
#menu-tz .dropdown-item {
  color: #ffffff;
}
#menu-tz .link {
  font-size: 0.75rem;
}
#menu-tz .dropdown-item,
#menu-tz .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-tz .link:hover,
#menu-tz .link:focus {
  color: #f1c40f;
}
#menu-tz .dropdown-item:hover::before,
#menu-tz .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-tz .dropdown-item:hover,
#menu-tz .dropdown-item:focus {
  color: #ffffff;
}
#menu-tz .link[aria-expanded="true"],
#menu-tz .dropdown-menu {
  background: #1a242f;
}
#menu-tz .nav-dropdown-sm .link:focus,
#menu-tz .nav-dropdown-sm .link:hover,
#menu-tz .nav-dropdown-sm .dropdown-item:focus,
#menu-tz .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-tz .navbar,
#menu-tz .nav-dropdown-sm,
#menu-tz .nav-dropdown-sm .link[aria-expanded="true"],
#menu-tz .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-tz .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-tz .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-tz .bg-color.transparent.opened .link:hover,
#menu-tz .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-tz .link[aria-expanded="true"],
#menu-tz .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-u0 .mbr-section-title {
  font-size: 36px;
}
#content3-u1 .mbr-section-title,
#content3-u1 .mbr-section-subtitle {
  text-align: center;
}
#content1-u2 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-u4 .mbr-section-subtitle,
#footer1-u4 .mbr-section-text {
  color: #fff;
}
#footer1-u4 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-u4 P {
  font-size: 16px;
  text-align: left;
}
#footer1-u4 I {
  text-align: left;
}
#footer1-u4 B {
  font-size: 24px;
}
#footer1-u4 SPAN {
  font-size: 22px;
}
#menu-u6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-u6 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-u6 .navbar-toggler {
  color: #ffffff;
}
#menu-u6 .close-icon::before,
#menu-u6 .close-icon::after {
  background-color: #ffffff;
}
#menu-u6 .link,
#menu-u6 .dropdown-item {
  color: #ffffff;
}
#menu-u6 .link {
  font-size: 0.75rem;
}
#menu-u6 .dropdown-item,
#menu-u6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-u6 .link:hover,
#menu-u6 .link:focus {
  color: #f1c40f;
}
#menu-u6 .dropdown-item:hover::before,
#menu-u6 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-u6 .dropdown-item:hover,
#menu-u6 .dropdown-item:focus {
  color: #ffffff;
}
#menu-u6 .link[aria-expanded="true"],
#menu-u6 .dropdown-menu {
  background: #1a242f;
}
#menu-u6 .nav-dropdown-sm .link:focus,
#menu-u6 .nav-dropdown-sm .link:hover,
#menu-u6 .nav-dropdown-sm .dropdown-item:focus,
#menu-u6 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-u6 .navbar,
#menu-u6 .nav-dropdown-sm,
#menu-u6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-u6 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-u6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-u6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-u6 .bg-color.transparent.opened .link:hover,
#menu-u6 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-u6 .link[aria-expanded="true"],
#menu-u6 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-u7 .mbr-section-title {
  font-size: 36px;
}
#content3-u8 .mbr-section-title,
#content3-u8 .mbr-section-subtitle {
  text-align: center;
}
#content1-u9 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-ub .mbr-section-subtitle,
#footer1-ub .mbr-section-text {
  color: #fff;
}
#footer1-ub .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ub P {
  font-size: 16px;
  text-align: left;
}
#footer1-ub I {
  text-align: left;
}
#footer1-ub B {
  font-size: 24px;
}
#footer1-ub SPAN {
  font-size: 22px;
}
#menu-ud .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ud .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ud .navbar-toggler {
  color: #ffffff;
}
#menu-ud .close-icon::before,
#menu-ud .close-icon::after {
  background-color: #ffffff;
}
#menu-ud .link,
#menu-ud .dropdown-item {
  color: #ffffff;
}
#menu-ud .link {
  font-size: 0.75rem;
}
#menu-ud .dropdown-item,
#menu-ud .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ud .link:hover,
#menu-ud .link:focus {
  color: #f1c40f;
}
#menu-ud .dropdown-item:hover::before,
#menu-ud .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ud .dropdown-item:hover,
#menu-ud .dropdown-item:focus {
  color: #ffffff;
}
#menu-ud .link[aria-expanded="true"],
#menu-ud .dropdown-menu {
  background: #1a242f;
}
#menu-ud .nav-dropdown-sm .link:focus,
#menu-ud .nav-dropdown-sm .link:hover,
#menu-ud .nav-dropdown-sm .dropdown-item:focus,
#menu-ud .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ud .navbar,
#menu-ud .nav-dropdown-sm,
#menu-ud .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ud .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ud .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ud .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ud .bg-color.transparent.opened .link:hover,
#menu-ud .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ud .link[aria-expanded="true"],
#menu-ud .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ue .mbr-section-title {
  font-size: 36px;
}
#content3-uf .mbr-section-title,
#content3-uf .mbr-section-subtitle {
  text-align: center;
}
#content1-ug P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-ui .mbr-section-subtitle,
#footer1-ui .mbr-section-text {
  color: #fff;
}
#footer1-ui .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ui P {
  font-size: 16px;
  text-align: left;
}
#footer1-ui I {
  text-align: left;
}
#footer1-ui B {
  font-size: 24px;
}
#footer1-ui SPAN {
  font-size: 22px;
}
#menu-uk .hide-buttons .nav-btn {
  display: none !important;
}
#menu-uk .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-uk .navbar-toggler {
  color: #ffffff;
}
#menu-uk .close-icon::before,
#menu-uk .close-icon::after {
  background-color: #ffffff;
}
#menu-uk .link,
#menu-uk .dropdown-item {
  color: #ffffff;
}
#menu-uk .link {
  font-size: 0.75rem;
}
#menu-uk .dropdown-item,
#menu-uk .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-uk .link:hover,
#menu-uk .link:focus {
  color: #f1c40f;
}
#menu-uk .dropdown-item:hover::before,
#menu-uk .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-uk .dropdown-item:hover,
#menu-uk .dropdown-item:focus {
  color: #ffffff;
}
#menu-uk .link[aria-expanded="true"],
#menu-uk .dropdown-menu {
  background: #1a242f;
}
#menu-uk .nav-dropdown-sm .link:focus,
#menu-uk .nav-dropdown-sm .link:hover,
#menu-uk .nav-dropdown-sm .dropdown-item:focus,
#menu-uk .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-uk .navbar,
#menu-uk .nav-dropdown-sm,
#menu-uk .nav-dropdown-sm .link[aria-expanded="true"],
#menu-uk .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-uk .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-uk .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-uk .bg-color.transparent.opened .link:hover,
#menu-uk .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-uk .link[aria-expanded="true"],
#menu-uk .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ul .mbr-section-title {
  font-size: 36px;
}
#content3-um .mbr-section-title,
#content3-um .mbr-section-subtitle {
  text-align: center;
}
#content1-un P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-up .mbr-section-subtitle,
#footer1-up .mbr-section-text {
  color: #fff;
}
#footer1-up .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-up P {
  font-size: 16px;
  text-align: left;
}
#footer1-up I {
  text-align: left;
}
#footer1-up B {
  font-size: 24px;
}
#footer1-up SPAN {
  font-size: 22px;
}
#menu-ur .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ur .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ur .navbar-toggler {
  color: #ffffff;
}
#menu-ur .close-icon::before,
#menu-ur .close-icon::after {
  background-color: #ffffff;
}
#menu-ur .link,
#menu-ur .dropdown-item {
  color: #ffffff;
}
#menu-ur .link {
  font-size: 0.75rem;
}
#menu-ur .dropdown-item,
#menu-ur .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ur .link:hover,
#menu-ur .link:focus {
  color: #f1c40f;
}
#menu-ur .dropdown-item:hover::before,
#menu-ur .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ur .dropdown-item:hover,
#menu-ur .dropdown-item:focus {
  color: #ffffff;
}
#menu-ur .link[aria-expanded="true"],
#menu-ur .dropdown-menu {
  background: #1a242f;
}
#menu-ur .nav-dropdown-sm .link:focus,
#menu-ur .nav-dropdown-sm .link:hover,
#menu-ur .nav-dropdown-sm .dropdown-item:focus,
#menu-ur .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ur .navbar,
#menu-ur .nav-dropdown-sm,
#menu-ur .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ur .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ur .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ur .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ur .bg-color.transparent.opened .link:hover,
#menu-ur .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ur .link[aria-expanded="true"],
#menu-ur .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-us .mbr-section-title {
  font-size: 36px;
}
#content3-ut .mbr-section-title,
#content3-ut .mbr-section-subtitle {
  text-align: center;
}
#content1-uu P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-uw .mbr-section-subtitle,
#footer1-uw .mbr-section-text {
  color: #fff;
}
#footer1-uw .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-uw P {
  font-size: 16px;
  text-align: left;
}
#footer1-uw I {
  text-align: left;
}
#footer1-uw B {
  font-size: 24px;
}
#footer1-uw SPAN {
  font-size: 22px;
}
#menu-uy .hide-buttons .nav-btn {
  display: none !important;
}
#menu-uy .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-uy .navbar-toggler {
  color: #ffffff;
}
#menu-uy .close-icon::before,
#menu-uy .close-icon::after {
  background-color: #ffffff;
}
#menu-uy .link,
#menu-uy .dropdown-item {
  color: #ffffff;
}
#menu-uy .link {
  font-size: 0.75rem;
}
#menu-uy .dropdown-item,
#menu-uy .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-uy .link:hover,
#menu-uy .link:focus {
  color: #f1c40f;
}
#menu-uy .dropdown-item:hover::before,
#menu-uy .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-uy .dropdown-item:hover,
#menu-uy .dropdown-item:focus {
  color: #ffffff;
}
#menu-uy .link[aria-expanded="true"],
#menu-uy .dropdown-menu {
  background: #1a242f;
}
#menu-uy .nav-dropdown-sm .link:focus,
#menu-uy .nav-dropdown-sm .link:hover,
#menu-uy .nav-dropdown-sm .dropdown-item:focus,
#menu-uy .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-uy .navbar,
#menu-uy .nav-dropdown-sm,
#menu-uy .nav-dropdown-sm .link[aria-expanded="true"],
#menu-uy .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-uy .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-uy .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-uy .bg-color.transparent.opened .link:hover,
#menu-uy .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-uy .link[aria-expanded="true"],
#menu-uy .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-uz .mbr-section-title {
  font-size: 36px;
}
#content3-v0 .mbr-section-title,
#content3-v0 .mbr-section-subtitle {
  text-align: center;
}
#content1-v1 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-v3 .mbr-section-subtitle,
#footer1-v3 .mbr-section-text {
  color: #fff;
}
#footer1-v3 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-v3 P {
  font-size: 16px;
  text-align: left;
}
#footer1-v3 I {
  text-align: left;
}
#footer1-v3 B {
  font-size: 24px;
}
#footer1-v3 SPAN {
  font-size: 22px;
}
#menu-v5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-v5 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-v5 .navbar-toggler {
  color: #ffffff;
}
#menu-v5 .close-icon::before,
#menu-v5 .close-icon::after {
  background-color: #ffffff;
}
#menu-v5 .link,
#menu-v5 .dropdown-item {
  color: #ffffff;
}
#menu-v5 .link {
  font-size: 0.75rem;
}
#menu-v5 .dropdown-item,
#menu-v5 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-v5 .link:hover,
#menu-v5 .link:focus {
  color: #f1c40f;
}
#menu-v5 .dropdown-item:hover::before,
#menu-v5 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-v5 .dropdown-item:hover,
#menu-v5 .dropdown-item:focus {
  color: #ffffff;
}
#menu-v5 .link[aria-expanded="true"],
#menu-v5 .dropdown-menu {
  background: #1a242f;
}
#menu-v5 .nav-dropdown-sm .link:focus,
#menu-v5 .nav-dropdown-sm .link:hover,
#menu-v5 .nav-dropdown-sm .dropdown-item:focus,
#menu-v5 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-v5 .navbar,
#menu-v5 .nav-dropdown-sm,
#menu-v5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-v5 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-v5 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-v5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-v5 .bg-color.transparent.opened .link:hover,
#menu-v5 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-v5 .link[aria-expanded="true"],
#menu-v5 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-v6 .mbr-section-title {
  font-size: 36px;
}
#content3-v7 .mbr-section-title,
#content3-v7 .mbr-section-subtitle {
  text-align: center;
}
#content1-v8 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-va .mbr-section-subtitle,
#footer1-va .mbr-section-text {
  color: #fff;
}
#footer1-va .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-va P {
  font-size: 16px;
  text-align: left;
}
#footer1-va I {
  text-align: left;
}
#footer1-va B {
  font-size: 24px;
}
#footer1-va SPAN {
  font-size: 22px;
}
#menu-vc .hide-buttons .nav-btn {
  display: none !important;
}
#menu-vc .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-vc .navbar-toggler {
  color: #ffffff;
}
#menu-vc .close-icon::before,
#menu-vc .close-icon::after {
  background-color: #ffffff;
}
#menu-vc .link,
#menu-vc .dropdown-item {
  color: #ffffff;
}
#menu-vc .link {
  font-size: 0.75rem;
}
#menu-vc .dropdown-item,
#menu-vc .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-vc .link:hover,
#menu-vc .link:focus {
  color: #f1c40f;
}
#menu-vc .dropdown-item:hover::before,
#menu-vc .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-vc .dropdown-item:hover,
#menu-vc .dropdown-item:focus {
  color: #ffffff;
}
#menu-vc .link[aria-expanded="true"],
#menu-vc .dropdown-menu {
  background: #1a242f;
}
#menu-vc .nav-dropdown-sm .link:focus,
#menu-vc .nav-dropdown-sm .link:hover,
#menu-vc .nav-dropdown-sm .dropdown-item:focus,
#menu-vc .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-vc .navbar,
#menu-vc .nav-dropdown-sm,
#menu-vc .nav-dropdown-sm .link[aria-expanded="true"],
#menu-vc .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-vc .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-vc .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-vc .bg-color.transparent.opened .link:hover,
#menu-vc .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-vc .link[aria-expanded="true"],
#menu-vc .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-vd .mbr-section-title {
  font-size: 36px;
}
#content3-ve .mbr-section-title,
#content3-ve .mbr-section-subtitle {
  text-align: center;
}
#content1-vf P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-vh .mbr-section-subtitle,
#footer1-vh .mbr-section-text {
  color: #fff;
}
#footer1-vh .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-vh P {
  font-size: 16px;
  text-align: left;
}
#footer1-vh I {
  text-align: left;
}
#footer1-vh B {
  font-size: 24px;
}
#footer1-vh SPAN {
  font-size: 22px;
}
#menu-vj .hide-buttons .nav-btn {
  display: none !important;
}
#menu-vj .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-vj .navbar-toggler {
  color: #ffffff;
}
#menu-vj .close-icon::before,
#menu-vj .close-icon::after {
  background-color: #ffffff;
}
#menu-vj .link,
#menu-vj .dropdown-item {
  color: #ffffff;
}
#menu-vj .link {
  font-size: 0.75rem;
}
#menu-vj .dropdown-item,
#menu-vj .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-vj .link:hover,
#menu-vj .link:focus {
  color: #f1c40f;
}
#menu-vj .dropdown-item:hover::before,
#menu-vj .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-vj .dropdown-item:hover,
#menu-vj .dropdown-item:focus {
  color: #ffffff;
}
#menu-vj .link[aria-expanded="true"],
#menu-vj .dropdown-menu {
  background: #1a242f;
}
#menu-vj .nav-dropdown-sm .link:focus,
#menu-vj .nav-dropdown-sm .link:hover,
#menu-vj .nav-dropdown-sm .dropdown-item:focus,
#menu-vj .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-vj .navbar,
#menu-vj .nav-dropdown-sm,
#menu-vj .nav-dropdown-sm .link[aria-expanded="true"],
#menu-vj .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-vj .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-vj .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-vj .bg-color.transparent.opened .link:hover,
#menu-vj .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-vj .link[aria-expanded="true"],
#menu-vj .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-vk .mbr-section-title {
  font-size: 36px;
}
#content3-vl .mbr-section-title,
#content3-vl .mbr-section-subtitle {
  text-align: center;
}
#content1-vm P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-vo .mbr-section-subtitle,
#footer1-vo .mbr-section-text {
  color: #fff;
}
#footer1-vo .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-vo P {
  font-size: 16px;
  text-align: left;
}
#footer1-vo I {
  text-align: left;
}
#footer1-vo B {
  font-size: 24px;
}
#footer1-vo SPAN {
  font-size: 22px;
}
#menu-vq .hide-buttons .nav-btn {
  display: none !important;
}
#menu-vq .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-vq .navbar-toggler {
  color: #ffffff;
}
#menu-vq .close-icon::before,
#menu-vq .close-icon::after {
  background-color: #ffffff;
}
#menu-vq .link,
#menu-vq .dropdown-item {
  color: #ffffff;
}
#menu-vq .link {
  font-size: 0.75rem;
}
#menu-vq .dropdown-item,
#menu-vq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-vq .link:hover,
#menu-vq .link:focus {
  color: #f1c40f;
}
#menu-vq .dropdown-item:hover::before,
#menu-vq .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-vq .dropdown-item:hover,
#menu-vq .dropdown-item:focus {
  color: #ffffff;
}
#menu-vq .link[aria-expanded="true"],
#menu-vq .dropdown-menu {
  background: #1a242f;
}
#menu-vq .nav-dropdown-sm .link:focus,
#menu-vq .nav-dropdown-sm .link:hover,
#menu-vq .nav-dropdown-sm .dropdown-item:focus,
#menu-vq .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-vq .navbar,
#menu-vq .nav-dropdown-sm,
#menu-vq .nav-dropdown-sm .link[aria-expanded="true"],
#menu-vq .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-vq .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-vq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-vq .bg-color.transparent.opened .link:hover,
#menu-vq .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-vq .link[aria-expanded="true"],
#menu-vq .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-vr .mbr-section-title {
  font-size: 36px;
}
#content3-vs .mbr-section-title,
#content3-vs .mbr-section-subtitle {
  text-align: center;
}
#content1-vt P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-vv .mbr-section-subtitle,
#footer1-vv .mbr-section-text {
  color: #fff;
}
#footer1-vv .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-vv P {
  font-size: 16px;
  text-align: left;
}
#footer1-vv I {
  text-align: left;
}
#footer1-vv B {
  font-size: 24px;
}
#footer1-vv SPAN {
  font-size: 22px;
}
#menu-vx .hide-buttons .nav-btn {
  display: none !important;
}
#menu-vx .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-vx .navbar-toggler {
  color: #ffffff;
}
#menu-vx .close-icon::before,
#menu-vx .close-icon::after {
  background-color: #ffffff;
}
#menu-vx .link,
#menu-vx .dropdown-item {
  color: #ffffff;
}
#menu-vx .link {
  font-size: 0.75rem;
}
#menu-vx .dropdown-item,
#menu-vx .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-vx .link:hover,
#menu-vx .link:focus {
  color: #f1c40f;
}
#menu-vx .dropdown-item:hover::before,
#menu-vx .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-vx .dropdown-item:hover,
#menu-vx .dropdown-item:focus {
  color: #ffffff;
}
#menu-vx .link[aria-expanded="true"],
#menu-vx .dropdown-menu {
  background: #1a242f;
}
#menu-vx .nav-dropdown-sm .link:focus,
#menu-vx .nav-dropdown-sm .link:hover,
#menu-vx .nav-dropdown-sm .dropdown-item:focus,
#menu-vx .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-vx .navbar,
#menu-vx .nav-dropdown-sm,
#menu-vx .nav-dropdown-sm .link[aria-expanded="true"],
#menu-vx .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-vx .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-vx .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-vx .bg-color.transparent.opened .link:hover,
#menu-vx .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-vx .link[aria-expanded="true"],
#menu-vx .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-vy .mbr-section-title {
  font-size: 36px;
}
#content3-vz .mbr-section-title,
#content3-vz .mbr-section-subtitle {
  text-align: center;
}
#content1-w0 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-w2 .mbr-section-subtitle,
#footer1-w2 .mbr-section-text {
  color: #fff;
}
#footer1-w2 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-w2 P {
  font-size: 16px;
  text-align: left;
}
#footer1-w2 I {
  text-align: left;
}
#footer1-w2 B {
  font-size: 24px;
}
#footer1-w2 SPAN {
  font-size: 22px;
}
#menu-w4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-w4 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-w4 .navbar-toggler {
  color: #ffffff;
}
#menu-w4 .close-icon::before,
#menu-w4 .close-icon::after {
  background-color: #ffffff;
}
#menu-w4 .link,
#menu-w4 .dropdown-item {
  color: #ffffff;
}
#menu-w4 .link {
  font-size: 0.75rem;
}
#menu-w4 .dropdown-item,
#menu-w4 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-w4 .link:hover,
#menu-w4 .link:focus {
  color: #f1c40f;
}
#menu-w4 .dropdown-item:hover::before,
#menu-w4 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-w4 .dropdown-item:hover,
#menu-w4 .dropdown-item:focus {
  color: #ffffff;
}
#menu-w4 .link[aria-expanded="true"],
#menu-w4 .dropdown-menu {
  background: #1a242f;
}
#menu-w4 .nav-dropdown-sm .link:focus,
#menu-w4 .nav-dropdown-sm .link:hover,
#menu-w4 .nav-dropdown-sm .dropdown-item:focus,
#menu-w4 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-w4 .navbar,
#menu-w4 .nav-dropdown-sm,
#menu-w4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-w4 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-w4 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-w4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-w4 .bg-color.transparent.opened .link:hover,
#menu-w4 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-w4 .link[aria-expanded="true"],
#menu-w4 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-w5 .mbr-section-title {
  font-size: 36px;
}
#content3-w6 .mbr-section-title,
#content3-w6 .mbr-section-subtitle {
  text-align: center;
}
#content1-w7 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-w9 .mbr-section-subtitle,
#footer1-w9 .mbr-section-text {
  color: #fff;
}
#footer1-w9 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-w9 P {
  font-size: 16px;
  text-align: left;
}
#footer1-w9 I {
  text-align: left;
}
#footer1-w9 B {
  font-size: 24px;
}
#footer1-w9 SPAN {
  font-size: 22px;
}
#menu-wb .hide-buttons .nav-btn {
  display: none !important;
}
#menu-wb .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-wb .navbar-toggler {
  color: #ffffff;
}
#menu-wb .close-icon::before,
#menu-wb .close-icon::after {
  background-color: #ffffff;
}
#menu-wb .link,
#menu-wb .dropdown-item {
  color: #ffffff;
}
#menu-wb .link {
  font-size: 0.75rem;
}
#menu-wb .dropdown-item,
#menu-wb .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-wb .link:hover,
#menu-wb .link:focus {
  color: #f1c40f;
}
#menu-wb .dropdown-item:hover::before,
#menu-wb .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-wb .dropdown-item:hover,
#menu-wb .dropdown-item:focus {
  color: #ffffff;
}
#menu-wb .link[aria-expanded="true"],
#menu-wb .dropdown-menu {
  background: #1a242f;
}
#menu-wb .nav-dropdown-sm .link:focus,
#menu-wb .nav-dropdown-sm .link:hover,
#menu-wb .nav-dropdown-sm .dropdown-item:focus,
#menu-wb .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-wb .navbar,
#menu-wb .nav-dropdown-sm,
#menu-wb .nav-dropdown-sm .link[aria-expanded="true"],
#menu-wb .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-wb .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-wb .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-wb .bg-color.transparent.opened .link:hover,
#menu-wb .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-wb .link[aria-expanded="true"],
#menu-wb .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-wc .mbr-section-title {
  font-size: 36px;
}
#content3-wd .mbr-section-title,
#content3-wd .mbr-section-subtitle {
  text-align: center;
}
#content1-we P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-wg .mbr-section-subtitle,
#footer1-wg .mbr-section-text {
  color: #fff;
}
#footer1-wg .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-wg P {
  font-size: 16px;
  text-align: left;
}
#footer1-wg I {
  text-align: left;
}
#footer1-wg B {
  font-size: 24px;
}
#footer1-wg SPAN {
  font-size: 22px;
}
#menu-wi .hide-buttons .nav-btn {
  display: none !important;
}
#menu-wi .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-wi .navbar-toggler {
  color: #ffffff;
}
#menu-wi .close-icon::before,
#menu-wi .close-icon::after {
  background-color: #ffffff;
}
#menu-wi .link,
#menu-wi .dropdown-item {
  color: #ffffff;
}
#menu-wi .link {
  font-size: 0.75rem;
}
#menu-wi .dropdown-item,
#menu-wi .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-wi .link:hover,
#menu-wi .link:focus {
  color: #f1c40f;
}
#menu-wi .dropdown-item:hover::before,
#menu-wi .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-wi .dropdown-item:hover,
#menu-wi .dropdown-item:focus {
  color: #ffffff;
}
#menu-wi .link[aria-expanded="true"],
#menu-wi .dropdown-menu {
  background: #1a242f;
}
#menu-wi .nav-dropdown-sm .link:focus,
#menu-wi .nav-dropdown-sm .link:hover,
#menu-wi .nav-dropdown-sm .dropdown-item:focus,
#menu-wi .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-wi .navbar,
#menu-wi .nav-dropdown-sm,
#menu-wi .nav-dropdown-sm .link[aria-expanded="true"],
#menu-wi .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-wi .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-wi .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-wi .bg-color.transparent.opened .link:hover,
#menu-wi .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-wi .link[aria-expanded="true"],
#menu-wi .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-wj .mbr-section-title {
  font-size: 36px;
}
#content3-wk .mbr-section-title,
#content3-wk .mbr-section-subtitle {
  text-align: center;
}
#content1-wl P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-wn .mbr-section-subtitle,
#footer1-wn .mbr-section-text {
  color: #fff;
}
#footer1-wn .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-wn P {
  font-size: 16px;
  text-align: left;
}
#footer1-wn I {
  text-align: left;
}
#footer1-wn B {
  font-size: 24px;
}
#footer1-wn SPAN {
  font-size: 22px;
}
#menu-wp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-wp .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-wp .navbar-toggler {
  color: #ffffff;
}
#menu-wp .close-icon::before,
#menu-wp .close-icon::after {
  background-color: #ffffff;
}
#menu-wp .link,
#menu-wp .dropdown-item {
  color: #ffffff;
}
#menu-wp .link {
  font-size: 0.75rem;
}
#menu-wp .dropdown-item,
#menu-wp .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-wp .link:hover,
#menu-wp .link:focus {
  color: #f1c40f;
}
#menu-wp .dropdown-item:hover::before,
#menu-wp .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-wp .dropdown-item:hover,
#menu-wp .dropdown-item:focus {
  color: #ffffff;
}
#menu-wp .link[aria-expanded="true"],
#menu-wp .dropdown-menu {
  background: #1a242f;
}
#menu-wp .nav-dropdown-sm .link:focus,
#menu-wp .nav-dropdown-sm .link:hover,
#menu-wp .nav-dropdown-sm .dropdown-item:focus,
#menu-wp .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-wp .navbar,
#menu-wp .nav-dropdown-sm,
#menu-wp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-wp .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-wp .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-wp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-wp .bg-color.transparent.opened .link:hover,
#menu-wp .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-wp .link[aria-expanded="true"],
#menu-wp .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-wq .mbr-section-title {
  font-size: 36px;
}
#content3-wr .mbr-section-title,
#content3-wr .mbr-section-subtitle {
  text-align: center;
}
#content1-ws P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-wu .mbr-section-subtitle,
#footer1-wu .mbr-section-text {
  color: #fff;
}
#footer1-wu .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-wu P {
  font-size: 16px;
  text-align: left;
}
#footer1-wu I {
  text-align: left;
}
#footer1-wu B {
  font-size: 24px;
}
#footer1-wu SPAN {
  font-size: 22px;
}
#menu-ww .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ww .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-ww .navbar-toggler {
  color: #ffffff;
}
#menu-ww .close-icon::before,
#menu-ww .close-icon::after {
  background-color: #ffffff;
}
#menu-ww .link,
#menu-ww .dropdown-item {
  color: #ffffff;
}
#menu-ww .link {
  font-size: 0.75rem;
}
#menu-ww .dropdown-item,
#menu-ww .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ww .link:hover,
#menu-ww .link:focus {
  color: #f1c40f;
}
#menu-ww .dropdown-item:hover::before,
#menu-ww .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ww .dropdown-item:hover,
#menu-ww .dropdown-item:focus {
  color: #ffffff;
}
#menu-ww .link[aria-expanded="true"],
#menu-ww .dropdown-menu {
  background: #1a242f;
}
#menu-ww .nav-dropdown-sm .link:focus,
#menu-ww .nav-dropdown-sm .link:hover,
#menu-ww .nav-dropdown-sm .dropdown-item:focus,
#menu-ww .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ww .navbar,
#menu-ww .nav-dropdown-sm,
#menu-ww .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ww .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ww .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ww .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ww .bg-color.transparent.opened .link:hover,
#menu-ww .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ww .link[aria-expanded="true"],
#menu-ww .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-wx .mbr-section-title {
  font-size: 36px;
}
#content3-wy .mbr-section-title,
#content3-wy .mbr-section-subtitle {
  text-align: center;
}
#content1-wz P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-x1 .mbr-section-subtitle,
#footer1-x1 .mbr-section-text {
  color: #fff;
}
#footer1-x1 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-x1 P {
  font-size: 16px;
  text-align: left;
}
#footer1-x1 I {
  text-align: left;
}
#footer1-x1 B {
  font-size: 24px;
}
#footer1-x1 SPAN {
  font-size: 22px;
}
#menu-x3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-x3 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-x3 .navbar-toggler {
  color: #ffffff;
}
#menu-x3 .close-icon::before,
#menu-x3 .close-icon::after {
  background-color: #ffffff;
}
#menu-x3 .link,
#menu-x3 .dropdown-item {
  color: #ffffff;
}
#menu-x3 .link {
  font-size: 0.75rem;
}
#menu-x3 .dropdown-item,
#menu-x3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-x3 .link:hover,
#menu-x3 .link:focus {
  color: #f1c40f;
}
#menu-x3 .dropdown-item:hover::before,
#menu-x3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-x3 .dropdown-item:hover,
#menu-x3 .dropdown-item:focus {
  color: #ffffff;
}
#menu-x3 .link[aria-expanded="true"],
#menu-x3 .dropdown-menu {
  background: #1a242f;
}
#menu-x3 .nav-dropdown-sm .link:focus,
#menu-x3 .nav-dropdown-sm .link:hover,
#menu-x3 .nav-dropdown-sm .dropdown-item:focus,
#menu-x3 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-x3 .navbar,
#menu-x3 .nav-dropdown-sm,
#menu-x3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-x3 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-x3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-x3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-x3 .bg-color.transparent.opened .link:hover,
#menu-x3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-x3 .link[aria-expanded="true"],
#menu-x3 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-x4 .mbr-section-title {
  font-size: 36px;
}
#content3-x5 .mbr-section-title,
#content3-x5 .mbr-section-subtitle {
  text-align: center;
}
#content1-x6 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-x8 .mbr-section-subtitle,
#footer1-x8 .mbr-section-text {
  color: #fff;
}
#footer1-x8 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-x8 P {
  font-size: 16px;
  text-align: left;
}
#footer1-x8 I {
  text-align: left;
}
#footer1-x8 B {
  font-size: 24px;
}
#footer1-x8 SPAN {
  font-size: 22px;
}
#menu-xa .hide-buttons .nav-btn {
  display: none !important;
}
#menu-xa .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-xa .navbar-toggler {
  color: #ffffff;
}
#menu-xa .close-icon::before,
#menu-xa .close-icon::after {
  background-color: #ffffff;
}
#menu-xa .link,
#menu-xa .dropdown-item {
  color: #ffffff;
}
#menu-xa .link {
  font-size: 0.75rem;
}
#menu-xa .dropdown-item,
#menu-xa .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-xa .link:hover,
#menu-xa .link:focus {
  color: #f1c40f;
}
#menu-xa .dropdown-item:hover::before,
#menu-xa .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-xa .dropdown-item:hover,
#menu-xa .dropdown-item:focus {
  color: #ffffff;
}
#menu-xa .link[aria-expanded="true"],
#menu-xa .dropdown-menu {
  background: #1a242f;
}
#menu-xa .nav-dropdown-sm .link:focus,
#menu-xa .nav-dropdown-sm .link:hover,
#menu-xa .nav-dropdown-sm .dropdown-item:focus,
#menu-xa .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-xa .navbar,
#menu-xa .nav-dropdown-sm,
#menu-xa .nav-dropdown-sm .link[aria-expanded="true"],
#menu-xa .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-xa .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-xa .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-xa .bg-color.transparent.opened .link:hover,
#menu-xa .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-xa .link[aria-expanded="true"],
#menu-xa .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-xb .mbr-section-title {
  font-size: 36px;
}
#content3-xc .mbr-section-title,
#content3-xc .mbr-section-subtitle {
  text-align: center;
}
#content1-xd P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-xf .mbr-section-subtitle,
#footer1-xf .mbr-section-text {
  color: #fff;
}
#footer1-xf .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-xf P {
  font-size: 16px;
  text-align: left;
}
#footer1-xf I {
  text-align: left;
}
#footer1-xf B {
  font-size: 24px;
}
#footer1-xf SPAN {
  font-size: 22px;
}
#menu-xh .hide-buttons .nav-btn {
  display: none !important;
}
#menu-xh .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-xh .navbar-toggler {
  color: #ffffff;
}
#menu-xh .close-icon::before,
#menu-xh .close-icon::after {
  background-color: #ffffff;
}
#menu-xh .link,
#menu-xh .dropdown-item {
  color: #ffffff;
}
#menu-xh .link {
  font-size: 0.75rem;
}
#menu-xh .dropdown-item,
#menu-xh .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-xh .link:hover,
#menu-xh .link:focus {
  color: #f1c40f;
}
#menu-xh .dropdown-item:hover::before,
#menu-xh .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-xh .dropdown-item:hover,
#menu-xh .dropdown-item:focus {
  color: #ffffff;
}
#menu-xh .link[aria-expanded="true"],
#menu-xh .dropdown-menu {
  background: #1a242f;
}
#menu-xh .nav-dropdown-sm .link:focus,
#menu-xh .nav-dropdown-sm .link:hover,
#menu-xh .nav-dropdown-sm .dropdown-item:focus,
#menu-xh .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-xh .navbar,
#menu-xh .nav-dropdown-sm,
#menu-xh .nav-dropdown-sm .link[aria-expanded="true"],
#menu-xh .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-xh .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-xh .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-xh .bg-color.transparent.opened .link:hover,
#menu-xh .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-xh .link[aria-expanded="true"],
#menu-xh .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-xi .mbr-section-title {
  font-size: 36px;
}
#content3-xj .mbr-section-title,
#content3-xj .mbr-section-subtitle {
  text-align: center;
}
#content1-xk P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-xm .mbr-section-subtitle,
#footer1-xm .mbr-section-text {
  color: #fff;
}
#footer1-xm .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-xm P {
  font-size: 16px;
  text-align: left;
}
#footer1-xm I {
  text-align: left;
}
#footer1-xm B {
  font-size: 24px;
}
#footer1-xm SPAN {
  font-size: 22px;
}
#menu-xo .hide-buttons .nav-btn {
  display: none !important;
}
#menu-xo .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-xo .navbar-toggler {
  color: #ffffff;
}
#menu-xo .close-icon::before,
#menu-xo .close-icon::after {
  background-color: #ffffff;
}
#menu-xo .link,
#menu-xo .dropdown-item {
  color: #ffffff;
}
#menu-xo .link {
  font-size: 0.75rem;
}
#menu-xo .dropdown-item,
#menu-xo .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-xo .link:hover,
#menu-xo .link:focus {
  color: #f1c40f;
}
#menu-xo .dropdown-item:hover::before,
#menu-xo .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-xo .dropdown-item:hover,
#menu-xo .dropdown-item:focus {
  color: #ffffff;
}
#menu-xo .link[aria-expanded="true"],
#menu-xo .dropdown-menu {
  background: #1a242f;
}
#menu-xo .nav-dropdown-sm .link:focus,
#menu-xo .nav-dropdown-sm .link:hover,
#menu-xo .nav-dropdown-sm .dropdown-item:focus,
#menu-xo .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-xo .navbar,
#menu-xo .nav-dropdown-sm,
#menu-xo .nav-dropdown-sm .link[aria-expanded="true"],
#menu-xo .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-xo .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-xo .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-xo .bg-color.transparent.opened .link:hover,
#menu-xo .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-xo .link[aria-expanded="true"],
#menu-xo .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-xp .mbr-section-title {
  font-size: 36px;
}
#content3-xq .mbr-section-title,
#content3-xq .mbr-section-subtitle {
  text-align: center;
}
#content1-xr P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-xt .mbr-section-subtitle,
#footer1-xt .mbr-section-text {
  color: #fff;
}
#footer1-xt .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-xt P {
  font-size: 16px;
  text-align: left;
}
#footer1-xt I {
  text-align: left;
}
#footer1-xt B {
  font-size: 24px;
}
#footer1-xt SPAN {
  font-size: 22px;
}
#menu-xv .hide-buttons .nav-btn {
  display: none !important;
}
#menu-xv .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-xv .navbar-toggler {
  color: #ffffff;
}
#menu-xv .close-icon::before,
#menu-xv .close-icon::after {
  background-color: #ffffff;
}
#menu-xv .link,
#menu-xv .dropdown-item {
  color: #ffffff;
}
#menu-xv .link {
  font-size: 0.75rem;
}
#menu-xv .dropdown-item,
#menu-xv .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-xv .link:hover,
#menu-xv .link:focus {
  color: #f1c40f;
}
#menu-xv .dropdown-item:hover::before,
#menu-xv .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-xv .dropdown-item:hover,
#menu-xv .dropdown-item:focus {
  color: #ffffff;
}
#menu-xv .link[aria-expanded="true"],
#menu-xv .dropdown-menu {
  background: #1a242f;
}
#menu-xv .nav-dropdown-sm .link:focus,
#menu-xv .nav-dropdown-sm .link:hover,
#menu-xv .nav-dropdown-sm .dropdown-item:focus,
#menu-xv .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-xv .navbar,
#menu-xv .nav-dropdown-sm,
#menu-xv .nav-dropdown-sm .link[aria-expanded="true"],
#menu-xv .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-xv .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-xv .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-xv .bg-color.transparent.opened .link:hover,
#menu-xv .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-xv .link[aria-expanded="true"],
#menu-xv .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-xw .mbr-section-title {
  font-size: 36px;
}
#content3-xx .mbr-section-title,
#content3-xx .mbr-section-subtitle {
  text-align: center;
}
#content1-xy P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-y0 .mbr-section-subtitle,
#footer1-y0 .mbr-section-text {
  color: #fff;
}
#footer1-y0 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-y0 P {
  font-size: 16px;
  text-align: left;
}
#footer1-y0 I {
  text-align: left;
}
#footer1-y0 B {
  font-size: 24px;
}
#footer1-y0 SPAN {
  font-size: 22px;
}
#menu-y2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-y2 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-y2 .navbar-toggler {
  color: #ffffff;
}
#menu-y2 .close-icon::before,
#menu-y2 .close-icon::after {
  background-color: #ffffff;
}
#menu-y2 .link,
#menu-y2 .dropdown-item {
  color: #ffffff;
}
#menu-y2 .link {
  font-size: 0.75rem;
}
#menu-y2 .dropdown-item,
#menu-y2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-y2 .link:hover,
#menu-y2 .link:focus {
  color: #f1c40f;
}
#menu-y2 .dropdown-item:hover::before,
#menu-y2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-y2 .dropdown-item:hover,
#menu-y2 .dropdown-item:focus {
  color: #ffffff;
}
#menu-y2 .link[aria-expanded="true"],
#menu-y2 .dropdown-menu {
  background: #1a242f;
}
#menu-y2 .nav-dropdown-sm .link:focus,
#menu-y2 .nav-dropdown-sm .link:hover,
#menu-y2 .nav-dropdown-sm .dropdown-item:focus,
#menu-y2 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-y2 .navbar,
#menu-y2 .nav-dropdown-sm,
#menu-y2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-y2 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-y2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-y2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-y2 .bg-color.transparent.opened .link:hover,
#menu-y2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-y2 .link[aria-expanded="true"],
#menu-y2 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-y3 .mbr-section-title {
  font-size: 36px;
}
#content3-y4 .mbr-section-title,
#content3-y4 .mbr-section-subtitle {
  text-align: center;
}
#content1-y5 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-y7 .mbr-section-subtitle,
#footer1-y7 .mbr-section-text {
  color: #fff;
}
#footer1-y7 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-y7 P {
  font-size: 16px;
  text-align: left;
}
#footer1-y7 I {
  text-align: left;
}
#footer1-y7 B {
  font-size: 24px;
}
#footer1-y7 SPAN {
  font-size: 22px;
}
#menu-y9 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-y9 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-y9 .navbar-toggler {
  color: #ffffff;
}
#menu-y9 .close-icon::before,
#menu-y9 .close-icon::after {
  background-color: #ffffff;
}
#menu-y9 .link,
#menu-y9 .dropdown-item {
  color: #ffffff;
}
#menu-y9 .link {
  font-size: 0.75rem;
}
#menu-y9 .dropdown-item,
#menu-y9 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-y9 .link:hover,
#menu-y9 .link:focus {
  color: #f1c40f;
}
#menu-y9 .dropdown-item:hover::before,
#menu-y9 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-y9 .dropdown-item:hover,
#menu-y9 .dropdown-item:focus {
  color: #ffffff;
}
#menu-y9 .link[aria-expanded="true"],
#menu-y9 .dropdown-menu {
  background: #1a242f;
}
#menu-y9 .nav-dropdown-sm .link:focus,
#menu-y9 .nav-dropdown-sm .link:hover,
#menu-y9 .nav-dropdown-sm .dropdown-item:focus,
#menu-y9 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-y9 .navbar,
#menu-y9 .nav-dropdown-sm,
#menu-y9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-y9 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-y9 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-y9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-y9 .bg-color.transparent.opened .link:hover,
#menu-y9 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-y9 .link[aria-expanded="true"],
#menu-y9 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-ya .mbr-section-title {
  font-size: 36px;
}
#content3-yb .mbr-section-title,
#content3-yb .mbr-section-subtitle {
  text-align: center;
}
#content1-yc P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-ye .mbr-section-subtitle,
#footer1-ye .mbr-section-text {
  color: #fff;
}
#footer1-ye .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ye P {
  font-size: 16px;
  text-align: left;
}
#footer1-ye I {
  text-align: left;
}
#footer1-ye B {
  font-size: 24px;
}
#footer1-ye SPAN {
  font-size: 22px;
}
#menu-yg .hide-buttons .nav-btn {
  display: none !important;
}
#menu-yg .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-yg .navbar-toggler {
  color: #ffffff;
}
#menu-yg .close-icon::before,
#menu-yg .close-icon::after {
  background-color: #ffffff;
}
#menu-yg .link,
#menu-yg .dropdown-item {
  color: #ffffff;
}
#menu-yg .link {
  font-size: 0.75rem;
}
#menu-yg .dropdown-item,
#menu-yg .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-yg .link:hover,
#menu-yg .link:focus {
  color: #f1c40f;
}
#menu-yg .dropdown-item:hover::before,
#menu-yg .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-yg .dropdown-item:hover,
#menu-yg .dropdown-item:focus {
  color: #ffffff;
}
#menu-yg .link[aria-expanded="true"],
#menu-yg .dropdown-menu {
  background: #1a242f;
}
#menu-yg .nav-dropdown-sm .link:focus,
#menu-yg .nav-dropdown-sm .link:hover,
#menu-yg .nav-dropdown-sm .dropdown-item:focus,
#menu-yg .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-yg .navbar,
#menu-yg .nav-dropdown-sm,
#menu-yg .nav-dropdown-sm .link[aria-expanded="true"],
#menu-yg .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-yg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-yg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-yg .bg-color.transparent.opened .link:hover,
#menu-yg .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-yg .link[aria-expanded="true"],
#menu-yg .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-yh .mbr-section-title {
  font-size: 36px;
}
#content3-yi .mbr-section-title,
#content3-yi .mbr-section-subtitle {
  text-align: center;
}
#content1-yj P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-yl .mbr-section-subtitle,
#footer1-yl .mbr-section-text {
  color: #fff;
}
#footer1-yl .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-yl P {
  font-size: 16px;
  text-align: left;
}
#footer1-yl I {
  text-align: left;
}
#footer1-yl B {
  font-size: 24px;
}
#footer1-yl SPAN {
  font-size: 22px;
}
#menu-yn .hide-buttons .nav-btn {
  display: none !important;
}
#menu-yn .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-yn .navbar-toggler {
  color: #ffffff;
}
#menu-yn .close-icon::before,
#menu-yn .close-icon::after {
  background-color: #ffffff;
}
#menu-yn .link,
#menu-yn .dropdown-item {
  color: #ffffff;
}
#menu-yn .link {
  font-size: 0.75rem;
}
#menu-yn .dropdown-item,
#menu-yn .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-yn .link:hover,
#menu-yn .link:focus {
  color: #f1c40f;
}
#menu-yn .dropdown-item:hover::before,
#menu-yn .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-yn .dropdown-item:hover,
#menu-yn .dropdown-item:focus {
  color: #ffffff;
}
#menu-yn .link[aria-expanded="true"],
#menu-yn .dropdown-menu {
  background: #1a242f;
}
#menu-yn .nav-dropdown-sm .link:focus,
#menu-yn .nav-dropdown-sm .link:hover,
#menu-yn .nav-dropdown-sm .dropdown-item:focus,
#menu-yn .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-yn .navbar,
#menu-yn .nav-dropdown-sm,
#menu-yn .nav-dropdown-sm .link[aria-expanded="true"],
#menu-yn .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-yn .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-yn .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-yn .bg-color.transparent.opened .link:hover,
#menu-yn .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-yn .link[aria-expanded="true"],
#menu-yn .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-yo .mbr-section-title {
  font-size: 36px;
}
#content3-yp .mbr-section-title,
#content3-yp .mbr-section-subtitle {
  text-align: center;
}
#content1-yq P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-ys .mbr-section-subtitle,
#footer1-ys .mbr-section-text {
  color: #fff;
}
#footer1-ys .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-ys P {
  font-size: 16px;
  text-align: left;
}
#footer1-ys I {
  text-align: left;
}
#footer1-ys B {
  font-size: 24px;
}
#footer1-ys SPAN {
  font-size: 22px;
}
#menu-yu .hide-buttons .nav-btn {
  display: none !important;
}
#menu-yu .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-yu .navbar-toggler {
  color: #ffffff;
}
#menu-yu .close-icon::before,
#menu-yu .close-icon::after {
  background-color: #ffffff;
}
#menu-yu .link,
#menu-yu .dropdown-item {
  color: #ffffff;
}
#menu-yu .link {
  font-size: 0.75rem;
}
#menu-yu .dropdown-item,
#menu-yu .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-yu .link:hover,
#menu-yu .link:focus {
  color: #f1c40f;
}
#menu-yu .dropdown-item:hover::before,
#menu-yu .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-yu .dropdown-item:hover,
#menu-yu .dropdown-item:focus {
  color: #ffffff;
}
#menu-yu .link[aria-expanded="true"],
#menu-yu .dropdown-menu {
  background: #1a242f;
}
#menu-yu .nav-dropdown-sm .link:focus,
#menu-yu .nav-dropdown-sm .link:hover,
#menu-yu .nav-dropdown-sm .dropdown-item:focus,
#menu-yu .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-yu .navbar,
#menu-yu .nav-dropdown-sm,
#menu-yu .nav-dropdown-sm .link[aria-expanded="true"],
#menu-yu .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-yu .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-yu .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-yu .bg-color.transparent.opened .link:hover,
#menu-yu .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-yu .link[aria-expanded="true"],
#menu-yu .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-yv .mbr-section-title {
  font-size: 36px;
}
#content3-yw .mbr-section-title,
#content3-yw .mbr-section-subtitle {
  text-align: center;
}
#content1-yx P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-yz .mbr-section-subtitle,
#footer1-yz .mbr-section-text {
  color: #fff;
}
#footer1-yz .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-yz P {
  font-size: 16px;
  text-align: left;
}
#footer1-yz I {
  text-align: left;
}
#footer1-yz B {
  font-size: 24px;
}
#footer1-yz SPAN {
  font-size: 22px;
}
#menu-z1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-z1 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-z1 .navbar-toggler {
  color: #ffffff;
}
#menu-z1 .close-icon::before,
#menu-z1 .close-icon::after {
  background-color: #ffffff;
}
#menu-z1 .link,
#menu-z1 .dropdown-item {
  color: #ffffff;
}
#menu-z1 .link {
  font-size: 0.75rem;
}
#menu-z1 .dropdown-item,
#menu-z1 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-z1 .link:hover,
#menu-z1 .link:focus {
  color: #f1c40f;
}
#menu-z1 .dropdown-item:hover::before,
#menu-z1 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-z1 .dropdown-item:hover,
#menu-z1 .dropdown-item:focus {
  color: #ffffff;
}
#menu-z1 .link[aria-expanded="true"],
#menu-z1 .dropdown-menu {
  background: #1a242f;
}
#menu-z1 .nav-dropdown-sm .link:focus,
#menu-z1 .nav-dropdown-sm .link:hover,
#menu-z1 .nav-dropdown-sm .dropdown-item:focus,
#menu-z1 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-z1 .navbar,
#menu-z1 .nav-dropdown-sm,
#menu-z1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-z1 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-z1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-z1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-z1 .bg-color.transparent.opened .link:hover,
#menu-z1 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-z1 .link[aria-expanded="true"],
#menu-z1 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-z2 .mbr-section-title {
  font-size: 36px;
}
#content3-z3 .mbr-section-title,
#content3-z3 .mbr-section-subtitle {
  text-align: center;
}
#content1-z4 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-z6 .mbr-section-subtitle,
#footer1-z6 .mbr-section-text {
  color: #fff;
}
#footer1-z6 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-z6 P {
  font-size: 16px;
  text-align: left;
}
#footer1-z6 I {
  text-align: left;
}
#footer1-z6 B {
  font-size: 24px;
}
#footer1-z6 SPAN {
  font-size: 22px;
}
#menu-z8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-z8 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-z8 .navbar-toggler {
  color: #ffffff;
}
#menu-z8 .close-icon::before,
#menu-z8 .close-icon::after {
  background-color: #ffffff;
}
#menu-z8 .link,
#menu-z8 .dropdown-item {
  color: #ffffff;
}
#menu-z8 .link {
  font-size: 0.75rem;
}
#menu-z8 .dropdown-item,
#menu-z8 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-z8 .link:hover,
#menu-z8 .link:focus {
  color: #f1c40f;
}
#menu-z8 .dropdown-item:hover::before,
#menu-z8 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-z8 .dropdown-item:hover,
#menu-z8 .dropdown-item:focus {
  color: #ffffff;
}
#menu-z8 .link[aria-expanded="true"],
#menu-z8 .dropdown-menu {
  background: #1a242f;
}
#menu-z8 .nav-dropdown-sm .link:focus,
#menu-z8 .nav-dropdown-sm .link:hover,
#menu-z8 .nav-dropdown-sm .dropdown-item:focus,
#menu-z8 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-z8 .navbar,
#menu-z8 .nav-dropdown-sm,
#menu-z8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-z8 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-z8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-z8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-z8 .bg-color.transparent.opened .link:hover,
#menu-z8 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-z8 .link[aria-expanded="true"],
#menu-z8 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-z9 .mbr-section-title {
  font-size: 36px;
}
#content3-za .mbr-section-title,
#content3-za .mbr-section-subtitle {
  text-align: center;
}
#content1-zb P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-zd .mbr-section-subtitle,
#footer1-zd .mbr-section-text {
  color: #fff;
}
#footer1-zd .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-zd P {
  font-size: 16px;
  text-align: left;
}
#footer1-zd I {
  text-align: left;
}
#footer1-zd B {
  font-size: 24px;
}
#footer1-zd SPAN {
  font-size: 22px;
}
#menu-zf .hide-buttons .nav-btn {
  display: none !important;
}
#menu-zf .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-zf .navbar-toggler {
  color: #ffffff;
}
#menu-zf .close-icon::before,
#menu-zf .close-icon::after {
  background-color: #ffffff;
}
#menu-zf .link,
#menu-zf .dropdown-item {
  color: #ffffff;
}
#menu-zf .link {
  font-size: 0.75rem;
}
#menu-zf .dropdown-item,
#menu-zf .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-zf .link:hover,
#menu-zf .link:focus {
  color: #f1c40f;
}
#menu-zf .dropdown-item:hover::before,
#menu-zf .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-zf .dropdown-item:hover,
#menu-zf .dropdown-item:focus {
  color: #ffffff;
}
#menu-zf .link[aria-expanded="true"],
#menu-zf .dropdown-menu {
  background: #1a242f;
}
#menu-zf .nav-dropdown-sm .link:focus,
#menu-zf .nav-dropdown-sm .link:hover,
#menu-zf .nav-dropdown-sm .dropdown-item:focus,
#menu-zf .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-zf .navbar,
#menu-zf .nav-dropdown-sm,
#menu-zf .nav-dropdown-sm .link[aria-expanded="true"],
#menu-zf .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-zf .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-zf .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-zf .bg-color.transparent.opened .link:hover,
#menu-zf .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-zf .link[aria-expanded="true"],
#menu-zf .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-zg .mbr-section-title {
  font-size: 36px;
}
#content3-zh .mbr-section-title,
#content3-zh .mbr-section-subtitle {
  text-align: center;
}
#content1-zi P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-zk .mbr-section-subtitle,
#footer1-zk .mbr-section-text {
  color: #fff;
}
#footer1-zk .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-zk P {
  font-size: 16px;
  text-align: left;
}
#footer1-zk I {
  text-align: left;
}
#footer1-zk B {
  font-size: 24px;
}
#footer1-zk SPAN {
  font-size: 22px;
}
#menu-zm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-zm .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-zm .navbar-toggler {
  color: #ffffff;
}
#menu-zm .close-icon::before,
#menu-zm .close-icon::after {
  background-color: #ffffff;
}
#menu-zm .link,
#menu-zm .dropdown-item {
  color: #ffffff;
}
#menu-zm .link {
  font-size: 0.75rem;
}
#menu-zm .dropdown-item,
#menu-zm .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-zm .link:hover,
#menu-zm .link:focus {
  color: #f1c40f;
}
#menu-zm .dropdown-item:hover::before,
#menu-zm .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-zm .dropdown-item:hover,
#menu-zm .dropdown-item:focus {
  color: #ffffff;
}
#menu-zm .link[aria-expanded="true"],
#menu-zm .dropdown-menu {
  background: #1a242f;
}
#menu-zm .nav-dropdown-sm .link:focus,
#menu-zm .nav-dropdown-sm .link:hover,
#menu-zm .nav-dropdown-sm .dropdown-item:focus,
#menu-zm .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-zm .navbar,
#menu-zm .nav-dropdown-sm,
#menu-zm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-zm .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-zm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-zm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-zm .bg-color.transparent.opened .link:hover,
#menu-zm .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-zm .link[aria-expanded="true"],
#menu-zm .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-zn .mbr-section-title {
  font-size: 36px;
}
#content3-zo .mbr-section-title,
#content3-zo .mbr-section-subtitle {
  text-align: center;
}
#content1-zp P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-zr .mbr-section-subtitle,
#footer1-zr .mbr-section-text {
  color: #fff;
}
#footer1-zr .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-zr P {
  font-size: 16px;
  text-align: left;
}
#footer1-zr I {
  text-align: left;
}
#footer1-zr B {
  font-size: 24px;
}
#footer1-zr SPAN {
  font-size: 22px;
}
#menu-zt .hide-buttons .nav-btn {
  display: none !important;
}
#menu-zt .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-zt .navbar-toggler {
  color: #ffffff;
}
#menu-zt .close-icon::before,
#menu-zt .close-icon::after {
  background-color: #ffffff;
}
#menu-zt .link,
#menu-zt .dropdown-item {
  color: #ffffff;
}
#menu-zt .link {
  font-size: 0.75rem;
}
#menu-zt .dropdown-item,
#menu-zt .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-zt .link:hover,
#menu-zt .link:focus {
  color: #f1c40f;
}
#menu-zt .dropdown-item:hover::before,
#menu-zt .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-zt .dropdown-item:hover,
#menu-zt .dropdown-item:focus {
  color: #ffffff;
}
#menu-zt .link[aria-expanded="true"],
#menu-zt .dropdown-menu {
  background: #1a242f;
}
#menu-zt .nav-dropdown-sm .link:focus,
#menu-zt .nav-dropdown-sm .link:hover,
#menu-zt .nav-dropdown-sm .dropdown-item:focus,
#menu-zt .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-zt .navbar,
#menu-zt .nav-dropdown-sm,
#menu-zt .nav-dropdown-sm .link[aria-expanded="true"],
#menu-zt .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-zt .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-zt .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-zt .bg-color.transparent.opened .link:hover,
#menu-zt .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-zt .link[aria-expanded="true"],
#menu-zt .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-zu .mbr-section-title {
  font-size: 36px;
}
#content3-zv .mbr-section-title,
#content3-zv .mbr-section-subtitle {
  text-align: center;
}
#content1-zw P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-zy .mbr-section-subtitle,
#footer1-zy .mbr-section-text {
  color: #fff;
}
#footer1-zy .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-zy P {
  font-size: 16px;
  text-align: left;
}
#footer1-zy I {
  text-align: left;
}
#footer1-zy B {
  font-size: 24px;
}
#footer1-zy SPAN {
  font-size: 22px;
}
#menu-100 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-100 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-100 .navbar-toggler {
  color: #ffffff;
}
#menu-100 .close-icon::before,
#menu-100 .close-icon::after {
  background-color: #ffffff;
}
#menu-100 .link,
#menu-100 .dropdown-item {
  color: #ffffff;
}
#menu-100 .link {
  font-size: 0.75rem;
}
#menu-100 .dropdown-item,
#menu-100 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-100 .link:hover,
#menu-100 .link:focus {
  color: #f1c40f;
}
#menu-100 .dropdown-item:hover::before,
#menu-100 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-100 .dropdown-item:hover,
#menu-100 .dropdown-item:focus {
  color: #ffffff;
}
#menu-100 .link[aria-expanded="true"],
#menu-100 .dropdown-menu {
  background: #1a242f;
}
#menu-100 .nav-dropdown-sm .link:focus,
#menu-100 .nav-dropdown-sm .link:hover,
#menu-100 .nav-dropdown-sm .dropdown-item:focus,
#menu-100 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-100 .navbar,
#menu-100 .nav-dropdown-sm,
#menu-100 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-100 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-100 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-100 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-100 .bg-color.transparent.opened .link:hover,
#menu-100 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-100 .link[aria-expanded="true"],
#menu-100 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-101 .mbr-section-title {
  font-size: 36px;
}
#content3-102 .mbr-section-title,
#content3-102 .mbr-section-subtitle {
  text-align: center;
}
#content1-103 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-105 .mbr-section-subtitle,
#footer1-105 .mbr-section-text {
  color: #fff;
}
#footer1-105 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-105 P {
  font-size: 16px;
  text-align: left;
}
#footer1-105 I {
  text-align: left;
}
#footer1-105 B {
  font-size: 24px;
}
#footer1-105 SPAN {
  font-size: 22px;
}
#menu-107 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-107 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-107 .navbar-toggler {
  color: #ffffff;
}
#menu-107 .close-icon::before,
#menu-107 .close-icon::after {
  background-color: #ffffff;
}
#menu-107 .link,
#menu-107 .dropdown-item {
  color: #ffffff;
}
#menu-107 .link {
  font-size: 0.75rem;
}
#menu-107 .dropdown-item,
#menu-107 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-107 .link:hover,
#menu-107 .link:focus {
  color: #f1c40f;
}
#menu-107 .dropdown-item:hover::before,
#menu-107 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-107 .dropdown-item:hover,
#menu-107 .dropdown-item:focus {
  color: #ffffff;
}
#menu-107 .link[aria-expanded="true"],
#menu-107 .dropdown-menu {
  background: #1a242f;
}
#menu-107 .nav-dropdown-sm .link:focus,
#menu-107 .nav-dropdown-sm .link:hover,
#menu-107 .nav-dropdown-sm .dropdown-item:focus,
#menu-107 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-107 .navbar,
#menu-107 .nav-dropdown-sm,
#menu-107 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-107 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-107 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-107 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-107 .bg-color.transparent.opened .link:hover,
#menu-107 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-107 .link[aria-expanded="true"],
#menu-107 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-108 .mbr-section-title {
  font-size: 36px;
}
#content3-109 .mbr-section-title,
#content3-109 .mbr-section-subtitle {
  text-align: center;
}
#content1-10a P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-10c .mbr-section-subtitle,
#footer1-10c .mbr-section-text {
  color: #fff;
}
#footer1-10c .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-10c P {
  font-size: 16px;
  text-align: left;
}
#footer1-10c I {
  text-align: left;
}
#footer1-10c B {
  font-size: 24px;
}
#footer1-10c SPAN {
  font-size: 22px;
}
#menu-10e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-10e .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-10e .navbar-toggler {
  color: #ffffff;
}
#menu-10e .close-icon::before,
#menu-10e .close-icon::after {
  background-color: #ffffff;
}
#menu-10e .link,
#menu-10e .dropdown-item {
  color: #ffffff;
}
#menu-10e .link {
  font-size: 0.75rem;
}
#menu-10e .dropdown-item,
#menu-10e .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-10e .link:hover,
#menu-10e .link:focus {
  color: #f1c40f;
}
#menu-10e .dropdown-item:hover::before,
#menu-10e .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-10e .dropdown-item:hover,
#menu-10e .dropdown-item:focus {
  color: #ffffff;
}
#menu-10e .link[aria-expanded="true"],
#menu-10e .dropdown-menu {
  background: #1a242f;
}
#menu-10e .nav-dropdown-sm .link:focus,
#menu-10e .nav-dropdown-sm .link:hover,
#menu-10e .nav-dropdown-sm .dropdown-item:focus,
#menu-10e .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-10e .navbar,
#menu-10e .nav-dropdown-sm,
#menu-10e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-10e .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-10e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-10e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-10e .bg-color.transparent.opened .link:hover,
#menu-10e .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-10e .link[aria-expanded="true"],
#menu-10e .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-10f .mbr-section-title {
  font-size: 36px;
}
#content3-10g .mbr-section-title,
#content3-10g .mbr-section-subtitle {
  text-align: center;
}
#content1-10h P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-10j .mbr-section-subtitle,
#footer1-10j .mbr-section-text {
  color: #fff;
}
#footer1-10j .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-10j P {
  font-size: 16px;
  text-align: left;
}
#footer1-10j I {
  text-align: left;
}
#footer1-10j B {
  font-size: 24px;
}
#footer1-10j SPAN {
  font-size: 22px;
}
#menu-10l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-10l .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-10l .navbar-toggler {
  color: #ffffff;
}
#menu-10l .close-icon::before,
#menu-10l .close-icon::after {
  background-color: #ffffff;
}
#menu-10l .link,
#menu-10l .dropdown-item {
  color: #ffffff;
}
#menu-10l .link {
  font-size: 0.75rem;
}
#menu-10l .dropdown-item,
#menu-10l .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-10l .link:hover,
#menu-10l .link:focus {
  color: #f1c40f;
}
#menu-10l .dropdown-item:hover::before,
#menu-10l .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-10l .dropdown-item:hover,
#menu-10l .dropdown-item:focus {
  color: #ffffff;
}
#menu-10l .link[aria-expanded="true"],
#menu-10l .dropdown-menu {
  background: #1a242f;
}
#menu-10l .nav-dropdown-sm .link:focus,
#menu-10l .nav-dropdown-sm .link:hover,
#menu-10l .nav-dropdown-sm .dropdown-item:focus,
#menu-10l .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-10l .navbar,
#menu-10l .nav-dropdown-sm,
#menu-10l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-10l .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-10l .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-10l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-10l .bg-color.transparent.opened .link:hover,
#menu-10l .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-10l .link[aria-expanded="true"],
#menu-10l .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-10m .mbr-section-title {
  font-size: 36px;
}
#content3-10n .mbr-section-title,
#content3-10n .mbr-section-subtitle {
  text-align: center;
}
#content1-10o P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-10q .mbr-section-subtitle,
#footer1-10q .mbr-section-text {
  color: #fff;
}
#footer1-10q .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-10q P {
  font-size: 16px;
  text-align: left;
}
#footer1-10q I {
  text-align: left;
}
#footer1-10q B {
  font-size: 24px;
}
#footer1-10q SPAN {
  font-size: 22px;
}
#menu-10s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-10s .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-10s .navbar-toggler {
  color: #ffffff;
}
#menu-10s .close-icon::before,
#menu-10s .close-icon::after {
  background-color: #ffffff;
}
#menu-10s .link,
#menu-10s .dropdown-item {
  color: #ffffff;
}
#menu-10s .link {
  font-size: 0.75rem;
}
#menu-10s .dropdown-item,
#menu-10s .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-10s .link:hover,
#menu-10s .link:focus {
  color: #f1c40f;
}
#menu-10s .dropdown-item:hover::before,
#menu-10s .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-10s .dropdown-item:hover,
#menu-10s .dropdown-item:focus {
  color: #ffffff;
}
#menu-10s .link[aria-expanded="true"],
#menu-10s .dropdown-menu {
  background: #1a242f;
}
#menu-10s .nav-dropdown-sm .link:focus,
#menu-10s .nav-dropdown-sm .link:hover,
#menu-10s .nav-dropdown-sm .dropdown-item:focus,
#menu-10s .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-10s .navbar,
#menu-10s .nav-dropdown-sm,
#menu-10s .nav-dropdown-sm .link[aria-expanded="true"],
#menu-10s .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-10s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-10s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-10s .bg-color.transparent.opened .link:hover,
#menu-10s .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-10s .link[aria-expanded="true"],
#menu-10s .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-10t .mbr-section-title {
  font-size: 36px;
}
#content3-10u .mbr-section-title,
#content3-10u .mbr-section-subtitle {
  text-align: center;
}
#content1-10v P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-10x .mbr-section-subtitle,
#footer1-10x .mbr-section-text {
  color: #fff;
}
#footer1-10x .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-10x P {
  font-size: 16px;
  text-align: left;
}
#footer1-10x I {
  text-align: left;
}
#footer1-10x B {
  font-size: 24px;
}
#footer1-10x SPAN {
  font-size: 22px;
}
#menu-10z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-10z .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-10z .navbar-toggler {
  color: #ffffff;
}
#menu-10z .close-icon::before,
#menu-10z .close-icon::after {
  background-color: #ffffff;
}
#menu-10z .link,
#menu-10z .dropdown-item {
  color: #ffffff;
}
#menu-10z .link {
  font-size: 0.75rem;
}
#menu-10z .dropdown-item,
#menu-10z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-10z .link:hover,
#menu-10z .link:focus {
  color: #f1c40f;
}
#menu-10z .dropdown-item:hover::before,
#menu-10z .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-10z .dropdown-item:hover,
#menu-10z .dropdown-item:focus {
  color: #ffffff;
}
#menu-10z .link[aria-expanded="true"],
#menu-10z .dropdown-menu {
  background: #1a242f;
}
#menu-10z .nav-dropdown-sm .link:focus,
#menu-10z .nav-dropdown-sm .link:hover,
#menu-10z .nav-dropdown-sm .dropdown-item:focus,
#menu-10z .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-10z .navbar,
#menu-10z .nav-dropdown-sm,
#menu-10z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-10z .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-10z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-10z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-10z .bg-color.transparent.opened .link:hover,
#menu-10z .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-10z .link[aria-expanded="true"],
#menu-10z .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-110 .mbr-section-title {
  font-size: 36px;
}
#content3-111 .mbr-section-title,
#content3-111 .mbr-section-subtitle {
  text-align: center;
}
#content1-112 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-114 .mbr-section-subtitle,
#footer1-114 .mbr-section-text {
  color: #fff;
}
#footer1-114 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-114 P {
  font-size: 16px;
  text-align: left;
}
#footer1-114 I {
  text-align: left;
}
#footer1-114 B {
  font-size: 24px;
}
#footer1-114 SPAN {
  font-size: 22px;
}
#menu-116 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-116 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-116 .navbar-toggler {
  color: #ffffff;
}
#menu-116 .close-icon::before,
#menu-116 .close-icon::after {
  background-color: #ffffff;
}
#menu-116 .link,
#menu-116 .dropdown-item {
  color: #ffffff;
}
#menu-116 .link {
  font-size: 0.75rem;
}
#menu-116 .dropdown-item,
#menu-116 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-116 .link:hover,
#menu-116 .link:focus {
  color: #f1c40f;
}
#menu-116 .dropdown-item:hover::before,
#menu-116 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-116 .dropdown-item:hover,
#menu-116 .dropdown-item:focus {
  color: #ffffff;
}
#menu-116 .link[aria-expanded="true"],
#menu-116 .dropdown-menu {
  background: #1a242f;
}
#menu-116 .nav-dropdown-sm .link:focus,
#menu-116 .nav-dropdown-sm .link:hover,
#menu-116 .nav-dropdown-sm .dropdown-item:focus,
#menu-116 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-116 .navbar,
#menu-116 .nav-dropdown-sm,
#menu-116 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-116 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-116 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-116 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-116 .bg-color.transparent.opened .link:hover,
#menu-116 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-116 .link[aria-expanded="true"],
#menu-116 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-117 .mbr-section-title {
  font-size: 36px;
}
#content3-118 .mbr-section-title,
#content3-118 .mbr-section-subtitle {
  text-align: center;
}
#content1-119 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-11b .mbr-section-subtitle,
#footer1-11b .mbr-section-text {
  color: #fff;
}
#footer1-11b .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-11b P {
  font-size: 16px;
  text-align: left;
}
#footer1-11b I {
  text-align: left;
}
#footer1-11b B {
  font-size: 24px;
}
#footer1-11b SPAN {
  font-size: 22px;
}
#menu-11d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-11d .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-11d .navbar-toggler {
  color: #ffffff;
}
#menu-11d .close-icon::before,
#menu-11d .close-icon::after {
  background-color: #ffffff;
}
#menu-11d .link,
#menu-11d .dropdown-item {
  color: #ffffff;
}
#menu-11d .link {
  font-size: 0.75rem;
}
#menu-11d .dropdown-item,
#menu-11d .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-11d .link:hover,
#menu-11d .link:focus {
  color: #f1c40f;
}
#menu-11d .dropdown-item:hover::before,
#menu-11d .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-11d .dropdown-item:hover,
#menu-11d .dropdown-item:focus {
  color: #ffffff;
}
#menu-11d .link[aria-expanded="true"],
#menu-11d .dropdown-menu {
  background: #1a242f;
}
#menu-11d .nav-dropdown-sm .link:focus,
#menu-11d .nav-dropdown-sm .link:hover,
#menu-11d .nav-dropdown-sm .dropdown-item:focus,
#menu-11d .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-11d .navbar,
#menu-11d .nav-dropdown-sm,
#menu-11d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-11d .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-11d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-11d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-11d .bg-color.transparent.opened .link:hover,
#menu-11d .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-11d .link[aria-expanded="true"],
#menu-11d .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-11e .mbr-section-title {
  font-size: 36px;
}
#content3-11f .mbr-section-title,
#content3-11f .mbr-section-subtitle {
  text-align: center;
}
#content1-11g P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-11i .mbr-section-subtitle,
#footer1-11i .mbr-section-text {
  color: #fff;
}
#footer1-11i .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-11i P {
  font-size: 16px;
  text-align: left;
}
#footer1-11i I {
  text-align: left;
}
#footer1-11i B {
  font-size: 24px;
}
#footer1-11i SPAN {
  font-size: 22px;
}
#menu-11k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-11k .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-11k .navbar-toggler {
  color: #ffffff;
}
#menu-11k .close-icon::before,
#menu-11k .close-icon::after {
  background-color: #ffffff;
}
#menu-11k .link,
#menu-11k .dropdown-item {
  color: #ffffff;
}
#menu-11k .link {
  font-size: 0.75rem;
}
#menu-11k .dropdown-item,
#menu-11k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-11k .link:hover,
#menu-11k .link:focus {
  color: #f1c40f;
}
#menu-11k .dropdown-item:hover::before,
#menu-11k .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-11k .dropdown-item:hover,
#menu-11k .dropdown-item:focus {
  color: #ffffff;
}
#menu-11k .link[aria-expanded="true"],
#menu-11k .dropdown-menu {
  background: #1a242f;
}
#menu-11k .nav-dropdown-sm .link:focus,
#menu-11k .nav-dropdown-sm .link:hover,
#menu-11k .nav-dropdown-sm .dropdown-item:focus,
#menu-11k .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-11k .navbar,
#menu-11k .nav-dropdown-sm,
#menu-11k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-11k .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-11k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-11k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-11k .bg-color.transparent.opened .link:hover,
#menu-11k .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-11k .link[aria-expanded="true"],
#menu-11k .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-11l .mbr-section-title {
  font-size: 36px;
}
#content3-11m .mbr-section-title,
#content3-11m .mbr-section-subtitle {
  text-align: center;
}
#content1-11n P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-11p .mbr-section-subtitle,
#footer1-11p .mbr-section-text {
  color: #fff;
}
#footer1-11p .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-11p P {
  font-size: 16px;
  text-align: left;
}
#footer1-11p I {
  text-align: left;
}
#footer1-11p B {
  font-size: 24px;
}
#footer1-11p SPAN {
  font-size: 22px;
}
#menu-11r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-11r .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-11r .navbar-toggler {
  color: #ffffff;
}
#menu-11r .close-icon::before,
#menu-11r .close-icon::after {
  background-color: #ffffff;
}
#menu-11r .link,
#menu-11r .dropdown-item {
  color: #ffffff;
}
#menu-11r .link {
  font-size: 0.75rem;
}
#menu-11r .dropdown-item,
#menu-11r .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-11r .link:hover,
#menu-11r .link:focus {
  color: #f1c40f;
}
#menu-11r .dropdown-item:hover::before,
#menu-11r .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-11r .dropdown-item:hover,
#menu-11r .dropdown-item:focus {
  color: #ffffff;
}
#menu-11r .link[aria-expanded="true"],
#menu-11r .dropdown-menu {
  background: #1a242f;
}
#menu-11r .nav-dropdown-sm .link:focus,
#menu-11r .nav-dropdown-sm .link:hover,
#menu-11r .nav-dropdown-sm .dropdown-item:focus,
#menu-11r .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-11r .navbar,
#menu-11r .nav-dropdown-sm,
#menu-11r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-11r .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-11r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-11r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-11r .bg-color.transparent.opened .link:hover,
#menu-11r .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-11r .link[aria-expanded="true"],
#menu-11r .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-11s .mbr-section-title {
  font-size: 36px;
}
#content3-11t .mbr-section-title,
#content3-11t .mbr-section-subtitle {
  text-align: center;
}
#content1-11u P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-11w .mbr-section-subtitle,
#footer1-11w .mbr-section-text {
  color: #fff;
}
#footer1-11w .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-11w P {
  font-size: 16px;
  text-align: left;
}
#footer1-11w I {
  text-align: left;
}
#footer1-11w B {
  font-size: 24px;
}
#footer1-11w SPAN {
  font-size: 22px;
}
#menu-11y .hide-buttons .nav-btn {
  display: none !important;
}
#menu-11y .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-11y .navbar-toggler {
  color: #ffffff;
}
#menu-11y .close-icon::before,
#menu-11y .close-icon::after {
  background-color: #ffffff;
}
#menu-11y .link,
#menu-11y .dropdown-item {
  color: #ffffff;
}
#menu-11y .link {
  font-size: 0.75rem;
}
#menu-11y .dropdown-item,
#menu-11y .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-11y .link:hover,
#menu-11y .link:focus {
  color: #f1c40f;
}
#menu-11y .dropdown-item:hover::before,
#menu-11y .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-11y .dropdown-item:hover,
#menu-11y .dropdown-item:focus {
  color: #ffffff;
}
#menu-11y .link[aria-expanded="true"],
#menu-11y .dropdown-menu {
  background: #1a242f;
}
#menu-11y .nav-dropdown-sm .link:focus,
#menu-11y .nav-dropdown-sm .link:hover,
#menu-11y .nav-dropdown-sm .dropdown-item:focus,
#menu-11y .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-11y .navbar,
#menu-11y .nav-dropdown-sm,
#menu-11y .nav-dropdown-sm .link[aria-expanded="true"],
#menu-11y .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-11y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-11y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-11y .bg-color.transparent.opened .link:hover,
#menu-11y .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-11y .link[aria-expanded="true"],
#menu-11y .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-11z .mbr-section-title {
  font-size: 36px;
}
#content3-120 .mbr-section-title,
#content3-120 .mbr-section-subtitle {
  text-align: center;
}
#content1-121 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-123 .mbr-section-subtitle,
#footer1-123 .mbr-section-text {
  color: #fff;
}
#footer1-123 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-123 P {
  font-size: 16px;
  text-align: left;
}
#footer1-123 I {
  text-align: left;
}
#footer1-123 B {
  font-size: 24px;
}
#footer1-123 SPAN {
  font-size: 22px;
}
#menu-125 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-125 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-125 .navbar-toggler {
  color: #ffffff;
}
#menu-125 .close-icon::before,
#menu-125 .close-icon::after {
  background-color: #ffffff;
}
#menu-125 .link,
#menu-125 .dropdown-item {
  color: #ffffff;
}
#menu-125 .link {
  font-size: 0.75rem;
}
#menu-125 .dropdown-item,
#menu-125 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-125 .link:hover,
#menu-125 .link:focus {
  color: #f1c40f;
}
#menu-125 .dropdown-item:hover::before,
#menu-125 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-125 .dropdown-item:hover,
#menu-125 .dropdown-item:focus {
  color: #ffffff;
}
#menu-125 .link[aria-expanded="true"],
#menu-125 .dropdown-menu {
  background: #1a242f;
}
#menu-125 .nav-dropdown-sm .link:focus,
#menu-125 .nav-dropdown-sm .link:hover,
#menu-125 .nav-dropdown-sm .dropdown-item:focus,
#menu-125 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-125 .navbar,
#menu-125 .nav-dropdown-sm,
#menu-125 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-125 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-125 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-125 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-125 .bg-color.transparent.opened .link:hover,
#menu-125 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-125 .link[aria-expanded="true"],
#menu-125 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-126 .mbr-section-title {
  font-size: 36px;
}
#content3-127 .mbr-section-title,
#content3-127 .mbr-section-subtitle {
  text-align: center;
}
#content1-128 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-12a .mbr-section-subtitle,
#footer1-12a .mbr-section-text {
  color: #fff;
}
#footer1-12a .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-12a P {
  font-size: 16px;
  text-align: left;
}
#footer1-12a I {
  text-align: left;
}
#footer1-12a B {
  font-size: 24px;
}
#footer1-12a SPAN {
  font-size: 22px;
}
#menu-12c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-12c .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-12c .navbar-toggler {
  color: #ffffff;
}
#menu-12c .close-icon::before,
#menu-12c .close-icon::after {
  background-color: #ffffff;
}
#menu-12c .link,
#menu-12c .dropdown-item {
  color: #ffffff;
}
#menu-12c .link {
  font-size: 0.75rem;
}
#menu-12c .dropdown-item,
#menu-12c .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-12c .link:hover,
#menu-12c .link:focus {
  color: #f1c40f;
}
#menu-12c .dropdown-item:hover::before,
#menu-12c .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-12c .dropdown-item:hover,
#menu-12c .dropdown-item:focus {
  color: #ffffff;
}
#menu-12c .link[aria-expanded="true"],
#menu-12c .dropdown-menu {
  background: #1a242f;
}
#menu-12c .nav-dropdown-sm .link:focus,
#menu-12c .nav-dropdown-sm .link:hover,
#menu-12c .nav-dropdown-sm .dropdown-item:focus,
#menu-12c .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-12c .navbar,
#menu-12c .nav-dropdown-sm,
#menu-12c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-12c .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-12c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-12c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-12c .bg-color.transparent.opened .link:hover,
#menu-12c .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-12c .link[aria-expanded="true"],
#menu-12c .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-12d .mbr-section-title {
  font-size: 36px;
}
#content3-12e .mbr-section-title,
#content3-12e .mbr-section-subtitle {
  text-align: center;
}
#content1-12f P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-12h .mbr-section-subtitle,
#footer1-12h .mbr-section-text {
  color: #fff;
}
#footer1-12h .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-12h P {
  font-size: 16px;
  text-align: left;
}
#footer1-12h I {
  text-align: left;
}
#footer1-12h B {
  font-size: 24px;
}
#footer1-12h SPAN {
  font-size: 22px;
}
#menu-12j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-12j .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-12j .navbar-toggler {
  color: #ffffff;
}
#menu-12j .close-icon::before,
#menu-12j .close-icon::after {
  background-color: #ffffff;
}
#menu-12j .link,
#menu-12j .dropdown-item {
  color: #ffffff;
}
#menu-12j .link {
  font-size: 0.75rem;
}
#menu-12j .dropdown-item,
#menu-12j .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-12j .link:hover,
#menu-12j .link:focus {
  color: #f1c40f;
}
#menu-12j .dropdown-item:hover::before,
#menu-12j .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-12j .dropdown-item:hover,
#menu-12j .dropdown-item:focus {
  color: #ffffff;
}
#menu-12j .link[aria-expanded="true"],
#menu-12j .dropdown-menu {
  background: #1a242f;
}
#menu-12j .nav-dropdown-sm .link:focus,
#menu-12j .nav-dropdown-sm .link:hover,
#menu-12j .nav-dropdown-sm .dropdown-item:focus,
#menu-12j .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-12j .navbar,
#menu-12j .nav-dropdown-sm,
#menu-12j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-12j .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-12j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-12j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-12j .bg-color.transparent.opened .link:hover,
#menu-12j .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-12j .link[aria-expanded="true"],
#menu-12j .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-12k .mbr-section-title {
  font-size: 36px;
}
#content3-12l .mbr-section-title,
#content3-12l .mbr-section-subtitle {
  text-align: center;
}
#content1-12m P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-12o .mbr-section-subtitle,
#footer1-12o .mbr-section-text {
  color: #fff;
}
#footer1-12o .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-12o P {
  font-size: 16px;
  text-align: left;
}
#footer1-12o I {
  text-align: left;
}
#footer1-12o B {
  font-size: 24px;
}
#footer1-12o SPAN {
  font-size: 22px;
}
#menu-12q .hide-buttons .nav-btn {
  display: none !important;
}
#menu-12q .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-12q .navbar-toggler {
  color: #ffffff;
}
#menu-12q .close-icon::before,
#menu-12q .close-icon::after {
  background-color: #ffffff;
}
#menu-12q .link,
#menu-12q .dropdown-item {
  color: #ffffff;
}
#menu-12q .link {
  font-size: 0.75rem;
}
#menu-12q .dropdown-item,
#menu-12q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-12q .link:hover,
#menu-12q .link:focus {
  color: #f1c40f;
}
#menu-12q .dropdown-item:hover::before,
#menu-12q .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-12q .dropdown-item:hover,
#menu-12q .dropdown-item:focus {
  color: #ffffff;
}
#menu-12q .link[aria-expanded="true"],
#menu-12q .dropdown-menu {
  background: #1a242f;
}
#menu-12q .nav-dropdown-sm .link:focus,
#menu-12q .nav-dropdown-sm .link:hover,
#menu-12q .nav-dropdown-sm .dropdown-item:focus,
#menu-12q .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-12q .navbar,
#menu-12q .nav-dropdown-sm,
#menu-12q .nav-dropdown-sm .link[aria-expanded="true"],
#menu-12q .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-12q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-12q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-12q .bg-color.transparent.opened .link:hover,
#menu-12q .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-12q .link[aria-expanded="true"],
#menu-12q .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-12r .mbr-section-title {
  font-size: 36px;
}
#content3-12s .mbr-section-title,
#content3-12s .mbr-section-subtitle {
  text-align: center;
}
#content1-12t P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-12v .mbr-section-subtitle,
#footer1-12v .mbr-section-text {
  color: #fff;
}
#footer1-12v .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-12v P {
  font-size: 16px;
  text-align: left;
}
#footer1-12v I {
  text-align: left;
}
#footer1-12v B {
  font-size: 24px;
}
#footer1-12v SPAN {
  font-size: 22px;
}
#menu-12x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-12x .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-12x .navbar-toggler {
  color: #ffffff;
}
#menu-12x .close-icon::before,
#menu-12x .close-icon::after {
  background-color: #ffffff;
}
#menu-12x .link,
#menu-12x .dropdown-item {
  color: #ffffff;
}
#menu-12x .link {
  font-size: 0.75rem;
}
#menu-12x .dropdown-item,
#menu-12x .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-12x .link:hover,
#menu-12x .link:focus {
  color: #f1c40f;
}
#menu-12x .dropdown-item:hover::before,
#menu-12x .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-12x .dropdown-item:hover,
#menu-12x .dropdown-item:focus {
  color: #ffffff;
}
#menu-12x .link[aria-expanded="true"],
#menu-12x .dropdown-menu {
  background: #1a242f;
}
#menu-12x .nav-dropdown-sm .link:focus,
#menu-12x .nav-dropdown-sm .link:hover,
#menu-12x .nav-dropdown-sm .dropdown-item:focus,
#menu-12x .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-12x .navbar,
#menu-12x .nav-dropdown-sm,
#menu-12x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-12x .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-12x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-12x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-12x .bg-color.transparent.opened .link:hover,
#menu-12x .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-12x .link[aria-expanded="true"],
#menu-12x .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-12y .mbr-section-title {
  font-size: 36px;
}
#content3-12z .mbr-section-title,
#content3-12z .mbr-section-subtitle {
  text-align: center;
}
#content1-130 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-132 .mbr-section-subtitle,
#footer1-132 .mbr-section-text {
  color: #fff;
}
#footer1-132 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-132 P {
  font-size: 16px;
  text-align: left;
}
#footer1-132 I {
  text-align: left;
}
#footer1-132 B {
  font-size: 24px;
}
#footer1-132 SPAN {
  font-size: 22px;
}
#menu-134 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-134 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-134 .navbar-toggler {
  color: #ffffff;
}
#menu-134 .close-icon::before,
#menu-134 .close-icon::after {
  background-color: #ffffff;
}
#menu-134 .link,
#menu-134 .dropdown-item {
  color: #ffffff;
}
#menu-134 .link {
  font-size: 0.75rem;
}
#menu-134 .dropdown-item,
#menu-134 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-134 .link:hover,
#menu-134 .link:focus {
  color: #f1c40f;
}
#menu-134 .dropdown-item:hover::before,
#menu-134 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-134 .dropdown-item:hover,
#menu-134 .dropdown-item:focus {
  color: #ffffff;
}
#menu-134 .link[aria-expanded="true"],
#menu-134 .dropdown-menu {
  background: #1a242f;
}
#menu-134 .nav-dropdown-sm .link:focus,
#menu-134 .nav-dropdown-sm .link:hover,
#menu-134 .nav-dropdown-sm .dropdown-item:focus,
#menu-134 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-134 .navbar,
#menu-134 .nav-dropdown-sm,
#menu-134 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-134 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-134 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-134 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-134 .bg-color.transparent.opened .link:hover,
#menu-134 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-134 .link[aria-expanded="true"],
#menu-134 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-135 .mbr-section-title {
  font-size: 36px;
}
#content3-136 .mbr-section-title,
#content3-136 .mbr-section-subtitle {
  text-align: center;
}
#content1-137 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-139 .mbr-section-subtitle,
#footer1-139 .mbr-section-text {
  color: #fff;
}
#footer1-139 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-139 P {
  font-size: 16px;
  text-align: left;
}
#footer1-139 I {
  text-align: left;
}
#footer1-139 B {
  font-size: 24px;
}
#footer1-139 SPAN {
  font-size: 22px;
}
#menu-13b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-13b .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-13b .navbar-toggler {
  color: #ffffff;
}
#menu-13b .close-icon::before,
#menu-13b .close-icon::after {
  background-color: #ffffff;
}
#menu-13b .link,
#menu-13b .dropdown-item {
  color: #ffffff;
}
#menu-13b .link {
  font-size: 0.75rem;
}
#menu-13b .dropdown-item,
#menu-13b .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-13b .link:hover,
#menu-13b .link:focus {
  color: #f1c40f;
}
#menu-13b .dropdown-item:hover::before,
#menu-13b .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-13b .dropdown-item:hover,
#menu-13b .dropdown-item:focus {
  color: #ffffff;
}
#menu-13b .link[aria-expanded="true"],
#menu-13b .dropdown-menu {
  background: #1a242f;
}
#menu-13b .nav-dropdown-sm .link:focus,
#menu-13b .nav-dropdown-sm .link:hover,
#menu-13b .nav-dropdown-sm .dropdown-item:focus,
#menu-13b .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-13b .navbar,
#menu-13b .nav-dropdown-sm,
#menu-13b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-13b .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-13b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-13b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-13b .bg-color.transparent.opened .link:hover,
#menu-13b .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-13b .link[aria-expanded="true"],
#menu-13b .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-13c .mbr-section-title {
  font-size: 36px;
}
#content3-13d .mbr-section-title,
#content3-13d .mbr-section-subtitle {
  text-align: center;
}
#content1-13e P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-13g .mbr-section-subtitle,
#footer1-13g .mbr-section-text {
  color: #fff;
}
#footer1-13g .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-13g P {
  font-size: 16px;
  text-align: left;
}
#footer1-13g I {
  text-align: left;
}
#footer1-13g B {
  font-size: 24px;
}
#footer1-13g SPAN {
  font-size: 22px;
}
#menu-13i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-13i .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-13i .navbar-toggler {
  color: #ffffff;
}
#menu-13i .close-icon::before,
#menu-13i .close-icon::after {
  background-color: #ffffff;
}
#menu-13i .link,
#menu-13i .dropdown-item {
  color: #ffffff;
}
#menu-13i .link {
  font-size: 0.75rem;
}
#menu-13i .dropdown-item,
#menu-13i .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-13i .link:hover,
#menu-13i .link:focus {
  color: #f1c40f;
}
#menu-13i .dropdown-item:hover::before,
#menu-13i .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-13i .dropdown-item:hover,
#menu-13i .dropdown-item:focus {
  color: #ffffff;
}
#menu-13i .link[aria-expanded="true"],
#menu-13i .dropdown-menu {
  background: #1a242f;
}
#menu-13i .nav-dropdown-sm .link:focus,
#menu-13i .nav-dropdown-sm .link:hover,
#menu-13i .nav-dropdown-sm .dropdown-item:focus,
#menu-13i .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-13i .navbar,
#menu-13i .nav-dropdown-sm,
#menu-13i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-13i .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-13i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-13i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-13i .bg-color.transparent.opened .link:hover,
#menu-13i .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-13i .link[aria-expanded="true"],
#menu-13i .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-13j .mbr-section-title {
  font-size: 36px;
}
#content3-13k .mbr-section-title,
#content3-13k .mbr-section-subtitle {
  text-align: center;
}
#content1-13l P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-13n .mbr-section-subtitle,
#footer1-13n .mbr-section-text {
  color: #fff;
}
#footer1-13n .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-13n P {
  font-size: 16px;
  text-align: left;
}
#footer1-13n I {
  text-align: left;
}
#footer1-13n B {
  font-size: 24px;
}
#footer1-13n SPAN {
  font-size: 22px;
}
#menu-13p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-13p .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-13p .navbar-toggler {
  color: #ffffff;
}
#menu-13p .close-icon::before,
#menu-13p .close-icon::after {
  background-color: #ffffff;
}
#menu-13p .link,
#menu-13p .dropdown-item {
  color: #ffffff;
}
#menu-13p .link {
  font-size: 0.75rem;
}
#menu-13p .dropdown-item,
#menu-13p .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-13p .link:hover,
#menu-13p .link:focus {
  color: #f1c40f;
}
#menu-13p .dropdown-item:hover::before,
#menu-13p .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-13p .dropdown-item:hover,
#menu-13p .dropdown-item:focus {
  color: #ffffff;
}
#menu-13p .link[aria-expanded="true"],
#menu-13p .dropdown-menu {
  background: #1a242f;
}
#menu-13p .nav-dropdown-sm .link:focus,
#menu-13p .nav-dropdown-sm .link:hover,
#menu-13p .nav-dropdown-sm .dropdown-item:focus,
#menu-13p .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-13p .navbar,
#menu-13p .nav-dropdown-sm,
#menu-13p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-13p .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-13p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-13p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-13p .bg-color.transparent.opened .link:hover,
#menu-13p .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-13p .link[aria-expanded="true"],
#menu-13p .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-13q .mbr-section-title {
  font-size: 36px;
}
#content3-13r .mbr-section-title,
#content3-13r .mbr-section-subtitle {
  text-align: center;
}
#content1-13s P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-13u .mbr-section-subtitle,
#footer1-13u .mbr-section-text {
  color: #fff;
}
#footer1-13u .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-13u P {
  font-size: 16px;
  text-align: left;
}
#footer1-13u I {
  text-align: left;
}
#footer1-13u B {
  font-size: 24px;
}
#footer1-13u SPAN {
  font-size: 22px;
}
#menu-13w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-13w .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-13w .navbar-toggler {
  color: #ffffff;
}
#menu-13w .close-icon::before,
#menu-13w .close-icon::after {
  background-color: #ffffff;
}
#menu-13w .link,
#menu-13w .dropdown-item {
  color: #ffffff;
}
#menu-13w .link {
  font-size: 0.75rem;
}
#menu-13w .dropdown-item,
#menu-13w .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-13w .link:hover,
#menu-13w .link:focus {
  color: #f1c40f;
}
#menu-13w .dropdown-item:hover::before,
#menu-13w .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-13w .dropdown-item:hover,
#menu-13w .dropdown-item:focus {
  color: #ffffff;
}
#menu-13w .link[aria-expanded="true"],
#menu-13w .dropdown-menu {
  background: #1a242f;
}
#menu-13w .nav-dropdown-sm .link:focus,
#menu-13w .nav-dropdown-sm .link:hover,
#menu-13w .nav-dropdown-sm .dropdown-item:focus,
#menu-13w .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-13w .navbar,
#menu-13w .nav-dropdown-sm,
#menu-13w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-13w .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-13w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-13w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-13w .bg-color.transparent.opened .link:hover,
#menu-13w .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-13w .link[aria-expanded="true"],
#menu-13w .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-13x .mbr-section-title {
  font-size: 36px;
}
#content3-13y .mbr-section-title,
#content3-13y .mbr-section-subtitle {
  text-align: center;
}
#content1-13z P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-141 .mbr-section-subtitle,
#footer1-141 .mbr-section-text {
  color: #fff;
}
#footer1-141 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-141 P {
  font-size: 16px;
  text-align: left;
}
#footer1-141 I {
  text-align: left;
}
#footer1-141 B {
  font-size: 24px;
}
#footer1-141 SPAN {
  font-size: 22px;
}
#menu-143 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-143 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-143 .navbar-toggler {
  color: #ffffff;
}
#menu-143 .close-icon::before,
#menu-143 .close-icon::after {
  background-color: #ffffff;
}
#menu-143 .link,
#menu-143 .dropdown-item {
  color: #ffffff;
}
#menu-143 .link {
  font-size: 0.75rem;
}
#menu-143 .dropdown-item,
#menu-143 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-143 .link:hover,
#menu-143 .link:focus {
  color: #f1c40f;
}
#menu-143 .dropdown-item:hover::before,
#menu-143 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-143 .dropdown-item:hover,
#menu-143 .dropdown-item:focus {
  color: #ffffff;
}
#menu-143 .link[aria-expanded="true"],
#menu-143 .dropdown-menu {
  background: #1a242f;
}
#menu-143 .nav-dropdown-sm .link:focus,
#menu-143 .nav-dropdown-sm .link:hover,
#menu-143 .nav-dropdown-sm .dropdown-item:focus,
#menu-143 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-143 .navbar,
#menu-143 .nav-dropdown-sm,
#menu-143 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-143 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-143 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-143 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-143 .bg-color.transparent.opened .link:hover,
#menu-143 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-143 .link[aria-expanded="true"],
#menu-143 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-144 .mbr-section-title {
  font-size: 36px;
}
#content3-145 .mbr-section-title,
#content3-145 .mbr-section-subtitle {
  text-align: center;
}
#content1-146 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-148 .mbr-section-subtitle,
#footer1-148 .mbr-section-text {
  color: #fff;
}
#footer1-148 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-148 P {
  font-size: 16px;
  text-align: left;
}
#footer1-148 I {
  text-align: left;
}
#footer1-148 B {
  font-size: 24px;
}
#footer1-148 SPAN {
  font-size: 22px;
}
#menu-14a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-14a .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-14a .navbar-toggler {
  color: #ffffff;
}
#menu-14a .close-icon::before,
#menu-14a .close-icon::after {
  background-color: #ffffff;
}
#menu-14a .link,
#menu-14a .dropdown-item {
  color: #ffffff;
}
#menu-14a .link {
  font-size: 0.75rem;
}
#menu-14a .dropdown-item,
#menu-14a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-14a .link:hover,
#menu-14a .link:focus {
  color: #f1c40f;
}
#menu-14a .dropdown-item:hover::before,
#menu-14a .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-14a .dropdown-item:hover,
#menu-14a .dropdown-item:focus {
  color: #ffffff;
}
#menu-14a .link[aria-expanded="true"],
#menu-14a .dropdown-menu {
  background: #1a242f;
}
#menu-14a .nav-dropdown-sm .link:focus,
#menu-14a .nav-dropdown-sm .link:hover,
#menu-14a .nav-dropdown-sm .dropdown-item:focus,
#menu-14a .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-14a .navbar,
#menu-14a .nav-dropdown-sm,
#menu-14a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-14a .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-14a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-14a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-14a .bg-color.transparent.opened .link:hover,
#menu-14a .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-14a .link[aria-expanded="true"],
#menu-14a .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-14b .mbr-section-title {
  font-size: 36px;
}
#content3-14c .mbr-section-title,
#content3-14c .mbr-section-subtitle {
  text-align: center;
}
#content1-14d P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-14f .mbr-section-subtitle,
#footer1-14f .mbr-section-text {
  color: #fff;
}
#footer1-14f .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-14f P {
  font-size: 16px;
  text-align: left;
}
#footer1-14f I {
  text-align: left;
}
#footer1-14f B {
  font-size: 24px;
}
#footer1-14f SPAN {
  font-size: 22px;
}
#menu-14h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-14h .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-14h .navbar-toggler {
  color: #ffffff;
}
#menu-14h .close-icon::before,
#menu-14h .close-icon::after {
  background-color: #ffffff;
}
#menu-14h .link,
#menu-14h .dropdown-item {
  color: #ffffff;
}
#menu-14h .link {
  font-size: 0.75rem;
}
#menu-14h .dropdown-item,
#menu-14h .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-14h .link:hover,
#menu-14h .link:focus {
  color: #f1c40f;
}
#menu-14h .dropdown-item:hover::before,
#menu-14h .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-14h .dropdown-item:hover,
#menu-14h .dropdown-item:focus {
  color: #ffffff;
}
#menu-14h .link[aria-expanded="true"],
#menu-14h .dropdown-menu {
  background: #1a242f;
}
#menu-14h .nav-dropdown-sm .link:focus,
#menu-14h .nav-dropdown-sm .link:hover,
#menu-14h .nav-dropdown-sm .dropdown-item:focus,
#menu-14h .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-14h .navbar,
#menu-14h .nav-dropdown-sm,
#menu-14h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-14h .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-14h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-14h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-14h .bg-color.transparent.opened .link:hover,
#menu-14h .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-14h .link[aria-expanded="true"],
#menu-14h .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-14i .mbr-section-title {
  font-size: 36px;
}
#content3-14j .mbr-section-title,
#content3-14j .mbr-section-subtitle {
  text-align: center;
}
#content1-14k P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-14m .mbr-section-subtitle,
#footer1-14m .mbr-section-text {
  color: #fff;
}
#footer1-14m .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-14m P {
  font-size: 16px;
  text-align: left;
}
#footer1-14m I {
  text-align: left;
}
#footer1-14m B {
  font-size: 24px;
}
#footer1-14m SPAN {
  font-size: 22px;
}
#menu-14o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-14o .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-14o .navbar-toggler {
  color: #ffffff;
}
#menu-14o .close-icon::before,
#menu-14o .close-icon::after {
  background-color: #ffffff;
}
#menu-14o .link,
#menu-14o .dropdown-item {
  color: #ffffff;
}
#menu-14o .link {
  font-size: 0.75rem;
}
#menu-14o .dropdown-item,
#menu-14o .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-14o .link:hover,
#menu-14o .link:focus {
  color: #f1c40f;
}
#menu-14o .dropdown-item:hover::before,
#menu-14o .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-14o .dropdown-item:hover,
#menu-14o .dropdown-item:focus {
  color: #ffffff;
}
#menu-14o .link[aria-expanded="true"],
#menu-14o .dropdown-menu {
  background: #1a242f;
}
#menu-14o .nav-dropdown-sm .link:focus,
#menu-14o .nav-dropdown-sm .link:hover,
#menu-14o .nav-dropdown-sm .dropdown-item:focus,
#menu-14o .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-14o .navbar,
#menu-14o .nav-dropdown-sm,
#menu-14o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-14o .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-14o .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-14o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-14o .bg-color.transparent.opened .link:hover,
#menu-14o .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-14o .link[aria-expanded="true"],
#menu-14o .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-14p .mbr-section-title {
  font-size: 36px;
}
#content3-14q .mbr-section-title,
#content3-14q .mbr-section-subtitle {
  text-align: center;
}
#content1-14r P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-14t .mbr-section-subtitle,
#footer1-14t .mbr-section-text {
  color: #fff;
}
#footer1-14t .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-14t P {
  font-size: 16px;
  text-align: left;
}
#footer1-14t I {
  text-align: left;
}
#footer1-14t B {
  font-size: 24px;
}
#footer1-14t SPAN {
  font-size: 22px;
}
#menu-150 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-150 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-150 .navbar-toggler {
  color: #ffffff;
}
#menu-150 .close-icon::before,
#menu-150 .close-icon::after {
  background-color: #ffffff;
}
#menu-150 .link,
#menu-150 .dropdown-item {
  color: #ffffff;
}
#menu-150 .link {
  font-size: 0.75rem;
}
#menu-150 .dropdown-item,
#menu-150 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-150 .link:hover,
#menu-150 .link:focus {
  color: #f1c40f;
}
#menu-150 .dropdown-item:hover::before,
#menu-150 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-150 .dropdown-item:hover,
#menu-150 .dropdown-item:focus {
  color: #ffffff;
}
#menu-150 .link[aria-expanded="true"],
#menu-150 .dropdown-menu {
  background: #1a242f;
}
#menu-150 .nav-dropdown-sm .link:focus,
#menu-150 .nav-dropdown-sm .link:hover,
#menu-150 .nav-dropdown-sm .dropdown-item:focus,
#menu-150 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-150 .navbar,
#menu-150 .nav-dropdown-sm,
#menu-150 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-150 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-150 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-150 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-150 .bg-color.transparent.opened .link:hover,
#menu-150 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-150 .link[aria-expanded="true"],
#menu-150 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-151 .mbr-section-title {
  font-size: 36px;
}
#content3-152 .mbr-section-title,
#content3-152 .mbr-section-subtitle {
  text-align: center;
}
#content1-153 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#content1-158 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#content1-15a P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-155 .mbr-section-subtitle,
#footer1-155 .mbr-section-text {
  color: #fff;
}
#footer1-155 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-155 P {
  font-size: 16px;
  text-align: left;
}
#footer1-155 I {
  text-align: left;
}
#footer1-155 B {
  font-size: 24px;
}
#footer1-155 SPAN {
  font-size: 22px;
}
#menu-15c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-15c .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-15c .navbar-toggler {
  color: #ffffff;
}
#menu-15c .close-icon::before,
#menu-15c .close-icon::after {
  background-color: #ffffff;
}
#menu-15c .link,
#menu-15c .dropdown-item {
  color: #ffffff;
}
#menu-15c .link {
  font-size: 0.75rem;
}
#menu-15c .dropdown-item,
#menu-15c .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-15c .link:hover,
#menu-15c .link:focus {
  color: #f1c40f;
}
#menu-15c .dropdown-item:hover::before,
#menu-15c .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-15c .dropdown-item:hover,
#menu-15c .dropdown-item:focus {
  color: #ffffff;
}
#menu-15c .link[aria-expanded="true"],
#menu-15c .dropdown-menu {
  background: #1a242f;
}
#menu-15c .nav-dropdown-sm .link:focus,
#menu-15c .nav-dropdown-sm .link:hover,
#menu-15c .nav-dropdown-sm .dropdown-item:focus,
#menu-15c .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-15c .navbar,
#menu-15c .nav-dropdown-sm,
#menu-15c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-15c .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-15c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-15c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-15c .bg-color.transparent.opened .link:hover,
#menu-15c .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-15c .link[aria-expanded="true"],
#menu-15c .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-15d .mbr-section-title {
  font-size: 36px;
}
#content3-15e .mbr-section-title,
#content3-15e .mbr-section-subtitle {
  text-align: center;
}
#content1-15f P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-15h .mbr-section-subtitle,
#footer1-15h .mbr-section-text {
  color: #fff;
}
#footer1-15h .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-15h P {
  font-size: 16px;
  text-align: left;
}
#footer1-15h I {
  text-align: left;
}
#footer1-15h B {
  font-size: 24px;
}
#footer1-15h SPAN {
  font-size: 22px;
}
#menu-15j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-15j .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-15j .navbar-toggler {
  color: #ffffff;
}
#menu-15j .close-icon::before,
#menu-15j .close-icon::after {
  background-color: #ffffff;
}
#menu-15j .link,
#menu-15j .dropdown-item {
  color: #ffffff;
}
#menu-15j .link {
  font-size: 0.75rem;
}
#menu-15j .dropdown-item,
#menu-15j .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-15j .link:hover,
#menu-15j .link:focus {
  color: #f1c40f;
}
#menu-15j .dropdown-item:hover::before,
#menu-15j .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-15j .dropdown-item:hover,
#menu-15j .dropdown-item:focus {
  color: #ffffff;
}
#menu-15j .link[aria-expanded="true"],
#menu-15j .dropdown-menu {
  background: #1a242f;
}
#menu-15j .nav-dropdown-sm .link:focus,
#menu-15j .nav-dropdown-sm .link:hover,
#menu-15j .nav-dropdown-sm .dropdown-item:focus,
#menu-15j .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-15j .navbar,
#menu-15j .nav-dropdown-sm,
#menu-15j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-15j .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-15j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-15j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-15j .bg-color.transparent.opened .link:hover,
#menu-15j .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-15j .link[aria-expanded="true"],
#menu-15j .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-15k .mbr-section-title {
  font-size: 36px;
}
#content3-15l .mbr-section-title,
#content3-15l .mbr-section-subtitle {
  text-align: center;
}
#content1-15m P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-15o .mbr-section-subtitle,
#footer1-15o .mbr-section-text {
  color: #fff;
}
#footer1-15o .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-15o P {
  font-size: 16px;
  text-align: left;
}
#footer1-15o I {
  text-align: left;
}
#footer1-15o B {
  font-size: 24px;
}
#footer1-15o SPAN {
  font-size: 22px;
}
#menu-15r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-15r .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-15r .navbar-toggler {
  color: #ffffff;
}
#menu-15r .close-icon::before,
#menu-15r .close-icon::after {
  background-color: #ffffff;
}
#menu-15r .link,
#menu-15r .dropdown-item {
  color: #ffffff;
}
#menu-15r .link {
  font-size: 0.75rem;
}
#menu-15r .dropdown-item,
#menu-15r .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-15r .link:hover,
#menu-15r .link:focus {
  color: #f1c40f;
}
#menu-15r .dropdown-item:hover::before,
#menu-15r .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-15r .dropdown-item:hover,
#menu-15r .dropdown-item:focus {
  color: #ffffff;
}
#menu-15r .link[aria-expanded="true"],
#menu-15r .dropdown-menu {
  background: #1a242f;
}
#menu-15r .nav-dropdown-sm .link:focus,
#menu-15r .nav-dropdown-sm .link:hover,
#menu-15r .nav-dropdown-sm .dropdown-item:focus,
#menu-15r .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-15r .navbar,
#menu-15r .nav-dropdown-sm,
#menu-15r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-15r .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-15r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-15r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-15r .bg-color.transparent.opened .link:hover,
#menu-15r .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-15r .link[aria-expanded="true"],
#menu-15r .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-15s .mbr-section-title {
  font-size: 36px;
}
#content3-15t .mbr-section-title,
#content3-15t .mbr-section-subtitle {
  text-align: center;
}
#content1-15u P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-15w .mbr-section-subtitle,
#footer1-15w .mbr-section-text {
  color: #fff;
}
#footer1-15w .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-15w P {
  font-size: 16px;
  text-align: left;
}
#footer1-15w I {
  text-align: left;
}
#footer1-15w B {
  font-size: 24px;
}
#footer1-15w SPAN {
  font-size: 22px;
}
#menu-15y .hide-buttons .nav-btn {
  display: none !important;
}
#menu-15y .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-15y .navbar-toggler {
  color: #ffffff;
}
#menu-15y .close-icon::before,
#menu-15y .close-icon::after {
  background-color: #ffffff;
}
#menu-15y .link,
#menu-15y .dropdown-item {
  color: #ffffff;
}
#menu-15y .link {
  font-size: 0.75rem;
}
#menu-15y .dropdown-item,
#menu-15y .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-15y .link:hover,
#menu-15y .link:focus {
  color: #f1c40f;
}
#menu-15y .dropdown-item:hover::before,
#menu-15y .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-15y .dropdown-item:hover,
#menu-15y .dropdown-item:focus {
  color: #ffffff;
}
#menu-15y .link[aria-expanded="true"],
#menu-15y .dropdown-menu {
  background: #1a242f;
}
#menu-15y .nav-dropdown-sm .link:focus,
#menu-15y .nav-dropdown-sm .link:hover,
#menu-15y .nav-dropdown-sm .dropdown-item:focus,
#menu-15y .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-15y .navbar,
#menu-15y .nav-dropdown-sm,
#menu-15y .nav-dropdown-sm .link[aria-expanded="true"],
#menu-15y .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-15y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-15y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-15y .bg-color.transparent.opened .link:hover,
#menu-15y .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-15y .link[aria-expanded="true"],
#menu-15y .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-15z .mbr-section-title {
  font-size: 36px;
}
#content3-160 .mbr-section-title,
#content3-160 .mbr-section-subtitle {
  text-align: center;
}
#content1-161 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-163 .mbr-section-subtitle,
#footer1-163 .mbr-section-text {
  color: #fff;
}
#footer1-163 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-163 P {
  font-size: 16px;
  text-align: left;
}
#footer1-163 I {
  text-align: left;
}
#footer1-163 B {
  font-size: 24px;
}
#footer1-163 SPAN {
  font-size: 22px;
}
#menu-166 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-166 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-166 .navbar-toggler {
  color: #ffffff;
}
#menu-166 .close-icon::before,
#menu-166 .close-icon::after {
  background-color: #ffffff;
}
#menu-166 .link,
#menu-166 .dropdown-item {
  color: #ffffff;
}
#menu-166 .link {
  font-size: 0.75rem;
}
#menu-166 .dropdown-item,
#menu-166 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-166 .link:hover,
#menu-166 .link:focus {
  color: #f1c40f;
}
#menu-166 .dropdown-item:hover::before,
#menu-166 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-166 .dropdown-item:hover,
#menu-166 .dropdown-item:focus {
  color: #ffffff;
}
#menu-166 .link[aria-expanded="true"],
#menu-166 .dropdown-menu {
  background: #1a242f;
}
#menu-166 .nav-dropdown-sm .link:focus,
#menu-166 .nav-dropdown-sm .link:hover,
#menu-166 .nav-dropdown-sm .dropdown-item:focus,
#menu-166 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-166 .navbar,
#menu-166 .nav-dropdown-sm,
#menu-166 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-166 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-166 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-166 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-166 .bg-color.transparent.opened .link:hover,
#menu-166 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-166 .link[aria-expanded="true"],
#menu-166 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-167 .mbr-section-title {
  font-size: 36px;
}
#content3-168 .mbr-section-title,
#content3-168 .mbr-section-subtitle {
  text-align: center;
}
#content1-169 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-16b .mbr-section-subtitle,
#footer1-16b .mbr-section-text {
  color: #fff;
}
#footer1-16b .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-16b P {
  font-size: 16px;
  text-align: left;
}
#footer1-16b I {
  text-align: left;
}
#footer1-16b B {
  font-size: 24px;
}
#footer1-16b SPAN {
  font-size: 22px;
}
#menu-16d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16d .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-16d .navbar-toggler {
  color: #ffffff;
}
#menu-16d .close-icon::before,
#menu-16d .close-icon::after {
  background-color: #ffffff;
}
#menu-16d .link,
#menu-16d .dropdown-item {
  color: #ffffff;
}
#menu-16d .link {
  font-size: 0.75rem;
}
#menu-16d .dropdown-item,
#menu-16d .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-16d .link:hover,
#menu-16d .link:focus {
  color: #f1c40f;
}
#menu-16d .dropdown-item:hover::before,
#menu-16d .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-16d .dropdown-item:hover,
#menu-16d .dropdown-item:focus {
  color: #ffffff;
}
#menu-16d .link[aria-expanded="true"],
#menu-16d .dropdown-menu {
  background: #1a242f;
}
#menu-16d .nav-dropdown-sm .link:focus,
#menu-16d .nav-dropdown-sm .link:hover,
#menu-16d .nav-dropdown-sm .dropdown-item:focus,
#menu-16d .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-16d .navbar,
#menu-16d .nav-dropdown-sm,
#menu-16d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16d .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-16d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-16d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16d .bg-color.transparent.opened .link:hover,
#menu-16d .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-16d .link[aria-expanded="true"],
#menu-16d .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-16e .mbr-section-title {
  font-size: 36px;
}
#content3-16f .mbr-section-title,
#content3-16f .mbr-section-subtitle {
  text-align: center;
}
#content1-16g P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-16i .mbr-section-subtitle,
#footer1-16i .mbr-section-text {
  color: #fff;
}
#footer1-16i .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-16i P {
  font-size: 16px;
  text-align: left;
}
#footer1-16i I {
  text-align: left;
}
#footer1-16i B {
  font-size: 24px;
}
#footer1-16i SPAN {
  font-size: 22px;
}
#menu-16k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16k .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-16k .navbar-toggler {
  color: #ffffff;
}
#menu-16k .close-icon::before,
#menu-16k .close-icon::after {
  background-color: #ffffff;
}
#menu-16k .link,
#menu-16k .dropdown-item {
  color: #ffffff;
}
#menu-16k .link {
  font-size: 0.75rem;
}
#menu-16k .dropdown-item,
#menu-16k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-16k .link:hover,
#menu-16k .link:focus {
  color: #f1c40f;
}
#menu-16k .dropdown-item:hover::before,
#menu-16k .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-16k .dropdown-item:hover,
#menu-16k .dropdown-item:focus {
  color: #ffffff;
}
#menu-16k .link[aria-expanded="true"],
#menu-16k .dropdown-menu {
  background: #1a242f;
}
#menu-16k .nav-dropdown-sm .link:focus,
#menu-16k .nav-dropdown-sm .link:hover,
#menu-16k .nav-dropdown-sm .dropdown-item:focus,
#menu-16k .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-16k .navbar,
#menu-16k .nav-dropdown-sm,
#menu-16k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16k .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-16k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-16k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16k .bg-color.transparent.opened .link:hover,
#menu-16k .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-16k .link[aria-expanded="true"],
#menu-16k .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-16l .mbr-section-title {
  font-size: 36px;
}
#content3-16q .mbr-section-title,
#content3-16q .mbr-section-subtitle {
  text-align: center;
}
#content1-16r P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#content3-16m .mbr-section-title,
#content3-16m .mbr-section-subtitle {
  text-align: center;
}
#content1-16n P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-16p .mbr-section-subtitle,
#footer1-16p .mbr-section-text {
  color: #fff;
}
#footer1-16p .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-16p P {
  font-size: 16px;
  text-align: left;
}
#footer1-16p I {
  text-align: left;
}
#footer1-16p B {
  font-size: 24px;
}
#footer1-16p SPAN {
  font-size: 22px;
}
#menu-16t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16t .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-16t .navbar-toggler {
  color: #ffffff;
}
#menu-16t .close-icon::before,
#menu-16t .close-icon::after {
  background-color: #ffffff;
}
#menu-16t .link,
#menu-16t .dropdown-item {
  color: #ffffff;
}
#menu-16t .link {
  font-size: 0.75rem;
}
#menu-16t .dropdown-item,
#menu-16t .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-16t .link:hover,
#menu-16t .link:focus {
  color: #f1c40f;
}
#menu-16t .dropdown-item:hover::before,
#menu-16t .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-16t .dropdown-item:hover,
#menu-16t .dropdown-item:focus {
  color: #ffffff;
}
#menu-16t .link[aria-expanded="true"],
#menu-16t .dropdown-menu {
  background: #1a242f;
}
#menu-16t .nav-dropdown-sm .link:focus,
#menu-16t .nav-dropdown-sm .link:hover,
#menu-16t .nav-dropdown-sm .dropdown-item:focus,
#menu-16t .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-16t .navbar,
#menu-16t .nav-dropdown-sm,
#menu-16t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16t .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-16t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-16t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16t .bg-color.transparent.opened .link:hover,
#menu-16t .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-16t .link[aria-expanded="true"],
#menu-16t .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-16u .mbr-section-title {
  font-size: 36px;
}
#content3-16v .mbr-section-title,
#content3-16v .mbr-section-subtitle {
  text-align: center;
}
#content1-16w P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-170 .mbr-section-subtitle,
#footer1-170 .mbr-section-text {
  color: #fff;
}
#footer1-170 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-170 P {
  font-size: 16px;
  text-align: left;
}
#footer1-170 I {
  text-align: left;
}
#footer1-170 B {
  font-size: 24px;
}
#footer1-170 SPAN {
  font-size: 22px;
}
#menu-172 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-172 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-172 .navbar-toggler {
  color: #ffffff;
}
#menu-172 .close-icon::before,
#menu-172 .close-icon::after {
  background-color: #ffffff;
}
#menu-172 .link,
#menu-172 .dropdown-item {
  color: #ffffff;
}
#menu-172 .link {
  font-size: 0.75rem;
}
#menu-172 .dropdown-item,
#menu-172 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-172 .link:hover,
#menu-172 .link:focus {
  color: #f1c40f;
}
#menu-172 .dropdown-item:hover::before,
#menu-172 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-172 .dropdown-item:hover,
#menu-172 .dropdown-item:focus {
  color: #ffffff;
}
#menu-172 .link[aria-expanded="true"],
#menu-172 .dropdown-menu {
  background: #1a242f;
}
#menu-172 .nav-dropdown-sm .link:focus,
#menu-172 .nav-dropdown-sm .link:hover,
#menu-172 .nav-dropdown-sm .dropdown-item:focus,
#menu-172 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-172 .navbar,
#menu-172 .nav-dropdown-sm,
#menu-172 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-172 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-172 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-172 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-172 .bg-color.transparent.opened .link:hover,
#menu-172 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-172 .link[aria-expanded="true"],
#menu-172 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-173 .mbr-section-title {
  font-size: 36px;
}
#content3-174 .mbr-section-title,
#content3-174 .mbr-section-subtitle {
  text-align: center;
}
#content1-175 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-177 .mbr-section-subtitle,
#footer1-177 .mbr-section-text {
  color: #fff;
}
#footer1-177 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-177 P {
  font-size: 16px;
  text-align: left;
}
#footer1-177 I {
  text-align: left;
}
#footer1-177 B {
  font-size: 24px;
}
#footer1-177 SPAN {
  font-size: 22px;
}
#menu-179 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-179 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-179 .navbar-toggler {
  color: #ffffff;
}
#menu-179 .close-icon::before,
#menu-179 .close-icon::after {
  background-color: #ffffff;
}
#menu-179 .link,
#menu-179 .dropdown-item {
  color: #ffffff;
}
#menu-179 .link {
  font-size: 0.75rem;
}
#menu-179 .dropdown-item,
#menu-179 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-179 .link:hover,
#menu-179 .link:focus {
  color: #f1c40f;
}
#menu-179 .dropdown-item:hover::before,
#menu-179 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-179 .dropdown-item:hover,
#menu-179 .dropdown-item:focus {
  color: #ffffff;
}
#menu-179 .link[aria-expanded="true"],
#menu-179 .dropdown-menu {
  background: #1a242f;
}
#menu-179 .nav-dropdown-sm .link:focus,
#menu-179 .nav-dropdown-sm .link:hover,
#menu-179 .nav-dropdown-sm .dropdown-item:focus,
#menu-179 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-179 .navbar,
#menu-179 .nav-dropdown-sm,
#menu-179 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-179 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-179 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-179 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-179 .bg-color.transparent.opened .link:hover,
#menu-179 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-179 .link[aria-expanded="true"],
#menu-179 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-17a .mbr-section-title {
  font-size: 36px;
}
#content3-17b .mbr-section-title,
#content3-17b .mbr-section-subtitle {
  text-align: center;
}
#content1-17c P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-17e .mbr-section-subtitle,
#footer1-17e .mbr-section-text {
  color: #fff;
}
#footer1-17e .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-17e P {
  font-size: 16px;
  text-align: left;
}
#footer1-17e I {
  text-align: left;
}
#footer1-17e B {
  font-size: 24px;
}
#footer1-17e SPAN {
  font-size: 22px;
}
#menu-17g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-17g .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-17g .navbar-toggler {
  color: #ffffff;
}
#menu-17g .close-icon::before,
#menu-17g .close-icon::after {
  background-color: #ffffff;
}
#menu-17g .link,
#menu-17g .dropdown-item {
  color: #ffffff;
}
#menu-17g .link {
  font-size: 0.75rem;
}
#menu-17g .dropdown-item,
#menu-17g .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-17g .link:hover,
#menu-17g .link:focus {
  color: #f1c40f;
}
#menu-17g .dropdown-item:hover::before,
#menu-17g .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-17g .dropdown-item:hover,
#menu-17g .dropdown-item:focus {
  color: #ffffff;
}
#menu-17g .link[aria-expanded="true"],
#menu-17g .dropdown-menu {
  background: #1a242f;
}
#menu-17g .nav-dropdown-sm .link:focus,
#menu-17g .nav-dropdown-sm .link:hover,
#menu-17g .nav-dropdown-sm .dropdown-item:focus,
#menu-17g .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-17g .navbar,
#menu-17g .nav-dropdown-sm,
#menu-17g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-17g .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-17g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-17g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-17g .bg-color.transparent.opened .link:hover,
#menu-17g .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-17g .link[aria-expanded="true"],
#menu-17g .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-17h .mbr-section-title {
  font-size: 36px;
}
#content3-17i .mbr-section-title,
#content3-17i .mbr-section-subtitle {
  text-align: center;
}
#content1-17j P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-17l .mbr-section-subtitle,
#footer1-17l .mbr-section-text {
  color: #fff;
}
#footer1-17l .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-17l P {
  font-size: 16px;
  text-align: left;
}
#footer1-17l I {
  text-align: left;
}
#footer1-17l B {
  font-size: 24px;
}
#footer1-17l SPAN {
  font-size: 22px;
}
#menu-17n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-17n .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-17n .navbar-toggler {
  color: #ffffff;
}
#menu-17n .close-icon::before,
#menu-17n .close-icon::after {
  background-color: #ffffff;
}
#menu-17n .link,
#menu-17n .dropdown-item {
  color: #ffffff;
}
#menu-17n .link {
  font-size: 0.75rem;
}
#menu-17n .dropdown-item,
#menu-17n .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-17n .link:hover,
#menu-17n .link:focus {
  color: #f1c40f;
}
#menu-17n .dropdown-item:hover::before,
#menu-17n .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-17n .dropdown-item:hover,
#menu-17n .dropdown-item:focus {
  color: #ffffff;
}
#menu-17n .link[aria-expanded="true"],
#menu-17n .dropdown-menu {
  background: #1a242f;
}
#menu-17n .nav-dropdown-sm .link:focus,
#menu-17n .nav-dropdown-sm .link:hover,
#menu-17n .nav-dropdown-sm .dropdown-item:focus,
#menu-17n .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-17n .navbar,
#menu-17n .nav-dropdown-sm,
#menu-17n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-17n .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-17n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-17n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-17n .bg-color.transparent.opened .link:hover,
#menu-17n .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-17n .link[aria-expanded="true"],
#menu-17n .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-17o .mbr-section-title {
  font-size: 36px;
}
#content3-17p .mbr-section-title,
#content3-17p .mbr-section-subtitle {
  text-align: center;
}
#content1-17q P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-17s .mbr-section-subtitle,
#footer1-17s .mbr-section-text {
  color: #fff;
}
#footer1-17s .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-17s P {
  font-size: 16px;
  text-align: left;
}
#footer1-17s I {
  text-align: left;
}
#footer1-17s B {
  font-size: 24px;
}
#footer1-17s SPAN {
  font-size: 22px;
}
#menu-17u .hide-buttons .nav-btn {
  display: none !important;
}
#menu-17u .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-17u .navbar-toggler {
  color: #ffffff;
}
#menu-17u .close-icon::before,
#menu-17u .close-icon::after {
  background-color: #ffffff;
}
#menu-17u .link,
#menu-17u .dropdown-item {
  color: #ffffff;
}
#menu-17u .link {
  font-size: 0.75rem;
}
#menu-17u .dropdown-item,
#menu-17u .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-17u .link:hover,
#menu-17u .link:focus {
  color: #f1c40f;
}
#menu-17u .dropdown-item:hover::before,
#menu-17u .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-17u .dropdown-item:hover,
#menu-17u .dropdown-item:focus {
  color: #ffffff;
}
#menu-17u .link[aria-expanded="true"],
#menu-17u .dropdown-menu {
  background: #1a242f;
}
#menu-17u .nav-dropdown-sm .link:focus,
#menu-17u .nav-dropdown-sm .link:hover,
#menu-17u .nav-dropdown-sm .dropdown-item:focus,
#menu-17u .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-17u .navbar,
#menu-17u .nav-dropdown-sm,
#menu-17u .nav-dropdown-sm .link[aria-expanded="true"],
#menu-17u .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-17u .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-17u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-17u .bg-color.transparent.opened .link:hover,
#menu-17u .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-17u .link[aria-expanded="true"],
#menu-17u .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-17v .mbr-section-title {
  font-size: 36px;
}
#content3-17w .mbr-section-title,
#content3-17w .mbr-section-subtitle {
  text-align: center;
}
#content1-17x P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-17z .mbr-section-subtitle,
#footer1-17z .mbr-section-text {
  color: #fff;
}
#footer1-17z .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-17z P {
  font-size: 16px;
  text-align: left;
}
#footer1-17z I {
  text-align: left;
}
#footer1-17z B {
  font-size: 24px;
}
#footer1-17z SPAN {
  font-size: 22px;
}
#menu-181 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-181 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-181 .navbar-toggler {
  color: #ffffff;
}
#menu-181 .close-icon::before,
#menu-181 .close-icon::after {
  background-color: #ffffff;
}
#menu-181 .link,
#menu-181 .dropdown-item {
  color: #ffffff;
}
#menu-181 .link {
  font-size: 0.75rem;
}
#menu-181 .dropdown-item,
#menu-181 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-181 .link:hover,
#menu-181 .link:focus {
  color: #f1c40f;
}
#menu-181 .dropdown-item:hover::before,
#menu-181 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-181 .dropdown-item:hover,
#menu-181 .dropdown-item:focus {
  color: #ffffff;
}
#menu-181 .link[aria-expanded="true"],
#menu-181 .dropdown-menu {
  background: #1a242f;
}
#menu-181 .nav-dropdown-sm .link:focus,
#menu-181 .nav-dropdown-sm .link:hover,
#menu-181 .nav-dropdown-sm .dropdown-item:focus,
#menu-181 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-181 .navbar,
#menu-181 .nav-dropdown-sm,
#menu-181 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-181 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-181 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-181 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-181 .bg-color.transparent.opened .link:hover,
#menu-181 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-181 .link[aria-expanded="true"],
#menu-181 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-182 .mbr-section-title {
  font-size: 36px;
}
#content3-183 .mbr-section-title,
#content3-183 .mbr-section-subtitle {
  text-align: center;
}
#content1-184 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-186 .mbr-section-subtitle,
#footer1-186 .mbr-section-text {
  color: #fff;
}
#footer1-186 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-186 P {
  font-size: 16px;
  text-align: left;
}
#footer1-186 I {
  text-align: left;
}
#footer1-186 B {
  font-size: 24px;
}
#footer1-186 SPAN {
  font-size: 22px;
}
#menu-188 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-188 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-188 .navbar-toggler {
  color: #ffffff;
}
#menu-188 .close-icon::before,
#menu-188 .close-icon::after {
  background-color: #ffffff;
}
#menu-188 .link,
#menu-188 .dropdown-item {
  color: #ffffff;
}
#menu-188 .link {
  font-size: 0.75rem;
}
#menu-188 .dropdown-item,
#menu-188 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-188 .link:hover,
#menu-188 .link:focus {
  color: #f1c40f;
}
#menu-188 .dropdown-item:hover::before,
#menu-188 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-188 .dropdown-item:hover,
#menu-188 .dropdown-item:focus {
  color: #ffffff;
}
#menu-188 .link[aria-expanded="true"],
#menu-188 .dropdown-menu {
  background: #1a242f;
}
#menu-188 .nav-dropdown-sm .link:focus,
#menu-188 .nav-dropdown-sm .link:hover,
#menu-188 .nav-dropdown-sm .dropdown-item:focus,
#menu-188 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-188 .navbar,
#menu-188 .nav-dropdown-sm,
#menu-188 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-188 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-188 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-188 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-188 .bg-color.transparent.opened .link:hover,
#menu-188 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-188 .link[aria-expanded="true"],
#menu-188 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-189 .mbr-section-title {
  font-size: 36px;
}
#content3-18a .mbr-section-title,
#content3-18a .mbr-section-subtitle {
  text-align: center;
}
#content1-18b P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-18d .mbr-section-subtitle,
#footer1-18d .mbr-section-text {
  color: #fff;
}
#footer1-18d .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-18d P {
  font-size: 16px;
  text-align: left;
}
#footer1-18d I {
  text-align: left;
}
#footer1-18d B {
  font-size: 24px;
}
#footer1-18d SPAN {
  font-size: 22px;
}
#menu-18f .hide-buttons .nav-btn {
  display: none !important;
}
#menu-18f .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-18f .navbar-toggler {
  color: #ffffff;
}
#menu-18f .close-icon::before,
#menu-18f .close-icon::after {
  background-color: #ffffff;
}
#menu-18f .link,
#menu-18f .dropdown-item {
  color: #ffffff;
}
#menu-18f .link {
  font-size: 0.75rem;
}
#menu-18f .dropdown-item,
#menu-18f .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-18f .link:hover,
#menu-18f .link:focus {
  color: #f1c40f;
}
#menu-18f .dropdown-item:hover::before,
#menu-18f .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-18f .dropdown-item:hover,
#menu-18f .dropdown-item:focus {
  color: #ffffff;
}
#menu-18f .link[aria-expanded="true"],
#menu-18f .dropdown-menu {
  background: #1a242f;
}
#menu-18f .nav-dropdown-sm .link:focus,
#menu-18f .nav-dropdown-sm .link:hover,
#menu-18f .nav-dropdown-sm .dropdown-item:focus,
#menu-18f .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-18f .navbar,
#menu-18f .nav-dropdown-sm,
#menu-18f .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18f .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-18f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-18f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-18f .bg-color.transparent.opened .link:hover,
#menu-18f .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-18f .link[aria-expanded="true"],
#menu-18f .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-18g .mbr-section-title {
  font-size: 36px;
}
#content3-18h .mbr-section-title,
#content3-18h .mbr-section-subtitle {
  text-align: center;
}
#content1-18i P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-18k .mbr-section-subtitle,
#footer1-18k .mbr-section-text {
  color: #fff;
}
#footer1-18k .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-18k P {
  font-size: 16px;
  text-align: left;
}
#footer1-18k I {
  text-align: left;
}
#footer1-18k B {
  font-size: 24px;
}
#footer1-18k SPAN {
  font-size: 22px;
}
#menu-18m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-18m .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-18m .navbar-toggler {
  color: #ffffff;
}
#menu-18m .close-icon::before,
#menu-18m .close-icon::after {
  background-color: #ffffff;
}
#menu-18m .link,
#menu-18m .dropdown-item {
  color: #ffffff;
}
#menu-18m .link {
  font-size: 0.75rem;
}
#menu-18m .dropdown-item,
#menu-18m .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-18m .link:hover,
#menu-18m .link:focus {
  color: #f1c40f;
}
#menu-18m .dropdown-item:hover::before,
#menu-18m .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-18m .dropdown-item:hover,
#menu-18m .dropdown-item:focus {
  color: #ffffff;
}
#menu-18m .link[aria-expanded="true"],
#menu-18m .dropdown-menu {
  background: #1a242f;
}
#menu-18m .nav-dropdown-sm .link:focus,
#menu-18m .nav-dropdown-sm .link:hover,
#menu-18m .nav-dropdown-sm .dropdown-item:focus,
#menu-18m .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-18m .navbar,
#menu-18m .nav-dropdown-sm,
#menu-18m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18m .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-18m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-18m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-18m .bg-color.transparent.opened .link:hover,
#menu-18m .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-18m .link[aria-expanded="true"],
#menu-18m .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-18n .mbr-section-title {
  font-size: 36px;
}
#content3-18o .mbr-section-title,
#content3-18o .mbr-section-subtitle {
  text-align: center;
}
#content1-18p P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-18r .mbr-section-subtitle,
#footer1-18r .mbr-section-text {
  color: #fff;
}
#footer1-18r .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-18r P {
  font-size: 16px;
  text-align: left;
}
#footer1-18r I {
  text-align: left;
}
#footer1-18r B {
  font-size: 24px;
}
#footer1-18r SPAN {
  font-size: 22px;
}
#menu-18t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-18t .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-18t .navbar-toggler {
  color: #ffffff;
}
#menu-18t .close-icon::before,
#menu-18t .close-icon::after {
  background-color: #ffffff;
}
#menu-18t .link,
#menu-18t .dropdown-item {
  color: #ffffff;
}
#menu-18t .link {
  font-size: 0.75rem;
}
#menu-18t .dropdown-item,
#menu-18t .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-18t .link:hover,
#menu-18t .link:focus {
  color: #f1c40f;
}
#menu-18t .dropdown-item:hover::before,
#menu-18t .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-18t .dropdown-item:hover,
#menu-18t .dropdown-item:focus {
  color: #ffffff;
}
#menu-18t .link[aria-expanded="true"],
#menu-18t .dropdown-menu {
  background: #1a242f;
}
#menu-18t .nav-dropdown-sm .link:focus,
#menu-18t .nav-dropdown-sm .link:hover,
#menu-18t .nav-dropdown-sm .dropdown-item:focus,
#menu-18t .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-18t .navbar,
#menu-18t .nav-dropdown-sm,
#menu-18t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18t .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-18t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-18t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-18t .bg-color.transparent.opened .link:hover,
#menu-18t .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-18t .link[aria-expanded="true"],
#menu-18t .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-18u .mbr-section-title {
  font-size: 36px;
}
#content3-18v .mbr-section-title,
#content3-18v .mbr-section-subtitle {
  text-align: center;
}
#content1-18w P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-18y .mbr-section-subtitle,
#footer1-18y .mbr-section-text {
  color: #fff;
}
#footer1-18y .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-18y P {
  font-size: 16px;
  text-align: left;
}
#footer1-18y I {
  text-align: left;
}
#footer1-18y B {
  font-size: 24px;
}
#footer1-18y SPAN {
  font-size: 22px;
}
#menu-190 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-190 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-190 .navbar-toggler {
  color: #ffffff;
}
#menu-190 .close-icon::before,
#menu-190 .close-icon::after {
  background-color: #ffffff;
}
#menu-190 .link,
#menu-190 .dropdown-item {
  color: #ffffff;
}
#menu-190 .link {
  font-size: 0.75rem;
}
#menu-190 .dropdown-item,
#menu-190 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-190 .link:hover,
#menu-190 .link:focus {
  color: #f1c40f;
}
#menu-190 .dropdown-item:hover::before,
#menu-190 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-190 .dropdown-item:hover,
#menu-190 .dropdown-item:focus {
  color: #ffffff;
}
#menu-190 .link[aria-expanded="true"],
#menu-190 .dropdown-menu {
  background: #1a242f;
}
#menu-190 .nav-dropdown-sm .link:focus,
#menu-190 .nav-dropdown-sm .link:hover,
#menu-190 .nav-dropdown-sm .dropdown-item:focus,
#menu-190 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-190 .navbar,
#menu-190 .nav-dropdown-sm,
#menu-190 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-190 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-190 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-190 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-190 .bg-color.transparent.opened .link:hover,
#menu-190 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-190 .link[aria-expanded="true"],
#menu-190 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-191 .mbr-section-title {
  font-size: 36px;
}
#content3-192 .mbr-section-title,
#content3-192 .mbr-section-subtitle {
  text-align: center;
}
#content1-193 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-195 .mbr-section-subtitle,
#footer1-195 .mbr-section-text {
  color: #fff;
}
#footer1-195 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-195 P {
  font-size: 16px;
  text-align: left;
}
#footer1-195 I {
  text-align: left;
}
#footer1-195 B {
  font-size: 24px;
}
#footer1-195 SPAN {
  font-size: 22px;
}
#menu-197 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-197 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-197 .navbar-toggler {
  color: #ffffff;
}
#menu-197 .close-icon::before,
#menu-197 .close-icon::after {
  background-color: #ffffff;
}
#menu-197 .link,
#menu-197 .dropdown-item {
  color: #ffffff;
}
#menu-197 .link {
  font-size: 0.75rem;
}
#menu-197 .dropdown-item,
#menu-197 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-197 .link:hover,
#menu-197 .link:focus {
  color: #f1c40f;
}
#menu-197 .dropdown-item:hover::before,
#menu-197 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-197 .dropdown-item:hover,
#menu-197 .dropdown-item:focus {
  color: #ffffff;
}
#menu-197 .link[aria-expanded="true"],
#menu-197 .dropdown-menu {
  background: #1a242f;
}
#menu-197 .nav-dropdown-sm .link:focus,
#menu-197 .nav-dropdown-sm .link:hover,
#menu-197 .nav-dropdown-sm .dropdown-item:focus,
#menu-197 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-197 .navbar,
#menu-197 .nav-dropdown-sm,
#menu-197 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-197 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-197 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-197 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-197 .bg-color.transparent.opened .link:hover,
#menu-197 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-197 .link[aria-expanded="true"],
#menu-197 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-198 .mbr-section-title {
  font-size: 36px;
}
#content3-199 .mbr-section-title,
#content3-199 .mbr-section-subtitle {
  text-align: center;
}
#content1-19a P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-19c .mbr-section-subtitle,
#footer1-19c .mbr-section-text {
  color: #fff;
}
#footer1-19c .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-19c P {
  font-size: 16px;
  text-align: left;
}
#footer1-19c I {
  text-align: left;
}
#footer1-19c B {
  font-size: 24px;
}
#footer1-19c SPAN {
  font-size: 22px;
}
#menu-19e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-19e .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-19e .navbar-toggler {
  color: #ffffff;
}
#menu-19e .close-icon::before,
#menu-19e .close-icon::after {
  background-color: #ffffff;
}
#menu-19e .link,
#menu-19e .dropdown-item {
  color: #ffffff;
}
#menu-19e .link {
  font-size: 0.75rem;
}
#menu-19e .dropdown-item,
#menu-19e .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-19e .link:hover,
#menu-19e .link:focus {
  color: #f1c40f;
}
#menu-19e .dropdown-item:hover::before,
#menu-19e .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-19e .dropdown-item:hover,
#menu-19e .dropdown-item:focus {
  color: #ffffff;
}
#menu-19e .link[aria-expanded="true"],
#menu-19e .dropdown-menu {
  background: #1a242f;
}
#menu-19e .nav-dropdown-sm .link:focus,
#menu-19e .nav-dropdown-sm .link:hover,
#menu-19e .nav-dropdown-sm .dropdown-item:focus,
#menu-19e .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-19e .navbar,
#menu-19e .nav-dropdown-sm,
#menu-19e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-19e .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-19e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-19e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-19e .bg-color.transparent.opened .link:hover,
#menu-19e .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-19e .link[aria-expanded="true"],
#menu-19e .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-19f .mbr-section-title {
  font-size: 36px;
}
#content3-19g .mbr-section-title,
#content3-19g .mbr-section-subtitle {
  text-align: center;
}
#content1-19h P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-19j .mbr-section-subtitle,
#footer1-19j .mbr-section-text {
  color: #fff;
}
#footer1-19j .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-19j P {
  font-size: 16px;
  text-align: left;
}
#footer1-19j I {
  text-align: left;
}
#footer1-19j B {
  font-size: 24px;
}
#footer1-19j SPAN {
  font-size: 22px;
}
#menu-19l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-19l .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-19l .navbar-toggler {
  color: #ffffff;
}
#menu-19l .close-icon::before,
#menu-19l .close-icon::after {
  background-color: #ffffff;
}
#menu-19l .link,
#menu-19l .dropdown-item {
  color: #ffffff;
}
#menu-19l .link {
  font-size: 0.75rem;
}
#menu-19l .dropdown-item,
#menu-19l .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-19l .link:hover,
#menu-19l .link:focus {
  color: #f1c40f;
}
#menu-19l .dropdown-item:hover::before,
#menu-19l .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-19l .dropdown-item:hover,
#menu-19l .dropdown-item:focus {
  color: #ffffff;
}
#menu-19l .link[aria-expanded="true"],
#menu-19l .dropdown-menu {
  background: #1a242f;
}
#menu-19l .nav-dropdown-sm .link:focus,
#menu-19l .nav-dropdown-sm .link:hover,
#menu-19l .nav-dropdown-sm .dropdown-item:focus,
#menu-19l .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-19l .navbar,
#menu-19l .nav-dropdown-sm,
#menu-19l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-19l .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-19l .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-19l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-19l .bg-color.transparent.opened .link:hover,
#menu-19l .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-19l .link[aria-expanded="true"],
#menu-19l .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-19m .mbr-section-title {
  font-size: 36px;
}
#content3-19n .mbr-section-title,
#content3-19n .mbr-section-subtitle {
  text-align: center;
}
#content1-19o P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-19q .mbr-section-subtitle,
#footer1-19q .mbr-section-text {
  color: #fff;
}
#footer1-19q .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-19q P {
  font-size: 16px;
  text-align: left;
}
#footer1-19q I {
  text-align: left;
}
#footer1-19q B {
  font-size: 24px;
}
#footer1-19q SPAN {
  font-size: 22px;
}
#menu-19s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-19s .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-19s .navbar-toggler {
  color: #ffffff;
}
#menu-19s .close-icon::before,
#menu-19s .close-icon::after {
  background-color: #ffffff;
}
#menu-19s .link,
#menu-19s .dropdown-item {
  color: #ffffff;
}
#menu-19s .link {
  font-size: 0.75rem;
}
#menu-19s .dropdown-item,
#menu-19s .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-19s .link:hover,
#menu-19s .link:focus {
  color: #f1c40f;
}
#menu-19s .dropdown-item:hover::before,
#menu-19s .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-19s .dropdown-item:hover,
#menu-19s .dropdown-item:focus {
  color: #ffffff;
}
#menu-19s .link[aria-expanded="true"],
#menu-19s .dropdown-menu {
  background: #1a242f;
}
#menu-19s .nav-dropdown-sm .link:focus,
#menu-19s .nav-dropdown-sm .link:hover,
#menu-19s .nav-dropdown-sm .dropdown-item:focus,
#menu-19s .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-19s .navbar,
#menu-19s .nav-dropdown-sm,
#menu-19s .nav-dropdown-sm .link[aria-expanded="true"],
#menu-19s .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-19s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-19s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-19s .bg-color.transparent.opened .link:hover,
#menu-19s .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-19s .link[aria-expanded="true"],
#menu-19s .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-19t .mbr-section-title {
  font-size: 36px;
}
#content3-19u .mbr-section-title,
#content3-19u .mbr-section-subtitle {
  text-align: center;
}
#content1-19v P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-19x .mbr-section-subtitle,
#footer1-19x .mbr-section-text {
  color: #fff;
}
#footer1-19x .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-19x P {
  font-size: 16px;
  text-align: left;
}
#footer1-19x I {
  text-align: left;
}
#footer1-19x B {
  font-size: 24px;
}
#footer1-19x SPAN {
  font-size: 22px;
}
#menu-19z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-19z .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-19z .navbar-toggler {
  color: #ffffff;
}
#menu-19z .close-icon::before,
#menu-19z .close-icon::after {
  background-color: #ffffff;
}
#menu-19z .link,
#menu-19z .dropdown-item {
  color: #ffffff;
}
#menu-19z .link {
  font-size: 0.75rem;
}
#menu-19z .dropdown-item,
#menu-19z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-19z .link:hover,
#menu-19z .link:focus {
  color: #f1c40f;
}
#menu-19z .dropdown-item:hover::before,
#menu-19z .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-19z .dropdown-item:hover,
#menu-19z .dropdown-item:focus {
  color: #ffffff;
}
#menu-19z .link[aria-expanded="true"],
#menu-19z .dropdown-menu {
  background: #1a242f;
}
#menu-19z .nav-dropdown-sm .link:focus,
#menu-19z .nav-dropdown-sm .link:hover,
#menu-19z .nav-dropdown-sm .dropdown-item:focus,
#menu-19z .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-19z .navbar,
#menu-19z .nav-dropdown-sm,
#menu-19z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-19z .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-19z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-19z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-19z .bg-color.transparent.opened .link:hover,
#menu-19z .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-19z .link[aria-expanded="true"],
#menu-19z .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1a0 .mbr-section-title {
  font-size: 36px;
}
#content3-1a1 .mbr-section-title,
#content3-1a1 .mbr-section-subtitle {
  text-align: center;
}
#content1-1a2 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1a4 .mbr-section-subtitle,
#footer1-1a4 .mbr-section-text {
  color: #fff;
}
#footer1-1a4 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1a4 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1a4 I {
  text-align: left;
}
#footer1-1a4 B {
  font-size: 24px;
}
#footer1-1a4 SPAN {
  font-size: 22px;
}
#menu-1a6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1a6 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1a6 .navbar-toggler {
  color: #ffffff;
}
#menu-1a6 .close-icon::before,
#menu-1a6 .close-icon::after {
  background-color: #ffffff;
}
#menu-1a6 .link,
#menu-1a6 .dropdown-item {
  color: #ffffff;
}
#menu-1a6 .link {
  font-size: 0.75rem;
}
#menu-1a6 .dropdown-item,
#menu-1a6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1a6 .link:hover,
#menu-1a6 .link:focus {
  color: #f1c40f;
}
#menu-1a6 .dropdown-item:hover::before,
#menu-1a6 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1a6 .dropdown-item:hover,
#menu-1a6 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1a6 .link[aria-expanded="true"],
#menu-1a6 .dropdown-menu {
  background: #1a242f;
}
#menu-1a6 .nav-dropdown-sm .link:focus,
#menu-1a6 .nav-dropdown-sm .link:hover,
#menu-1a6 .nav-dropdown-sm .dropdown-item:focus,
#menu-1a6 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1a6 .navbar,
#menu-1a6 .nav-dropdown-sm,
#menu-1a6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1a6 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1a6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1a6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1a6 .bg-color.transparent.opened .link:hover,
#menu-1a6 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1a6 .link[aria-expanded="true"],
#menu-1a6 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1a7 .mbr-section-title {
  font-size: 36px;
}
#content3-1a8 .mbr-section-title,
#content3-1a8 .mbr-section-subtitle {
  text-align: center;
}
#content1-1a9 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ab .mbr-section-subtitle,
#footer1-1ab .mbr-section-text {
  color: #fff;
}
#footer1-1ab .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ab P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ab I {
  text-align: left;
}
#footer1-1ab B {
  font-size: 24px;
}
#footer1-1ab SPAN {
  font-size: 22px;
}
#menu-1ad .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ad .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ad .navbar-toggler {
  color: #ffffff;
}
#menu-1ad .close-icon::before,
#menu-1ad .close-icon::after {
  background-color: #ffffff;
}
#menu-1ad .link,
#menu-1ad .dropdown-item {
  color: #ffffff;
}
#menu-1ad .link {
  font-size: 0.75rem;
}
#menu-1ad .dropdown-item,
#menu-1ad .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ad .link:hover,
#menu-1ad .link:focus {
  color: #f1c40f;
}
#menu-1ad .dropdown-item:hover::before,
#menu-1ad .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ad .dropdown-item:hover,
#menu-1ad .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ad .link[aria-expanded="true"],
#menu-1ad .dropdown-menu {
  background: #1a242f;
}
#menu-1ad .nav-dropdown-sm .link:focus,
#menu-1ad .nav-dropdown-sm .link:hover,
#menu-1ad .nav-dropdown-sm .dropdown-item:focus,
#menu-1ad .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ad .navbar,
#menu-1ad .nav-dropdown-sm,
#menu-1ad .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ad .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ad .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ad .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ad .bg-color.transparent.opened .link:hover,
#menu-1ad .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ad .link[aria-expanded="true"],
#menu-1ad .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1ae .mbr-section-title {
  font-size: 36px;
}
#content3-1af .mbr-section-title,
#content3-1af .mbr-section-subtitle {
  text-align: center;
}
#content1-1ag P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ai .mbr-section-subtitle,
#footer1-1ai .mbr-section-text {
  color: #fff;
}
#footer1-1ai .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ai P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ai I {
  text-align: left;
}
#footer1-1ai B {
  font-size: 24px;
}
#footer1-1ai SPAN {
  font-size: 22px;
}
#menu-1ak .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ak .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ak .navbar-toggler {
  color: #ffffff;
}
#menu-1ak .close-icon::before,
#menu-1ak .close-icon::after {
  background-color: #ffffff;
}
#menu-1ak .link,
#menu-1ak .dropdown-item {
  color: #ffffff;
}
#menu-1ak .link {
  font-size: 0.75rem;
}
#menu-1ak .dropdown-item,
#menu-1ak .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ak .link:hover,
#menu-1ak .link:focus {
  color: #f1c40f;
}
#menu-1ak .dropdown-item:hover::before,
#menu-1ak .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ak .dropdown-item:hover,
#menu-1ak .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ak .link[aria-expanded="true"],
#menu-1ak .dropdown-menu {
  background: #1a242f;
}
#menu-1ak .nav-dropdown-sm .link:focus,
#menu-1ak .nav-dropdown-sm .link:hover,
#menu-1ak .nav-dropdown-sm .dropdown-item:focus,
#menu-1ak .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ak .navbar,
#menu-1ak .nav-dropdown-sm,
#menu-1ak .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ak .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ak .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ak .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ak .bg-color.transparent.opened .link:hover,
#menu-1ak .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ak .link[aria-expanded="true"],
#menu-1ak .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1al .mbr-section-title {
  font-size: 36px;
}
#content3-1am .mbr-section-title,
#content3-1am .mbr-section-subtitle {
  text-align: center;
}
#content1-1an P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ap .mbr-section-subtitle,
#footer1-1ap .mbr-section-text {
  color: #fff;
}
#footer1-1ap .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ap P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ap I {
  text-align: left;
}
#footer1-1ap B {
  font-size: 24px;
}
#footer1-1ap SPAN {
  font-size: 22px;
}
#menu-1ar .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ar .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ar .navbar-toggler {
  color: #ffffff;
}
#menu-1ar .close-icon::before,
#menu-1ar .close-icon::after {
  background-color: #ffffff;
}
#menu-1ar .link,
#menu-1ar .dropdown-item {
  color: #ffffff;
}
#menu-1ar .link {
  font-size: 0.75rem;
}
#menu-1ar .dropdown-item,
#menu-1ar .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ar .link:hover,
#menu-1ar .link:focus {
  color: #f1c40f;
}
#menu-1ar .dropdown-item:hover::before,
#menu-1ar .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ar .dropdown-item:hover,
#menu-1ar .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ar .link[aria-expanded="true"],
#menu-1ar .dropdown-menu {
  background: #1a242f;
}
#menu-1ar .nav-dropdown-sm .link:focus,
#menu-1ar .nav-dropdown-sm .link:hover,
#menu-1ar .nav-dropdown-sm .dropdown-item:focus,
#menu-1ar .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ar .navbar,
#menu-1ar .nav-dropdown-sm,
#menu-1ar .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ar .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ar .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ar .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ar .bg-color.transparent.opened .link:hover,
#menu-1ar .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ar .link[aria-expanded="true"],
#menu-1ar .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1as .mbr-section-title {
  font-size: 36px;
}
#content3-1at .mbr-section-title,
#content3-1at .mbr-section-subtitle {
  text-align: center;
}
#content1-1au P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1aw .mbr-section-subtitle,
#footer1-1aw .mbr-section-text {
  color: #fff;
}
#footer1-1aw .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1aw P {
  font-size: 16px;
  text-align: left;
}
#footer1-1aw I {
  text-align: left;
}
#footer1-1aw B {
  font-size: 24px;
}
#footer1-1aw SPAN {
  font-size: 22px;
}
#menu-1ay .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ay .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ay .navbar-toggler {
  color: #ffffff;
}
#menu-1ay .close-icon::before,
#menu-1ay .close-icon::after {
  background-color: #ffffff;
}
#menu-1ay .link,
#menu-1ay .dropdown-item {
  color: #ffffff;
}
#menu-1ay .link {
  font-size: 0.75rem;
}
#menu-1ay .dropdown-item,
#menu-1ay .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ay .link:hover,
#menu-1ay .link:focus {
  color: #f1c40f;
}
#menu-1ay .dropdown-item:hover::before,
#menu-1ay .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ay .dropdown-item:hover,
#menu-1ay .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ay .link[aria-expanded="true"],
#menu-1ay .dropdown-menu {
  background: #1a242f;
}
#menu-1ay .nav-dropdown-sm .link:focus,
#menu-1ay .nav-dropdown-sm .link:hover,
#menu-1ay .nav-dropdown-sm .dropdown-item:focus,
#menu-1ay .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ay .navbar,
#menu-1ay .nav-dropdown-sm,
#menu-1ay .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ay .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ay .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ay .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ay .bg-color.transparent.opened .link:hover,
#menu-1ay .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ay .link[aria-expanded="true"],
#menu-1ay .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1az .mbr-section-title {
  font-size: 36px;
}
#content3-1b0 .mbr-section-title,
#content3-1b0 .mbr-section-subtitle {
  text-align: center;
}
#content1-1b1 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1b3 .mbr-section-subtitle,
#footer1-1b3 .mbr-section-text {
  color: #fff;
}
#footer1-1b3 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1b3 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1b3 I {
  text-align: left;
}
#footer1-1b3 B {
  font-size: 24px;
}
#footer1-1b3 SPAN {
  font-size: 22px;
}
#menu-1b5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1b5 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1b5 .navbar-toggler {
  color: #ffffff;
}
#menu-1b5 .close-icon::before,
#menu-1b5 .close-icon::after {
  background-color: #ffffff;
}
#menu-1b5 .link,
#menu-1b5 .dropdown-item {
  color: #ffffff;
}
#menu-1b5 .link {
  font-size: 0.75rem;
}
#menu-1b5 .dropdown-item,
#menu-1b5 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1b5 .link:hover,
#menu-1b5 .link:focus {
  color: #f1c40f;
}
#menu-1b5 .dropdown-item:hover::before,
#menu-1b5 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1b5 .dropdown-item:hover,
#menu-1b5 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1b5 .link[aria-expanded="true"],
#menu-1b5 .dropdown-menu {
  background: #1a242f;
}
#menu-1b5 .nav-dropdown-sm .link:focus,
#menu-1b5 .nav-dropdown-sm .link:hover,
#menu-1b5 .nav-dropdown-sm .dropdown-item:focus,
#menu-1b5 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1b5 .navbar,
#menu-1b5 .nav-dropdown-sm,
#menu-1b5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1b5 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1b5 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1b5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1b5 .bg-color.transparent.opened .link:hover,
#menu-1b5 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1b5 .link[aria-expanded="true"],
#menu-1b5 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1b6 .mbr-section-title {
  font-size: 36px;
}
#content3-1b7 .mbr-section-title,
#content3-1b7 .mbr-section-subtitle {
  text-align: center;
}
#content1-1b8 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ba .mbr-section-subtitle,
#footer1-1ba .mbr-section-text {
  color: #fff;
}
#footer1-1ba .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ba P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ba I {
  text-align: left;
}
#footer1-1ba B {
  font-size: 24px;
}
#footer1-1ba SPAN {
  font-size: 22px;
}
#menu-1bc .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1bc .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1bc .navbar-toggler {
  color: #ffffff;
}
#menu-1bc .close-icon::before,
#menu-1bc .close-icon::after {
  background-color: #ffffff;
}
#menu-1bc .link,
#menu-1bc .dropdown-item {
  color: #ffffff;
}
#menu-1bc .link {
  font-size: 0.75rem;
}
#menu-1bc .dropdown-item,
#menu-1bc .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1bc .link:hover,
#menu-1bc .link:focus {
  color: #f1c40f;
}
#menu-1bc .dropdown-item:hover::before,
#menu-1bc .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1bc .dropdown-item:hover,
#menu-1bc .dropdown-item:focus {
  color: #ffffff;
}
#menu-1bc .link[aria-expanded="true"],
#menu-1bc .dropdown-menu {
  background: #1a242f;
}
#menu-1bc .nav-dropdown-sm .link:focus,
#menu-1bc .nav-dropdown-sm .link:hover,
#menu-1bc .nav-dropdown-sm .dropdown-item:focus,
#menu-1bc .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1bc .navbar,
#menu-1bc .nav-dropdown-sm,
#menu-1bc .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1bc .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1bc .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1bc .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1bc .bg-color.transparent.opened .link:hover,
#menu-1bc .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1bc .link[aria-expanded="true"],
#menu-1bc .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1bd .mbr-section-title {
  font-size: 36px;
}
#content3-1be .mbr-section-title,
#content3-1be .mbr-section-subtitle {
  text-align: center;
}
#content1-1bf P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1bh .mbr-section-subtitle,
#footer1-1bh .mbr-section-text {
  color: #fff;
}
#footer1-1bh .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1bh P {
  font-size: 16px;
  text-align: left;
}
#footer1-1bh I {
  text-align: left;
}
#footer1-1bh B {
  font-size: 24px;
}
#footer1-1bh SPAN {
  font-size: 22px;
}
#menu-1f1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1f1 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1f1 .navbar-toggler {
  color: #ffffff;
}
#menu-1f1 .close-icon::before,
#menu-1f1 .close-icon::after {
  background-color: #ffffff;
}
#menu-1f1 .link,
#menu-1f1 .dropdown-item {
  color: #ffffff;
}
#menu-1f1 .link {
  font-size: 0.75rem;
}
#menu-1f1 .dropdown-item,
#menu-1f1 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1f1 .link:hover,
#menu-1f1 .link:focus {
  color: #f1c40f;
}
#menu-1f1 .dropdown-item:hover::before,
#menu-1f1 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1f1 .dropdown-item:hover,
#menu-1f1 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1f1 .link[aria-expanded="true"],
#menu-1f1 .dropdown-menu {
  background: #1a242f;
}
#menu-1f1 .nav-dropdown-sm .link:focus,
#menu-1f1 .nav-dropdown-sm .link:hover,
#menu-1f1 .nav-dropdown-sm .dropdown-item:focus,
#menu-1f1 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1f1 .navbar,
#menu-1f1 .nav-dropdown-sm,
#menu-1f1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1f1 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1f1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1f1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1f1 .bg-color.transparent.opened .link:hover,
#menu-1f1 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1f1 .link[aria-expanded="true"],
#menu-1f1 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1f2 .mbr-section-title {
  font-size: 36px;
}
#content3-1f3 .mbr-section-title,
#content3-1f3 .mbr-section-subtitle {
  text-align: center;
}
#content1-1f4 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1f6 .mbr-section-subtitle,
#footer1-1f6 .mbr-section-text {
  color: #fff;
}
#footer1-1f6 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1f6 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1f6 I {
  text-align: left;
}
#footer1-1f6 B {
  font-size: 24px;
}
#footer1-1f6 SPAN {
  font-size: 22px;
}
#menu-1f8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1f8 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1f8 .navbar-toggler {
  color: #ffffff;
}
#menu-1f8 .close-icon::before,
#menu-1f8 .close-icon::after {
  background-color: #ffffff;
}
#menu-1f8 .link,
#menu-1f8 .dropdown-item {
  color: #ffffff;
}
#menu-1f8 .link {
  font-size: 0.75rem;
}
#menu-1f8 .dropdown-item,
#menu-1f8 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1f8 .link:hover,
#menu-1f8 .link:focus {
  color: #f1c40f;
}
#menu-1f8 .dropdown-item:hover::before,
#menu-1f8 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1f8 .dropdown-item:hover,
#menu-1f8 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1f8 .link[aria-expanded="true"],
#menu-1f8 .dropdown-menu {
  background: #1a242f;
}
#menu-1f8 .nav-dropdown-sm .link:focus,
#menu-1f8 .nav-dropdown-sm .link:hover,
#menu-1f8 .nav-dropdown-sm .dropdown-item:focus,
#menu-1f8 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1f8 .navbar,
#menu-1f8 .nav-dropdown-sm,
#menu-1f8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1f8 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1f8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1f8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1f8 .bg-color.transparent.opened .link:hover,
#menu-1f8 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1f8 .link[aria-expanded="true"],
#menu-1f8 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1f9 .mbr-section-title {
  font-size: 36px;
}
#content3-1fa .mbr-section-title,
#content3-1fa .mbr-section-subtitle {
  text-align: center;
}
#content1-1fb P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1fd .mbr-section-subtitle,
#footer1-1fd .mbr-section-text {
  color: #fff;
}
#footer1-1fd .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1fd P {
  font-size: 16px;
  text-align: left;
}
#footer1-1fd I {
  text-align: left;
}
#footer1-1fd B {
  font-size: 24px;
}
#footer1-1fd SPAN {
  font-size: 22px;
}
#menu-1ff .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ff .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ff .navbar-toggler {
  color: #ffffff;
}
#menu-1ff .close-icon::before,
#menu-1ff .close-icon::after {
  background-color: #ffffff;
}
#menu-1ff .link,
#menu-1ff .dropdown-item {
  color: #ffffff;
}
#menu-1ff .link {
  font-size: 0.75rem;
}
#menu-1ff .dropdown-item,
#menu-1ff .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ff .link:hover,
#menu-1ff .link:focus {
  color: #f1c40f;
}
#menu-1ff .dropdown-item:hover::before,
#menu-1ff .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ff .dropdown-item:hover,
#menu-1ff .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ff .link[aria-expanded="true"],
#menu-1ff .dropdown-menu {
  background: #1a242f;
}
#menu-1ff .nav-dropdown-sm .link:focus,
#menu-1ff .nav-dropdown-sm .link:hover,
#menu-1ff .nav-dropdown-sm .dropdown-item:focus,
#menu-1ff .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ff .navbar,
#menu-1ff .nav-dropdown-sm,
#menu-1ff .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ff .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ff .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ff .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ff .bg-color.transparent.opened .link:hover,
#menu-1ff .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ff .link[aria-expanded="true"],
#menu-1ff .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1fg .mbr-section-title {
  font-size: 36px;
}
#content3-1fh .mbr-section-title,
#content3-1fh .mbr-section-subtitle {
  text-align: center;
}
#content1-1fi P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1fk .mbr-section-subtitle,
#footer1-1fk .mbr-section-text {
  color: #fff;
}
#footer1-1fk .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1fk P {
  font-size: 16px;
  text-align: left;
}
#footer1-1fk I {
  text-align: left;
}
#footer1-1fk B {
  font-size: 24px;
}
#footer1-1fk SPAN {
  font-size: 22px;
}
#menu-1fm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1fm .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1fm .navbar-toggler {
  color: #ffffff;
}
#menu-1fm .close-icon::before,
#menu-1fm .close-icon::after {
  background-color: #ffffff;
}
#menu-1fm .link,
#menu-1fm .dropdown-item {
  color: #ffffff;
}
#menu-1fm .link {
  font-size: 0.75rem;
}
#menu-1fm .dropdown-item,
#menu-1fm .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1fm .link:hover,
#menu-1fm .link:focus {
  color: #f1c40f;
}
#menu-1fm .dropdown-item:hover::before,
#menu-1fm .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1fm .dropdown-item:hover,
#menu-1fm .dropdown-item:focus {
  color: #ffffff;
}
#menu-1fm .link[aria-expanded="true"],
#menu-1fm .dropdown-menu {
  background: #1a242f;
}
#menu-1fm .nav-dropdown-sm .link:focus,
#menu-1fm .nav-dropdown-sm .link:hover,
#menu-1fm .nav-dropdown-sm .dropdown-item:focus,
#menu-1fm .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1fm .navbar,
#menu-1fm .nav-dropdown-sm,
#menu-1fm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1fm .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1fm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1fm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1fm .bg-color.transparent.opened .link:hover,
#menu-1fm .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1fm .link[aria-expanded="true"],
#menu-1fm .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1fn .mbr-section-title {
  font-size: 36px;
}
#content3-1fo .mbr-section-title,
#content3-1fo .mbr-section-subtitle {
  text-align: center;
}
#content1-1fp P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1fr .mbr-section-subtitle,
#footer1-1fr .mbr-section-text {
  color: #fff;
}
#footer1-1fr .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1fr P {
  font-size: 16px;
  text-align: left;
}
#footer1-1fr I {
  text-align: left;
}
#footer1-1fr B {
  font-size: 24px;
}
#footer1-1fr SPAN {
  font-size: 22px;
}
#menu-1ft .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ft .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ft .navbar-toggler {
  color: #ffffff;
}
#menu-1ft .close-icon::before,
#menu-1ft .close-icon::after {
  background-color: #ffffff;
}
#menu-1ft .link,
#menu-1ft .dropdown-item {
  color: #ffffff;
}
#menu-1ft .link {
  font-size: 0.75rem;
}
#menu-1ft .dropdown-item,
#menu-1ft .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ft .link:hover,
#menu-1ft .link:focus {
  color: #f1c40f;
}
#menu-1ft .dropdown-item:hover::before,
#menu-1ft .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ft .dropdown-item:hover,
#menu-1ft .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ft .link[aria-expanded="true"],
#menu-1ft .dropdown-menu {
  background: #1a242f;
}
#menu-1ft .nav-dropdown-sm .link:focus,
#menu-1ft .nav-dropdown-sm .link:hover,
#menu-1ft .nav-dropdown-sm .dropdown-item:focus,
#menu-1ft .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ft .navbar,
#menu-1ft .nav-dropdown-sm,
#menu-1ft .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ft .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ft .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ft .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ft .bg-color.transparent.opened .link:hover,
#menu-1ft .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ft .link[aria-expanded="true"],
#menu-1ft .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1fu .mbr-section-title {
  font-size: 36px;
}
#content3-1fv .mbr-section-title,
#content3-1fv .mbr-section-subtitle {
  text-align: center;
}
#content1-1fw P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1fy .mbr-section-subtitle,
#footer1-1fy .mbr-section-text {
  color: #fff;
}
#footer1-1fy .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1fy P {
  font-size: 16px;
  text-align: left;
}
#footer1-1fy I {
  text-align: left;
}
#footer1-1fy B {
  font-size: 24px;
}
#footer1-1fy SPAN {
  font-size: 22px;
}
#menu-1g0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1g0 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1g0 .navbar-toggler {
  color: #ffffff;
}
#menu-1g0 .close-icon::before,
#menu-1g0 .close-icon::after {
  background-color: #ffffff;
}
#menu-1g0 .link,
#menu-1g0 .dropdown-item {
  color: #ffffff;
}
#menu-1g0 .link {
  font-size: 0.75rem;
}
#menu-1g0 .dropdown-item,
#menu-1g0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1g0 .link:hover,
#menu-1g0 .link:focus {
  color: #f1c40f;
}
#menu-1g0 .dropdown-item:hover::before,
#menu-1g0 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1g0 .dropdown-item:hover,
#menu-1g0 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1g0 .link[aria-expanded="true"],
#menu-1g0 .dropdown-menu {
  background: #1a242f;
}
#menu-1g0 .nav-dropdown-sm .link:focus,
#menu-1g0 .nav-dropdown-sm .link:hover,
#menu-1g0 .nav-dropdown-sm .dropdown-item:focus,
#menu-1g0 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1g0 .navbar,
#menu-1g0 .nav-dropdown-sm,
#menu-1g0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1g0 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1g0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1g0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1g0 .bg-color.transparent.opened .link:hover,
#menu-1g0 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1g0 .link[aria-expanded="true"],
#menu-1g0 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1g1 .mbr-section-title {
  font-size: 36px;
}
#content3-1g2 .mbr-section-title,
#content3-1g2 .mbr-section-subtitle {
  text-align: center;
}
#content1-1g3 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1g5 .mbr-section-subtitle,
#footer1-1g5 .mbr-section-text {
  color: #fff;
}
#footer1-1g5 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1g5 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1g5 I {
  text-align: left;
}
#footer1-1g5 B {
  font-size: 24px;
}
#footer1-1g5 SPAN {
  font-size: 22px;
}
#menu-1jv .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1jv .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1jv .navbar-toggler {
  color: #ffffff;
}
#menu-1jv .close-icon::before,
#menu-1jv .close-icon::after {
  background-color: #ffffff;
}
#menu-1jv .link,
#menu-1jv .dropdown-item {
  color: #ffffff;
}
#menu-1jv .link {
  font-size: 0.75rem;
}
#menu-1jv .dropdown-item,
#menu-1jv .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1jv .link:hover,
#menu-1jv .link:focus {
  color: #f1c40f;
}
#menu-1jv .dropdown-item:hover::before,
#menu-1jv .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1jv .dropdown-item:hover,
#menu-1jv .dropdown-item:focus {
  color: #ffffff;
}
#menu-1jv .link[aria-expanded="true"],
#menu-1jv .dropdown-menu {
  background: #1a242f;
}
#menu-1jv .nav-dropdown-sm .link:focus,
#menu-1jv .nav-dropdown-sm .link:hover,
#menu-1jv .nav-dropdown-sm .dropdown-item:focus,
#menu-1jv .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1jv .navbar,
#menu-1jv .nav-dropdown-sm,
#menu-1jv .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1jv .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1jv .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1jv .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1jv .bg-color.transparent.opened .link:hover,
#menu-1jv .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1jv .link[aria-expanded="true"],
#menu-1jv .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1jw .mbr-section-title {
  font-size: 36px;
}
#content3-1jx .mbr-section-title,
#content3-1jx .mbr-section-subtitle {
  text-align: center;
}
#content1-1jy P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1k0 .mbr-section-subtitle,
#footer1-1k0 .mbr-section-text {
  color: #fff;
}
#footer1-1k0 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1k0 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1k0 I {
  text-align: left;
}
#footer1-1k0 B {
  font-size: 24px;
}
#footer1-1k0 SPAN {
  font-size: 22px;
}
#menu-1k2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1k2 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1k2 .navbar-toggler {
  color: #ffffff;
}
#menu-1k2 .close-icon::before,
#menu-1k2 .close-icon::after {
  background-color: #ffffff;
}
#menu-1k2 .link,
#menu-1k2 .dropdown-item {
  color: #ffffff;
}
#menu-1k2 .link {
  font-size: 0.75rem;
}
#menu-1k2 .dropdown-item,
#menu-1k2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1k2 .link:hover,
#menu-1k2 .link:focus {
  color: #f1c40f;
}
#menu-1k2 .dropdown-item:hover::before,
#menu-1k2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1k2 .dropdown-item:hover,
#menu-1k2 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1k2 .link[aria-expanded="true"],
#menu-1k2 .dropdown-menu {
  background: #1a242f;
}
#menu-1k2 .nav-dropdown-sm .link:focus,
#menu-1k2 .nav-dropdown-sm .link:hover,
#menu-1k2 .nav-dropdown-sm .dropdown-item:focus,
#menu-1k2 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1k2 .navbar,
#menu-1k2 .nav-dropdown-sm,
#menu-1k2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1k2 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1k2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1k2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1k2 .bg-color.transparent.opened .link:hover,
#menu-1k2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1k2 .link[aria-expanded="true"],
#menu-1k2 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1k3 .mbr-section-title {
  font-size: 36px;
}
#content3-1k4 .mbr-section-title,
#content3-1k4 .mbr-section-subtitle {
  text-align: center;
}
#content1-1k5 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1k7 .mbr-section-subtitle,
#footer1-1k7 .mbr-section-text {
  color: #fff;
}
#footer1-1k7 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1k7 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1k7 I {
  text-align: left;
}
#footer1-1k7 B {
  font-size: 24px;
}
#footer1-1k7 SPAN {
  font-size: 22px;
}
#menu-1k9 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1k9 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1k9 .navbar-toggler {
  color: #ffffff;
}
#menu-1k9 .close-icon::before,
#menu-1k9 .close-icon::after {
  background-color: #ffffff;
}
#menu-1k9 .link,
#menu-1k9 .dropdown-item {
  color: #ffffff;
}
#menu-1k9 .link {
  font-size: 0.75rem;
}
#menu-1k9 .dropdown-item,
#menu-1k9 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1k9 .link:hover,
#menu-1k9 .link:focus {
  color: #f1c40f;
}
#menu-1k9 .dropdown-item:hover::before,
#menu-1k9 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1k9 .dropdown-item:hover,
#menu-1k9 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1k9 .link[aria-expanded="true"],
#menu-1k9 .dropdown-menu {
  background: #1a242f;
}
#menu-1k9 .nav-dropdown-sm .link:focus,
#menu-1k9 .nav-dropdown-sm .link:hover,
#menu-1k9 .nav-dropdown-sm .dropdown-item:focus,
#menu-1k9 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1k9 .navbar,
#menu-1k9 .nav-dropdown-sm,
#menu-1k9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1k9 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1k9 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1k9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1k9 .bg-color.transparent.opened .link:hover,
#menu-1k9 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1k9 .link[aria-expanded="true"],
#menu-1k9 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1ka .mbr-section-title {
  font-size: 36px;
}
#content3-1kb .mbr-section-title,
#content3-1kb .mbr-section-subtitle {
  text-align: center;
}
#content1-1kc P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ke .mbr-section-subtitle,
#footer1-1ke .mbr-section-text {
  color: #fff;
}
#footer1-1ke .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ke P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ke I {
  text-align: left;
}
#footer1-1ke B {
  font-size: 24px;
}
#footer1-1ke SPAN {
  font-size: 22px;
}
#menu-1kg .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1kg .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1kg .navbar-toggler {
  color: #ffffff;
}
#menu-1kg .close-icon::before,
#menu-1kg .close-icon::after {
  background-color: #ffffff;
}
#menu-1kg .link,
#menu-1kg .dropdown-item {
  color: #ffffff;
}
#menu-1kg .link {
  font-size: 0.75rem;
}
#menu-1kg .dropdown-item,
#menu-1kg .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1kg .link:hover,
#menu-1kg .link:focus {
  color: #f1c40f;
}
#menu-1kg .dropdown-item:hover::before,
#menu-1kg .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1kg .dropdown-item:hover,
#menu-1kg .dropdown-item:focus {
  color: #ffffff;
}
#menu-1kg .link[aria-expanded="true"],
#menu-1kg .dropdown-menu {
  background: #1a242f;
}
#menu-1kg .nav-dropdown-sm .link:focus,
#menu-1kg .nav-dropdown-sm .link:hover,
#menu-1kg .nav-dropdown-sm .dropdown-item:focus,
#menu-1kg .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1kg .navbar,
#menu-1kg .nav-dropdown-sm,
#menu-1kg .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1kg .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1kg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1kg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1kg .bg-color.transparent.opened .link:hover,
#menu-1kg .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1kg .link[aria-expanded="true"],
#menu-1kg .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1kh .mbr-section-title {
  font-size: 36px;
}
#content3-1ki .mbr-section-title,
#content3-1ki .mbr-section-subtitle {
  text-align: center;
}
#content1-1kj P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1kl .mbr-section-subtitle,
#footer1-1kl .mbr-section-text {
  color: #fff;
}
#footer1-1kl .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1kl P {
  font-size: 16px;
  text-align: left;
}
#footer1-1kl I {
  text-align: left;
}
#footer1-1kl B {
  font-size: 24px;
}
#footer1-1kl SPAN {
  font-size: 22px;
}
#menu-1kn .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1kn .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1kn .navbar-toggler {
  color: #ffffff;
}
#menu-1kn .close-icon::before,
#menu-1kn .close-icon::after {
  background-color: #ffffff;
}
#menu-1kn .link,
#menu-1kn .dropdown-item {
  color: #ffffff;
}
#menu-1kn .link {
  font-size: 0.75rem;
}
#menu-1kn .dropdown-item,
#menu-1kn .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1kn .link:hover,
#menu-1kn .link:focus {
  color: #f1c40f;
}
#menu-1kn .dropdown-item:hover::before,
#menu-1kn .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1kn .dropdown-item:hover,
#menu-1kn .dropdown-item:focus {
  color: #ffffff;
}
#menu-1kn .link[aria-expanded="true"],
#menu-1kn .dropdown-menu {
  background: #1a242f;
}
#menu-1kn .nav-dropdown-sm .link:focus,
#menu-1kn .nav-dropdown-sm .link:hover,
#menu-1kn .nav-dropdown-sm .dropdown-item:focus,
#menu-1kn .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1kn .navbar,
#menu-1kn .nav-dropdown-sm,
#menu-1kn .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1kn .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1kn .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1kn .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1kn .bg-color.transparent.opened .link:hover,
#menu-1kn .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1kn .link[aria-expanded="true"],
#menu-1kn .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1ko .mbr-section-title {
  font-size: 36px;
}
#content3-1kp .mbr-section-title,
#content3-1kp .mbr-section-subtitle {
  text-align: center;
}
#content1-1kq P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ks .mbr-section-subtitle,
#footer1-1ks .mbr-section-text {
  color: #fff;
}
#footer1-1ks .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ks P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ks I {
  text-align: left;
}
#footer1-1ks B {
  font-size: 24px;
}
#footer1-1ks SPAN {
  font-size: 22px;
}
#menu-1ku .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ku .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ku .navbar-toggler {
  color: #ffffff;
}
#menu-1ku .close-icon::before,
#menu-1ku .close-icon::after {
  background-color: #ffffff;
}
#menu-1ku .link,
#menu-1ku .dropdown-item {
  color: #ffffff;
}
#menu-1ku .link {
  font-size: 0.75rem;
}
#menu-1ku .dropdown-item,
#menu-1ku .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ku .link:hover,
#menu-1ku .link:focus {
  color: #f1c40f;
}
#menu-1ku .dropdown-item:hover::before,
#menu-1ku .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ku .dropdown-item:hover,
#menu-1ku .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ku .link[aria-expanded="true"],
#menu-1ku .dropdown-menu {
  background: #1a242f;
}
#menu-1ku .nav-dropdown-sm .link:focus,
#menu-1ku .nav-dropdown-sm .link:hover,
#menu-1ku .nav-dropdown-sm .dropdown-item:focus,
#menu-1ku .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ku .navbar,
#menu-1ku .nav-dropdown-sm,
#menu-1ku .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ku .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ku .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ku .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ku .bg-color.transparent.opened .link:hover,
#menu-1ku .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ku .link[aria-expanded="true"],
#menu-1ku .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1kv .mbr-section-title {
  font-size: 36px;
}
#content3-1kw .mbr-section-title,
#content3-1kw .mbr-section-subtitle {
  text-align: center;
}
#content1-1kx P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1kz .mbr-section-subtitle,
#footer1-1kz .mbr-section-text {
  color: #fff;
}
#footer1-1kz .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1kz P {
  font-size: 16px;
  text-align: left;
}
#footer1-1kz I {
  text-align: left;
}
#footer1-1kz B {
  font-size: 24px;
}
#footer1-1kz SPAN {
  font-size: 22px;
}
#menu-1l1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1l1 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1l1 .navbar-toggler {
  color: #ffffff;
}
#menu-1l1 .close-icon::before,
#menu-1l1 .close-icon::after {
  background-color: #ffffff;
}
#menu-1l1 .link,
#menu-1l1 .dropdown-item {
  color: #ffffff;
}
#menu-1l1 .link {
  font-size: 0.75rem;
}
#menu-1l1 .dropdown-item,
#menu-1l1 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1l1 .link:hover,
#menu-1l1 .link:focus {
  color: #f1c40f;
}
#menu-1l1 .dropdown-item:hover::before,
#menu-1l1 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1l1 .dropdown-item:hover,
#menu-1l1 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1l1 .link[aria-expanded="true"],
#menu-1l1 .dropdown-menu {
  background: #1a242f;
}
#menu-1l1 .nav-dropdown-sm .link:focus,
#menu-1l1 .nav-dropdown-sm .link:hover,
#menu-1l1 .nav-dropdown-sm .dropdown-item:focus,
#menu-1l1 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1l1 .navbar,
#menu-1l1 .nav-dropdown-sm,
#menu-1l1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1l1 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1l1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1l1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1l1 .bg-color.transparent.opened .link:hover,
#menu-1l1 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1l1 .link[aria-expanded="true"],
#menu-1l1 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1l2 .mbr-section-title {
  font-size: 36px;
}
#content3-1l3 .mbr-section-title,
#content3-1l3 .mbr-section-subtitle {
  text-align: center;
}
#content1-1l4 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1l6 .mbr-section-subtitle,
#footer1-1l6 .mbr-section-text {
  color: #fff;
}
#footer1-1l6 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1l6 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1l6 I {
  text-align: left;
}
#footer1-1l6 B {
  font-size: 24px;
}
#footer1-1l6 SPAN {
  font-size: 22px;
}
#menu-1l8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1l8 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1l8 .navbar-toggler {
  color: #ffffff;
}
#menu-1l8 .close-icon::before,
#menu-1l8 .close-icon::after {
  background-color: #ffffff;
}
#menu-1l8 .link,
#menu-1l8 .dropdown-item {
  color: #ffffff;
}
#menu-1l8 .link {
  font-size: 0.75rem;
}
#menu-1l8 .dropdown-item,
#menu-1l8 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1l8 .link:hover,
#menu-1l8 .link:focus {
  color: #f1c40f;
}
#menu-1l8 .dropdown-item:hover::before,
#menu-1l8 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1l8 .dropdown-item:hover,
#menu-1l8 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1l8 .link[aria-expanded="true"],
#menu-1l8 .dropdown-menu {
  background: #1a242f;
}
#menu-1l8 .nav-dropdown-sm .link:focus,
#menu-1l8 .nav-dropdown-sm .link:hover,
#menu-1l8 .nav-dropdown-sm .dropdown-item:focus,
#menu-1l8 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1l8 .navbar,
#menu-1l8 .nav-dropdown-sm,
#menu-1l8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1l8 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1l8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1l8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1l8 .bg-color.transparent.opened .link:hover,
#menu-1l8 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1l8 .link[aria-expanded="true"],
#menu-1l8 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1l9 .mbr-section-title {
  font-size: 36px;
}
#content3-1la .mbr-section-title,
#content3-1la .mbr-section-subtitle {
  text-align: center;
}
#content1-1lb P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ld .mbr-section-subtitle,
#footer1-1ld .mbr-section-text {
  color: #fff;
}
#footer1-1ld .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ld P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ld I {
  text-align: left;
}
#footer1-1ld B {
  font-size: 24px;
}
#footer1-1ld SPAN {
  font-size: 22px;
}
#menu-1lf .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1lf .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1lf .navbar-toggler {
  color: #ffffff;
}
#menu-1lf .close-icon::before,
#menu-1lf .close-icon::after {
  background-color: #ffffff;
}
#menu-1lf .link,
#menu-1lf .dropdown-item {
  color: #ffffff;
}
#menu-1lf .link {
  font-size: 0.75rem;
}
#menu-1lf .dropdown-item,
#menu-1lf .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1lf .link:hover,
#menu-1lf .link:focus {
  color: #f1c40f;
}
#menu-1lf .dropdown-item:hover::before,
#menu-1lf .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1lf .dropdown-item:hover,
#menu-1lf .dropdown-item:focus {
  color: #ffffff;
}
#menu-1lf .link[aria-expanded="true"],
#menu-1lf .dropdown-menu {
  background: #1a242f;
}
#menu-1lf .nav-dropdown-sm .link:focus,
#menu-1lf .nav-dropdown-sm .link:hover,
#menu-1lf .nav-dropdown-sm .dropdown-item:focus,
#menu-1lf .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1lf .navbar,
#menu-1lf .nav-dropdown-sm,
#menu-1lf .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1lf .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1lf .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1lf .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1lf .bg-color.transparent.opened .link:hover,
#menu-1lf .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1lf .link[aria-expanded="true"],
#menu-1lf .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1lg .mbr-section-title {
  font-size: 36px;
}
#content3-1lh .mbr-section-title,
#content3-1lh .mbr-section-subtitle {
  text-align: center;
}
#content1-1li P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1lk .mbr-section-subtitle,
#footer1-1lk .mbr-section-text {
  color: #fff;
}
#footer1-1lk .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1lk P {
  font-size: 16px;
  text-align: left;
}
#footer1-1lk I {
  text-align: left;
}
#footer1-1lk B {
  font-size: 24px;
}
#footer1-1lk SPAN {
  font-size: 22px;
}
#menu-1lm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1lm .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1lm .navbar-toggler {
  color: #ffffff;
}
#menu-1lm .close-icon::before,
#menu-1lm .close-icon::after {
  background-color: #ffffff;
}
#menu-1lm .link,
#menu-1lm .dropdown-item {
  color: #ffffff;
}
#menu-1lm .link {
  font-size: 0.75rem;
}
#menu-1lm .dropdown-item,
#menu-1lm .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1lm .link:hover,
#menu-1lm .link:focus {
  color: #f1c40f;
}
#menu-1lm .dropdown-item:hover::before,
#menu-1lm .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1lm .dropdown-item:hover,
#menu-1lm .dropdown-item:focus {
  color: #ffffff;
}
#menu-1lm .link[aria-expanded="true"],
#menu-1lm .dropdown-menu {
  background: #1a242f;
}
#menu-1lm .nav-dropdown-sm .link:focus,
#menu-1lm .nav-dropdown-sm .link:hover,
#menu-1lm .nav-dropdown-sm .dropdown-item:focus,
#menu-1lm .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1lm .navbar,
#menu-1lm .nav-dropdown-sm,
#menu-1lm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1lm .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1lm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1lm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1lm .bg-color.transparent.opened .link:hover,
#menu-1lm .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1lm .link[aria-expanded="true"],
#menu-1lm .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1ln .mbr-section-title {
  font-size: 36px;
}
#content3-1lo .mbr-section-title,
#content3-1lo .mbr-section-subtitle {
  text-align: center;
}
#content1-1lp P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1lr .mbr-section-subtitle,
#footer1-1lr .mbr-section-text {
  color: #fff;
}
#footer1-1lr .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1lr P {
  font-size: 16px;
  text-align: left;
}
#footer1-1lr I {
  text-align: left;
}
#footer1-1lr B {
  font-size: 24px;
}
#footer1-1lr SPAN {
  font-size: 22px;
}
#menu-1lt .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1lt .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1lt .navbar-toggler {
  color: #ffffff;
}
#menu-1lt .close-icon::before,
#menu-1lt .close-icon::after {
  background-color: #ffffff;
}
#menu-1lt .link,
#menu-1lt .dropdown-item {
  color: #ffffff;
}
#menu-1lt .link {
  font-size: 0.75rem;
}
#menu-1lt .dropdown-item,
#menu-1lt .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1lt .link:hover,
#menu-1lt .link:focus {
  color: #f1c40f;
}
#menu-1lt .dropdown-item:hover::before,
#menu-1lt .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1lt .dropdown-item:hover,
#menu-1lt .dropdown-item:focus {
  color: #ffffff;
}
#menu-1lt .link[aria-expanded="true"],
#menu-1lt .dropdown-menu {
  background: #1a242f;
}
#menu-1lt .nav-dropdown-sm .link:focus,
#menu-1lt .nav-dropdown-sm .link:hover,
#menu-1lt .nav-dropdown-sm .dropdown-item:focus,
#menu-1lt .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1lt .navbar,
#menu-1lt .nav-dropdown-sm,
#menu-1lt .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1lt .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1lt .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1lt .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1lt .bg-color.transparent.opened .link:hover,
#menu-1lt .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1lt .link[aria-expanded="true"],
#menu-1lt .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1lu .mbr-section-title {
  font-size: 36px;
}
#content3-1lv .mbr-section-title,
#content3-1lv .mbr-section-subtitle {
  text-align: center;
}
#content1-1lw P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ly .mbr-section-subtitle,
#footer1-1ly .mbr-section-text {
  color: #fff;
}
#footer1-1ly .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ly P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ly I {
  text-align: left;
}
#footer1-1ly B {
  font-size: 24px;
}
#footer1-1ly SPAN {
  font-size: 22px;
}
#menu-1m0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1m0 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1m0 .navbar-toggler {
  color: #ffffff;
}
#menu-1m0 .close-icon::before,
#menu-1m0 .close-icon::after {
  background-color: #ffffff;
}
#menu-1m0 .link,
#menu-1m0 .dropdown-item {
  color: #ffffff;
}
#menu-1m0 .link {
  font-size: 0.75rem;
}
#menu-1m0 .dropdown-item,
#menu-1m0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1m0 .link:hover,
#menu-1m0 .link:focus {
  color: #f1c40f;
}
#menu-1m0 .dropdown-item:hover::before,
#menu-1m0 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1m0 .dropdown-item:hover,
#menu-1m0 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1m0 .link[aria-expanded="true"],
#menu-1m0 .dropdown-menu {
  background: #1a242f;
}
#menu-1m0 .nav-dropdown-sm .link:focus,
#menu-1m0 .nav-dropdown-sm .link:hover,
#menu-1m0 .nav-dropdown-sm .dropdown-item:focus,
#menu-1m0 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1m0 .navbar,
#menu-1m0 .nav-dropdown-sm,
#menu-1m0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1m0 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1m0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1m0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1m0 .bg-color.transparent.opened .link:hover,
#menu-1m0 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1m0 .link[aria-expanded="true"],
#menu-1m0 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1m1 .mbr-section-title {
  font-size: 36px;
}
#content3-1m2 .mbr-section-title,
#content3-1m2 .mbr-section-subtitle {
  text-align: center;
}
#content1-1m3 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1m5 .mbr-section-subtitle,
#footer1-1m5 .mbr-section-text {
  color: #fff;
}
#footer1-1m5 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1m5 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1m5 I {
  text-align: left;
}
#footer1-1m5 B {
  font-size: 24px;
}
#footer1-1m5 SPAN {
  font-size: 22px;
}
#menu-1m7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1m7 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1m7 .navbar-toggler {
  color: #ffffff;
}
#menu-1m7 .close-icon::before,
#menu-1m7 .close-icon::after {
  background-color: #ffffff;
}
#menu-1m7 .link,
#menu-1m7 .dropdown-item {
  color: #ffffff;
}
#menu-1m7 .link {
  font-size: 0.75rem;
}
#menu-1m7 .dropdown-item,
#menu-1m7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1m7 .link:hover,
#menu-1m7 .link:focus {
  color: #f1c40f;
}
#menu-1m7 .dropdown-item:hover::before,
#menu-1m7 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1m7 .dropdown-item:hover,
#menu-1m7 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1m7 .link[aria-expanded="true"],
#menu-1m7 .dropdown-menu {
  background: #1a242f;
}
#menu-1m7 .nav-dropdown-sm .link:focus,
#menu-1m7 .nav-dropdown-sm .link:hover,
#menu-1m7 .nav-dropdown-sm .dropdown-item:focus,
#menu-1m7 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1m7 .navbar,
#menu-1m7 .nav-dropdown-sm,
#menu-1m7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1m7 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1m7 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1m7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1m7 .bg-color.transparent.opened .link:hover,
#menu-1m7 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1m7 .link[aria-expanded="true"],
#menu-1m7 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1m8 .mbr-section-title {
  font-size: 36px;
}
#content3-1m9 .mbr-section-title,
#content3-1m9 .mbr-section-subtitle {
  text-align: center;
}
#content1-1ma P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1mc .mbr-section-subtitle,
#footer1-1mc .mbr-section-text {
  color: #fff;
}
#footer1-1mc .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1mc P {
  font-size: 16px;
  text-align: left;
}
#footer1-1mc I {
  text-align: left;
}
#footer1-1mc B {
  font-size: 24px;
}
#footer1-1mc SPAN {
  font-size: 22px;
}
#menu-1me .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1me .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1me .navbar-toggler {
  color: #ffffff;
}
#menu-1me .close-icon::before,
#menu-1me .close-icon::after {
  background-color: #ffffff;
}
#menu-1me .link,
#menu-1me .dropdown-item {
  color: #ffffff;
}
#menu-1me .link {
  font-size: 0.75rem;
}
#menu-1me .dropdown-item,
#menu-1me .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1me .link:hover,
#menu-1me .link:focus {
  color: #f1c40f;
}
#menu-1me .dropdown-item:hover::before,
#menu-1me .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1me .dropdown-item:hover,
#menu-1me .dropdown-item:focus {
  color: #ffffff;
}
#menu-1me .link[aria-expanded="true"],
#menu-1me .dropdown-menu {
  background: #1a242f;
}
#menu-1me .nav-dropdown-sm .link:focus,
#menu-1me .nav-dropdown-sm .link:hover,
#menu-1me .nav-dropdown-sm .dropdown-item:focus,
#menu-1me .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1me .navbar,
#menu-1me .nav-dropdown-sm,
#menu-1me .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1me .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1me .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1me .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1me .bg-color.transparent.opened .link:hover,
#menu-1me .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1me .link[aria-expanded="true"],
#menu-1me .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1mf .mbr-section-title {
  font-size: 36px;
}
#content3-1mg .mbr-section-title,
#content3-1mg .mbr-section-subtitle {
  text-align: center;
}
#content1-1mh P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1mj .mbr-section-subtitle,
#footer1-1mj .mbr-section-text {
  color: #fff;
}
#footer1-1mj .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1mj P {
  font-size: 16px;
  text-align: left;
}
#footer1-1mj I {
  text-align: left;
}
#footer1-1mj B {
  font-size: 24px;
}
#footer1-1mj SPAN {
  font-size: 22px;
}
#menu-1ml .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ml .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ml .navbar-toggler {
  color: #ffffff;
}
#menu-1ml .close-icon::before,
#menu-1ml .close-icon::after {
  background-color: #ffffff;
}
#menu-1ml .link,
#menu-1ml .dropdown-item {
  color: #ffffff;
}
#menu-1ml .link {
  font-size: 0.75rem;
}
#menu-1ml .dropdown-item,
#menu-1ml .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ml .link:hover,
#menu-1ml .link:focus {
  color: #f1c40f;
}
#menu-1ml .dropdown-item:hover::before,
#menu-1ml .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ml .dropdown-item:hover,
#menu-1ml .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ml .link[aria-expanded="true"],
#menu-1ml .dropdown-menu {
  background: #1a242f;
}
#menu-1ml .nav-dropdown-sm .link:focus,
#menu-1ml .nav-dropdown-sm .link:hover,
#menu-1ml .nav-dropdown-sm .dropdown-item:focus,
#menu-1ml .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ml .navbar,
#menu-1ml .nav-dropdown-sm,
#menu-1ml .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ml .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ml .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ml .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ml .bg-color.transparent.opened .link:hover,
#menu-1ml .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ml .link[aria-expanded="true"],
#menu-1ml .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1mm .mbr-section-title {
  font-size: 36px;
}
#content3-1mn .mbr-section-title,
#content3-1mn .mbr-section-subtitle {
  text-align: center;
}
#content1-1mo P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1mq .mbr-section-subtitle,
#footer1-1mq .mbr-section-text {
  color: #fff;
}
#footer1-1mq .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1mq P {
  font-size: 16px;
  text-align: left;
}
#footer1-1mq I {
  text-align: left;
}
#footer1-1mq B {
  font-size: 24px;
}
#footer1-1mq SPAN {
  font-size: 22px;
}
#menu-1ms .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ms .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ms .navbar-toggler {
  color: #ffffff;
}
#menu-1ms .close-icon::before,
#menu-1ms .close-icon::after {
  background-color: #ffffff;
}
#menu-1ms .link,
#menu-1ms .dropdown-item {
  color: #ffffff;
}
#menu-1ms .link {
  font-size: 0.75rem;
}
#menu-1ms .dropdown-item,
#menu-1ms .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ms .link:hover,
#menu-1ms .link:focus {
  color: #f1c40f;
}
#menu-1ms .dropdown-item:hover::before,
#menu-1ms .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ms .dropdown-item:hover,
#menu-1ms .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ms .link[aria-expanded="true"],
#menu-1ms .dropdown-menu {
  background: #1a242f;
}
#menu-1ms .nav-dropdown-sm .link:focus,
#menu-1ms .nav-dropdown-sm .link:hover,
#menu-1ms .nav-dropdown-sm .dropdown-item:focus,
#menu-1ms .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ms .navbar,
#menu-1ms .nav-dropdown-sm,
#menu-1ms .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ms .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ms .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ms .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ms .bg-color.transparent.opened .link:hover,
#menu-1ms .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ms .link[aria-expanded="true"],
#menu-1ms .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1mt .mbr-section-title {
  font-size: 36px;
}
#content3-1mu .mbr-section-title,
#content3-1mu .mbr-section-subtitle {
  text-align: center;
}
#content1-1mv P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1mx .mbr-section-subtitle,
#footer1-1mx .mbr-section-text {
  color: #fff;
}
#footer1-1mx .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1mx P {
  font-size: 16px;
  text-align: left;
}
#footer1-1mx I {
  text-align: left;
}
#footer1-1mx B {
  font-size: 24px;
}
#footer1-1mx SPAN {
  font-size: 22px;
}
#menu-1mz .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1mz .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1mz .navbar-toggler {
  color: #ffffff;
}
#menu-1mz .close-icon::before,
#menu-1mz .close-icon::after {
  background-color: #ffffff;
}
#menu-1mz .link,
#menu-1mz .dropdown-item {
  color: #ffffff;
}
#menu-1mz .link {
  font-size: 0.75rem;
}
#menu-1mz .dropdown-item,
#menu-1mz .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1mz .link:hover,
#menu-1mz .link:focus {
  color: #f1c40f;
}
#menu-1mz .dropdown-item:hover::before,
#menu-1mz .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1mz .dropdown-item:hover,
#menu-1mz .dropdown-item:focus {
  color: #ffffff;
}
#menu-1mz .link[aria-expanded="true"],
#menu-1mz .dropdown-menu {
  background: #1a242f;
}
#menu-1mz .nav-dropdown-sm .link:focus,
#menu-1mz .nav-dropdown-sm .link:hover,
#menu-1mz .nav-dropdown-sm .dropdown-item:focus,
#menu-1mz .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1mz .navbar,
#menu-1mz .nav-dropdown-sm,
#menu-1mz .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1mz .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1mz .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1mz .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1mz .bg-color.transparent.opened .link:hover,
#menu-1mz .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1mz .link[aria-expanded="true"],
#menu-1mz .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1n0 .mbr-section-title {
  font-size: 36px;
}
#content3-1n1 .mbr-section-title,
#content3-1n1 .mbr-section-subtitle {
  text-align: center;
}
#content1-1n2 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1n4 .mbr-section-subtitle,
#footer1-1n4 .mbr-section-text {
  color: #fff;
}
#footer1-1n4 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1n4 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1n4 I {
  text-align: left;
}
#footer1-1n4 B {
  font-size: 24px;
}
#footer1-1n4 SPAN {
  font-size: 22px;
}
#menu-1n6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1n6 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1n6 .navbar-toggler {
  color: #ffffff;
}
#menu-1n6 .close-icon::before,
#menu-1n6 .close-icon::after {
  background-color: #ffffff;
}
#menu-1n6 .link,
#menu-1n6 .dropdown-item {
  color: #ffffff;
}
#menu-1n6 .link {
  font-size: 0.75rem;
}
#menu-1n6 .dropdown-item,
#menu-1n6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1n6 .link:hover,
#menu-1n6 .link:focus {
  color: #f1c40f;
}
#menu-1n6 .dropdown-item:hover::before,
#menu-1n6 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1n6 .dropdown-item:hover,
#menu-1n6 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1n6 .link[aria-expanded="true"],
#menu-1n6 .dropdown-menu {
  background: #1a242f;
}
#menu-1n6 .nav-dropdown-sm .link:focus,
#menu-1n6 .nav-dropdown-sm .link:hover,
#menu-1n6 .nav-dropdown-sm .dropdown-item:focus,
#menu-1n6 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1n6 .navbar,
#menu-1n6 .nav-dropdown-sm,
#menu-1n6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1n6 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1n6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1n6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1n6 .bg-color.transparent.opened .link:hover,
#menu-1n6 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1n6 .link[aria-expanded="true"],
#menu-1n6 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1n7 .mbr-section-title {
  font-size: 36px;
}
#content3-1n8 .mbr-section-title,
#content3-1n8 .mbr-section-subtitle {
  text-align: center;
}
#content1-1n9 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1nb .mbr-section-subtitle,
#footer1-1nb .mbr-section-text {
  color: #fff;
}
#footer1-1nb .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1nb P {
  font-size: 16px;
  text-align: left;
}
#footer1-1nb I {
  text-align: left;
}
#footer1-1nb B {
  font-size: 24px;
}
#footer1-1nb SPAN {
  font-size: 22px;
}
#menu-1nd .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1nd .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1nd .navbar-toggler {
  color: #ffffff;
}
#menu-1nd .close-icon::before,
#menu-1nd .close-icon::after {
  background-color: #ffffff;
}
#menu-1nd .link,
#menu-1nd .dropdown-item {
  color: #ffffff;
}
#menu-1nd .link {
  font-size: 0.75rem;
}
#menu-1nd .dropdown-item,
#menu-1nd .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1nd .link:hover,
#menu-1nd .link:focus {
  color: #f1c40f;
}
#menu-1nd .dropdown-item:hover::before,
#menu-1nd .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1nd .dropdown-item:hover,
#menu-1nd .dropdown-item:focus {
  color: #ffffff;
}
#menu-1nd .link[aria-expanded="true"],
#menu-1nd .dropdown-menu {
  background: #1a242f;
}
#menu-1nd .nav-dropdown-sm .link:focus,
#menu-1nd .nav-dropdown-sm .link:hover,
#menu-1nd .nav-dropdown-sm .dropdown-item:focus,
#menu-1nd .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1nd .navbar,
#menu-1nd .nav-dropdown-sm,
#menu-1nd .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1nd .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1nd .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1nd .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1nd .bg-color.transparent.opened .link:hover,
#menu-1nd .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1nd .link[aria-expanded="true"],
#menu-1nd .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1ne .mbr-section-title {
  font-size: 36px;
}
#content3-1nf .mbr-section-title,
#content3-1nf .mbr-section-subtitle {
  text-align: center;
}
#content1-1ng P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#content3-1nj .mbr-section-title,
#content3-1nj .mbr-section-subtitle {
  text-align: center;
}
#content1-1nl P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ni .mbr-section-subtitle,
#footer1-1ni .mbr-section-text {
  color: #fff;
}
#footer1-1ni .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ni P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ni I {
  text-align: left;
}
#footer1-1ni B {
  font-size: 24px;
}
#footer1-1ni SPAN {
  font-size: 22px;
}
#menu-1nn .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1nn .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1nn .navbar-toggler {
  color: #ffffff;
}
#menu-1nn .close-icon::before,
#menu-1nn .close-icon::after {
  background-color: #ffffff;
}
#menu-1nn .link,
#menu-1nn .dropdown-item {
  color: #ffffff;
}
#menu-1nn .link {
  font-size: 0.75rem;
}
#menu-1nn .dropdown-item,
#menu-1nn .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1nn .link:hover,
#menu-1nn .link:focus {
  color: #f1c40f;
}
#menu-1nn .dropdown-item:hover::before,
#menu-1nn .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1nn .dropdown-item:hover,
#menu-1nn .dropdown-item:focus {
  color: #ffffff;
}
#menu-1nn .link[aria-expanded="true"],
#menu-1nn .dropdown-menu {
  background: #1a242f;
}
#menu-1nn .nav-dropdown-sm .link:focus,
#menu-1nn .nav-dropdown-sm .link:hover,
#menu-1nn .nav-dropdown-sm .dropdown-item:focus,
#menu-1nn .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1nn .navbar,
#menu-1nn .nav-dropdown-sm,
#menu-1nn .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1nn .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1nn .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1nn .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1nn .bg-color.transparent.opened .link:hover,
#menu-1nn .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1nn .link[aria-expanded="true"],
#menu-1nn .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1no .mbr-section-title {
  font-size: 36px;
}
#content3-1np .mbr-section-title,
#content3-1np .mbr-section-subtitle {
  text-align: center;
}
#content1-1nq P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1nu .mbr-section-subtitle,
#footer1-1nu .mbr-section-text {
  color: #fff;
}
#footer1-1nu .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1nu P {
  font-size: 16px;
  text-align: left;
}
#footer1-1nu I {
  text-align: left;
}
#footer1-1nu B {
  font-size: 24px;
}
#footer1-1nu SPAN {
  font-size: 22px;
}
#menu-1nw .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1nw .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1nw .navbar-toggler {
  color: #ffffff;
}
#menu-1nw .close-icon::before,
#menu-1nw .close-icon::after {
  background-color: #ffffff;
}
#menu-1nw .link,
#menu-1nw .dropdown-item {
  color: #ffffff;
}
#menu-1nw .link {
  font-size: 0.75rem;
}
#menu-1nw .dropdown-item,
#menu-1nw .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1nw .link:hover,
#menu-1nw .link:focus {
  color: #f1c40f;
}
#menu-1nw .dropdown-item:hover::before,
#menu-1nw .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1nw .dropdown-item:hover,
#menu-1nw .dropdown-item:focus {
  color: #ffffff;
}
#menu-1nw .link[aria-expanded="true"],
#menu-1nw .dropdown-menu {
  background: #1a242f;
}
#menu-1nw .nav-dropdown-sm .link:focus,
#menu-1nw .nav-dropdown-sm .link:hover,
#menu-1nw .nav-dropdown-sm .dropdown-item:focus,
#menu-1nw .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1nw .navbar,
#menu-1nw .nav-dropdown-sm,
#menu-1nw .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1nw .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1nw .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1nw .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1nw .bg-color.transparent.opened .link:hover,
#menu-1nw .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1nw .link[aria-expanded="true"],
#menu-1nw .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1nx .mbr-section-title {
  font-size: 36px;
}
#content3-1ny .mbr-section-title,
#content3-1ny .mbr-section-subtitle {
  text-align: center;
}
#content1-1nz P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1o1 .mbr-section-subtitle,
#footer1-1o1 .mbr-section-text {
  color: #fff;
}
#footer1-1o1 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1o1 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1o1 I {
  text-align: left;
}
#footer1-1o1 B {
  font-size: 24px;
}
#footer1-1o1 SPAN {
  font-size: 22px;
}
#menu-1o3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1o3 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1o3 .navbar-toggler {
  color: #ffffff;
}
#menu-1o3 .close-icon::before,
#menu-1o3 .close-icon::after {
  background-color: #ffffff;
}
#menu-1o3 .link,
#menu-1o3 .dropdown-item {
  color: #ffffff;
}
#menu-1o3 .link {
  font-size: 0.75rem;
}
#menu-1o3 .dropdown-item,
#menu-1o3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1o3 .link:hover,
#menu-1o3 .link:focus {
  color: #f1c40f;
}
#menu-1o3 .dropdown-item:hover::before,
#menu-1o3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1o3 .dropdown-item:hover,
#menu-1o3 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1o3 .link[aria-expanded="true"],
#menu-1o3 .dropdown-menu {
  background: #1a242f;
}
#menu-1o3 .nav-dropdown-sm .link:focus,
#menu-1o3 .nav-dropdown-sm .link:hover,
#menu-1o3 .nav-dropdown-sm .dropdown-item:focus,
#menu-1o3 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1o3 .navbar,
#menu-1o3 .nav-dropdown-sm,
#menu-1o3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1o3 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1o3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1o3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1o3 .bg-color.transparent.opened .link:hover,
#menu-1o3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1o3 .link[aria-expanded="true"],
#menu-1o3 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1o4 .mbr-section-title {
  font-size: 36px;
}
#content3-1o5 .mbr-section-title,
#content3-1o5 .mbr-section-subtitle {
  text-align: center;
}
#content1-1o6 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1o8 .mbr-section-subtitle,
#footer1-1o8 .mbr-section-text {
  color: #fff;
}
#footer1-1o8 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1o8 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1o8 I {
  text-align: left;
}
#footer1-1o8 B {
  font-size: 24px;
}
#footer1-1o8 SPAN {
  font-size: 22px;
}
#menu-1oa .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1oa .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1oa .navbar-toggler {
  color: #ffffff;
}
#menu-1oa .close-icon::before,
#menu-1oa .close-icon::after {
  background-color: #ffffff;
}
#menu-1oa .link,
#menu-1oa .dropdown-item {
  color: #ffffff;
}
#menu-1oa .link {
  font-size: 0.75rem;
}
#menu-1oa .dropdown-item,
#menu-1oa .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1oa .link:hover,
#menu-1oa .link:focus {
  color: #f1c40f;
}
#menu-1oa .dropdown-item:hover::before,
#menu-1oa .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1oa .dropdown-item:hover,
#menu-1oa .dropdown-item:focus {
  color: #ffffff;
}
#menu-1oa .link[aria-expanded="true"],
#menu-1oa .dropdown-menu {
  background: #1a242f;
}
#menu-1oa .nav-dropdown-sm .link:focus,
#menu-1oa .nav-dropdown-sm .link:hover,
#menu-1oa .nav-dropdown-sm .dropdown-item:focus,
#menu-1oa .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1oa .navbar,
#menu-1oa .nav-dropdown-sm,
#menu-1oa .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1oa .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1oa .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1oa .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1oa .bg-color.transparent.opened .link:hover,
#menu-1oa .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1oa .link[aria-expanded="true"],
#menu-1oa .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1ob .mbr-section-title {
  font-size: 36px;
}
#content3-1oc .mbr-section-title,
#content3-1oc .mbr-section-subtitle {
  text-align: center;
}
#content1-1od P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1of .mbr-section-subtitle,
#footer1-1of .mbr-section-text {
  color: #fff;
}
#footer1-1of .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1of P {
  font-size: 16px;
  text-align: left;
}
#footer1-1of I {
  text-align: left;
}
#footer1-1of B {
  font-size: 24px;
}
#footer1-1of SPAN {
  font-size: 22px;
}
#menu-1oh .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1oh .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1oh .navbar-toggler {
  color: #ffffff;
}
#menu-1oh .close-icon::before,
#menu-1oh .close-icon::after {
  background-color: #ffffff;
}
#menu-1oh .link,
#menu-1oh .dropdown-item {
  color: #ffffff;
}
#menu-1oh .link {
  font-size: 0.75rem;
}
#menu-1oh .dropdown-item,
#menu-1oh .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1oh .link:hover,
#menu-1oh .link:focus {
  color: #f1c40f;
}
#menu-1oh .dropdown-item:hover::before,
#menu-1oh .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1oh .dropdown-item:hover,
#menu-1oh .dropdown-item:focus {
  color: #ffffff;
}
#menu-1oh .link[aria-expanded="true"],
#menu-1oh .dropdown-menu {
  background: #1a242f;
}
#menu-1oh .nav-dropdown-sm .link:focus,
#menu-1oh .nav-dropdown-sm .link:hover,
#menu-1oh .nav-dropdown-sm .dropdown-item:focus,
#menu-1oh .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1oh .navbar,
#menu-1oh .nav-dropdown-sm,
#menu-1oh .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1oh .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1oh .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1oh .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1oh .bg-color.transparent.opened .link:hover,
#menu-1oh .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1oh .link[aria-expanded="true"],
#menu-1oh .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1oi .mbr-section-title {
  font-size: 36px;
}
#content3-1oj .mbr-section-title,
#content3-1oj .mbr-section-subtitle {
  text-align: center;
}
#content1-1ok P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1om .mbr-section-subtitle,
#footer1-1om .mbr-section-text {
  color: #fff;
}
#footer1-1om .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1om P {
  font-size: 16px;
  text-align: left;
}
#footer1-1om I {
  text-align: left;
}
#footer1-1om B {
  font-size: 24px;
}
#footer1-1om SPAN {
  font-size: 22px;
}
#menu-1oo .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1oo .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1oo .navbar-toggler {
  color: #ffffff;
}
#menu-1oo .close-icon::before,
#menu-1oo .close-icon::after {
  background-color: #ffffff;
}
#menu-1oo .link,
#menu-1oo .dropdown-item {
  color: #ffffff;
}
#menu-1oo .link {
  font-size: 0.75rem;
}
#menu-1oo .dropdown-item,
#menu-1oo .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1oo .link:hover,
#menu-1oo .link:focus {
  color: #f1c40f;
}
#menu-1oo .dropdown-item:hover::before,
#menu-1oo .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1oo .dropdown-item:hover,
#menu-1oo .dropdown-item:focus {
  color: #ffffff;
}
#menu-1oo .link[aria-expanded="true"],
#menu-1oo .dropdown-menu {
  background: #1a242f;
}
#menu-1oo .nav-dropdown-sm .link:focus,
#menu-1oo .nav-dropdown-sm .link:hover,
#menu-1oo .nav-dropdown-sm .dropdown-item:focus,
#menu-1oo .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1oo .navbar,
#menu-1oo .nav-dropdown-sm,
#menu-1oo .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1oo .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1oo .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1oo .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1oo .bg-color.transparent.opened .link:hover,
#menu-1oo .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1oo .link[aria-expanded="true"],
#menu-1oo .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1op .mbr-section-title {
  font-size: 36px;
}
#content3-1oq .mbr-section-title,
#content3-1oq .mbr-section-subtitle {
  text-align: center;
}
#content1-1or P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ot .mbr-section-subtitle,
#footer1-1ot .mbr-section-text {
  color: #fff;
}
#footer1-1ot .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ot P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ot I {
  text-align: left;
}
#footer1-1ot B {
  font-size: 24px;
}
#footer1-1ot SPAN {
  font-size: 22px;
}
#menu-1ov .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ov .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ov .navbar-toggler {
  color: #ffffff;
}
#menu-1ov .close-icon::before,
#menu-1ov .close-icon::after {
  background-color: #ffffff;
}
#menu-1ov .link,
#menu-1ov .dropdown-item {
  color: #ffffff;
}
#menu-1ov .link {
  font-size: 0.75rem;
}
#menu-1ov .dropdown-item,
#menu-1ov .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ov .link:hover,
#menu-1ov .link:focus {
  color: #f1c40f;
}
#menu-1ov .dropdown-item:hover::before,
#menu-1ov .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ov .dropdown-item:hover,
#menu-1ov .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ov .link[aria-expanded="true"],
#menu-1ov .dropdown-menu {
  background: #1a242f;
}
#menu-1ov .nav-dropdown-sm .link:focus,
#menu-1ov .nav-dropdown-sm .link:hover,
#menu-1ov .nav-dropdown-sm .dropdown-item:focus,
#menu-1ov .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ov .navbar,
#menu-1ov .nav-dropdown-sm,
#menu-1ov .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ov .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ov .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ov .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ov .bg-color.transparent.opened .link:hover,
#menu-1ov .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ov .link[aria-expanded="true"],
#menu-1ov .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1ow .mbr-section-title {
  font-size: 36px;
}
#content3-1ox .mbr-section-title,
#content3-1ox .mbr-section-subtitle {
  text-align: center;
}
#content1-1oy P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1p0 .mbr-section-subtitle,
#footer1-1p0 .mbr-section-text {
  color: #fff;
}
#footer1-1p0 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1p0 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1p0 I {
  text-align: left;
}
#footer1-1p0 B {
  font-size: 24px;
}
#footer1-1p0 SPAN {
  font-size: 22px;
}
#menu-1p2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1p2 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1p2 .navbar-toggler {
  color: #ffffff;
}
#menu-1p2 .close-icon::before,
#menu-1p2 .close-icon::after {
  background-color: #ffffff;
}
#menu-1p2 .link,
#menu-1p2 .dropdown-item {
  color: #ffffff;
}
#menu-1p2 .link {
  font-size: 0.75rem;
}
#menu-1p2 .dropdown-item,
#menu-1p2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1p2 .link:hover,
#menu-1p2 .link:focus {
  color: #f1c40f;
}
#menu-1p2 .dropdown-item:hover::before,
#menu-1p2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1p2 .dropdown-item:hover,
#menu-1p2 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1p2 .link[aria-expanded="true"],
#menu-1p2 .dropdown-menu {
  background: #1a242f;
}
#menu-1p2 .nav-dropdown-sm .link:focus,
#menu-1p2 .nav-dropdown-sm .link:hover,
#menu-1p2 .nav-dropdown-sm .dropdown-item:focus,
#menu-1p2 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1p2 .navbar,
#menu-1p2 .nav-dropdown-sm,
#menu-1p2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1p2 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1p2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1p2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1p2 .bg-color.transparent.opened .link:hover,
#menu-1p2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1p2 .link[aria-expanded="true"],
#menu-1p2 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1p3 .mbr-section-title {
  font-size: 36px;
}
#content3-1p4 .mbr-section-title,
#content3-1p4 .mbr-section-subtitle {
  text-align: center;
}
#content1-1p5 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1p7 .mbr-section-subtitle,
#footer1-1p7 .mbr-section-text {
  color: #fff;
}
#footer1-1p7 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1p7 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1p7 I {
  text-align: left;
}
#footer1-1p7 B {
  font-size: 24px;
}
#footer1-1p7 SPAN {
  font-size: 22px;
}
#menu-1p9 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1p9 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1p9 .navbar-toggler {
  color: #ffffff;
}
#menu-1p9 .close-icon::before,
#menu-1p9 .close-icon::after {
  background-color: #ffffff;
}
#menu-1p9 .link,
#menu-1p9 .dropdown-item {
  color: #ffffff;
}
#menu-1p9 .link {
  font-size: 0.75rem;
}
#menu-1p9 .dropdown-item,
#menu-1p9 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1p9 .link:hover,
#menu-1p9 .link:focus {
  color: #f1c40f;
}
#menu-1p9 .dropdown-item:hover::before,
#menu-1p9 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1p9 .dropdown-item:hover,
#menu-1p9 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1p9 .link[aria-expanded="true"],
#menu-1p9 .dropdown-menu {
  background: #1a242f;
}
#menu-1p9 .nav-dropdown-sm .link:focus,
#menu-1p9 .nav-dropdown-sm .link:hover,
#menu-1p9 .nav-dropdown-sm .dropdown-item:focus,
#menu-1p9 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1p9 .navbar,
#menu-1p9 .nav-dropdown-sm,
#menu-1p9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1p9 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1p9 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1p9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1p9 .bg-color.transparent.opened .link:hover,
#menu-1p9 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1p9 .link[aria-expanded="true"],
#menu-1p9 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1pa .mbr-section-title {
  font-size: 36px;
}
#content3-1pb .mbr-section-title,
#content3-1pb .mbr-section-subtitle {
  text-align: center;
}
#content1-1pc P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1pe .mbr-section-subtitle,
#footer1-1pe .mbr-section-text {
  color: #fff;
}
#footer1-1pe .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1pe P {
  font-size: 16px;
  text-align: left;
}
#footer1-1pe I {
  text-align: left;
}
#footer1-1pe B {
  font-size: 24px;
}
#footer1-1pe SPAN {
  font-size: 22px;
}
#menu-1pg .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1pg .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1pg .navbar-toggler {
  color: #ffffff;
}
#menu-1pg .close-icon::before,
#menu-1pg .close-icon::after {
  background-color: #ffffff;
}
#menu-1pg .link,
#menu-1pg .dropdown-item {
  color: #ffffff;
}
#menu-1pg .link {
  font-size: 0.75rem;
}
#menu-1pg .dropdown-item,
#menu-1pg .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1pg .link:hover,
#menu-1pg .link:focus {
  color: #f1c40f;
}
#menu-1pg .dropdown-item:hover::before,
#menu-1pg .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1pg .dropdown-item:hover,
#menu-1pg .dropdown-item:focus {
  color: #ffffff;
}
#menu-1pg .link[aria-expanded="true"],
#menu-1pg .dropdown-menu {
  background: #1a242f;
}
#menu-1pg .nav-dropdown-sm .link:focus,
#menu-1pg .nav-dropdown-sm .link:hover,
#menu-1pg .nav-dropdown-sm .dropdown-item:focus,
#menu-1pg .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1pg .navbar,
#menu-1pg .nav-dropdown-sm,
#menu-1pg .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1pg .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1pg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1pg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1pg .bg-color.transparent.opened .link:hover,
#menu-1pg .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1pg .link[aria-expanded="true"],
#menu-1pg .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1ph .mbr-section-title {
  font-size: 36px;
}
#content3-1pi .mbr-section-title,
#content3-1pi .mbr-section-subtitle {
  text-align: center;
}
#content1-1pj P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#content3-1pm .mbr-section-title,
#content3-1pm .mbr-section-subtitle {
  text-align: center;
}
#content1-1pn P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1pl .mbr-section-subtitle,
#footer1-1pl .mbr-section-text {
  color: #fff;
}
#footer1-1pl .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1pl P {
  font-size: 16px;
  text-align: left;
}
#footer1-1pl I {
  text-align: left;
}
#footer1-1pl B {
  font-size: 24px;
}
#footer1-1pl SPAN {
  font-size: 22px;
}
#menu-1pp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1pp .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1pp .navbar-toggler {
  color: #ffffff;
}
#menu-1pp .close-icon::before,
#menu-1pp .close-icon::after {
  background-color: #ffffff;
}
#menu-1pp .link,
#menu-1pp .dropdown-item {
  color: #ffffff;
}
#menu-1pp .link {
  font-size: 0.75rem;
}
#menu-1pp .dropdown-item,
#menu-1pp .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1pp .link:hover,
#menu-1pp .link:focus {
  color: #f1c40f;
}
#menu-1pp .dropdown-item:hover::before,
#menu-1pp .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1pp .dropdown-item:hover,
#menu-1pp .dropdown-item:focus {
  color: #ffffff;
}
#menu-1pp .link[aria-expanded="true"],
#menu-1pp .dropdown-menu {
  background: #1a242f;
}
#menu-1pp .nav-dropdown-sm .link:focus,
#menu-1pp .nav-dropdown-sm .link:hover,
#menu-1pp .nav-dropdown-sm .dropdown-item:focus,
#menu-1pp .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1pp .navbar,
#menu-1pp .nav-dropdown-sm,
#menu-1pp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1pp .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1pp .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1pp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1pp .bg-color.transparent.opened .link:hover,
#menu-1pp .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1pp .link[aria-expanded="true"],
#menu-1pp .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1pq .mbr-section-title {
  font-size: 36px;
}
#content3-1pr .mbr-section-title,
#content3-1pr .mbr-section-subtitle {
  text-align: center;
}
#content1-1ps P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#content3-1pw .mbr-section-title,
#content3-1pw .mbr-section-subtitle {
  text-align: center;
}
#content1-1px P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1pu .mbr-section-subtitle,
#footer1-1pu .mbr-section-text {
  color: #fff;
}
#footer1-1pu .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1pu P {
  font-size: 16px;
  text-align: left;
}
#footer1-1pu I {
  text-align: left;
}
#footer1-1pu B {
  font-size: 24px;
}
#footer1-1pu SPAN {
  font-size: 22px;
}
#menu-1py .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1py .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1py .navbar-toggler {
  color: #ffffff;
}
#menu-1py .close-icon::before,
#menu-1py .close-icon::after {
  background-color: #ffffff;
}
#menu-1py .link,
#menu-1py .dropdown-item {
  color: #ffffff;
}
#menu-1py .link {
  font-size: 0.75rem;
}
#menu-1py .dropdown-item,
#menu-1py .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1py .link:hover,
#menu-1py .link:focus {
  color: #f1c40f;
}
#menu-1py .dropdown-item:hover::before,
#menu-1py .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1py .dropdown-item:hover,
#menu-1py .dropdown-item:focus {
  color: #ffffff;
}
#menu-1py .link[aria-expanded="true"],
#menu-1py .dropdown-menu {
  background: #1a242f;
}
#menu-1py .nav-dropdown-sm .link:focus,
#menu-1py .nav-dropdown-sm .link:hover,
#menu-1py .nav-dropdown-sm .dropdown-item:focus,
#menu-1py .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1py .navbar,
#menu-1py .nav-dropdown-sm,
#menu-1py .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1py .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1py .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1py .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1py .bg-color.transparent.opened .link:hover,
#menu-1py .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1py .link[aria-expanded="true"],
#menu-1py .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1pz .mbr-section-title {
  font-size: 36px;
}
#content3-1q0 .mbr-section-title,
#content3-1q0 .mbr-section-subtitle {
  text-align: center;
}
#content1-1q1 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1q3 .mbr-section-subtitle,
#footer1-1q3 .mbr-section-text {
  color: #fff;
}
#footer1-1q3 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1q3 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1q3 I {
  text-align: left;
}
#footer1-1q3 B {
  font-size: 24px;
}
#footer1-1q3 SPAN {
  font-size: 22px;
}
#menu-1q5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1q5 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1q5 .navbar-toggler {
  color: #ffffff;
}
#menu-1q5 .close-icon::before,
#menu-1q5 .close-icon::after {
  background-color: #ffffff;
}
#menu-1q5 .link,
#menu-1q5 .dropdown-item {
  color: #ffffff;
}
#menu-1q5 .link {
  font-size: 0.75rem;
}
#menu-1q5 .dropdown-item,
#menu-1q5 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1q5 .link:hover,
#menu-1q5 .link:focus {
  color: #f1c40f;
}
#menu-1q5 .dropdown-item:hover::before,
#menu-1q5 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1q5 .dropdown-item:hover,
#menu-1q5 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1q5 .link[aria-expanded="true"],
#menu-1q5 .dropdown-menu {
  background: #1a242f;
}
#menu-1q5 .nav-dropdown-sm .link:focus,
#menu-1q5 .nav-dropdown-sm .link:hover,
#menu-1q5 .nav-dropdown-sm .dropdown-item:focus,
#menu-1q5 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1q5 .navbar,
#menu-1q5 .nav-dropdown-sm,
#menu-1q5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1q5 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1q5 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1q5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1q5 .bg-color.transparent.opened .link:hover,
#menu-1q5 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1q5 .link[aria-expanded="true"],
#menu-1q5 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1q6 .mbr-section-title {
  font-size: 36px;
}
#content3-1q7 .mbr-section-title,
#content3-1q7 .mbr-section-subtitle {
  text-align: center;
}
#content1-1q8 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1qa .mbr-section-subtitle,
#footer1-1qa .mbr-section-text {
  color: #fff;
}
#footer1-1qa .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1qa P {
  font-size: 16px;
  text-align: left;
}
#footer1-1qa I {
  text-align: left;
}
#footer1-1qa B {
  font-size: 24px;
}
#footer1-1qa SPAN {
  font-size: 22px;
}
#menu-1qc .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1qc .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1qc .navbar-toggler {
  color: #ffffff;
}
#menu-1qc .close-icon::before,
#menu-1qc .close-icon::after {
  background-color: #ffffff;
}
#menu-1qc .link,
#menu-1qc .dropdown-item {
  color: #ffffff;
}
#menu-1qc .link {
  font-size: 0.75rem;
}
#menu-1qc .dropdown-item,
#menu-1qc .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1qc .link:hover,
#menu-1qc .link:focus {
  color: #f1c40f;
}
#menu-1qc .dropdown-item:hover::before,
#menu-1qc .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1qc .dropdown-item:hover,
#menu-1qc .dropdown-item:focus {
  color: #ffffff;
}
#menu-1qc .link[aria-expanded="true"],
#menu-1qc .dropdown-menu {
  background: #1a242f;
}
#menu-1qc .nav-dropdown-sm .link:focus,
#menu-1qc .nav-dropdown-sm .link:hover,
#menu-1qc .nav-dropdown-sm .dropdown-item:focus,
#menu-1qc .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1qc .navbar,
#menu-1qc .nav-dropdown-sm,
#menu-1qc .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1qc .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1qc .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1qc .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1qc .bg-color.transparent.opened .link:hover,
#menu-1qc .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1qc .link[aria-expanded="true"],
#menu-1qc .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1qd .mbr-section-title {
  font-size: 36px;
}
#content3-1qe .mbr-section-title,
#content3-1qe .mbr-section-subtitle {
  text-align: center;
}
#content1-1qf P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1qh .mbr-section-subtitle,
#footer1-1qh .mbr-section-text {
  color: #fff;
}
#footer1-1qh .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1qh P {
  font-size: 16px;
  text-align: left;
}
#footer1-1qh I {
  text-align: left;
}
#footer1-1qh B {
  font-size: 24px;
}
#footer1-1qh SPAN {
  font-size: 22px;
}
#menu-1qj .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1qj .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1qj .navbar-toggler {
  color: #ffffff;
}
#menu-1qj .close-icon::before,
#menu-1qj .close-icon::after {
  background-color: #ffffff;
}
#menu-1qj .link,
#menu-1qj .dropdown-item {
  color: #ffffff;
}
#menu-1qj .link {
  font-size: 0.75rem;
}
#menu-1qj .dropdown-item,
#menu-1qj .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1qj .link:hover,
#menu-1qj .link:focus {
  color: #f1c40f;
}
#menu-1qj .dropdown-item:hover::before,
#menu-1qj .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1qj .dropdown-item:hover,
#menu-1qj .dropdown-item:focus {
  color: #ffffff;
}
#menu-1qj .link[aria-expanded="true"],
#menu-1qj .dropdown-menu {
  background: #1a242f;
}
#menu-1qj .nav-dropdown-sm .link:focus,
#menu-1qj .nav-dropdown-sm .link:hover,
#menu-1qj .nav-dropdown-sm .dropdown-item:focus,
#menu-1qj .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1qj .navbar,
#menu-1qj .nav-dropdown-sm,
#menu-1qj .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1qj .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1qj .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1qj .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1qj .bg-color.transparent.opened .link:hover,
#menu-1qj .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1qj .link[aria-expanded="true"],
#menu-1qj .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1qk .mbr-section-title {
  font-size: 36px;
}
#content3-1ql .mbr-section-title,
#content3-1ql .mbr-section-subtitle {
  text-align: center;
}
#content1-1qm P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1qo .mbr-section-subtitle,
#footer1-1qo .mbr-section-text {
  color: #fff;
}
#footer1-1qo .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1qo P {
  font-size: 16px;
  text-align: left;
}
#footer1-1qo I {
  text-align: left;
}
#footer1-1qo B {
  font-size: 24px;
}
#footer1-1qo SPAN {
  font-size: 22px;
}
#menu-1qq .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1qq .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1qq .navbar-toggler {
  color: #ffffff;
}
#menu-1qq .close-icon::before,
#menu-1qq .close-icon::after {
  background-color: #ffffff;
}
#menu-1qq .link,
#menu-1qq .dropdown-item {
  color: #ffffff;
}
#menu-1qq .link {
  font-size: 0.75rem;
}
#menu-1qq .dropdown-item,
#menu-1qq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1qq .link:hover,
#menu-1qq .link:focus {
  color: #f1c40f;
}
#menu-1qq .dropdown-item:hover::before,
#menu-1qq .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1qq .dropdown-item:hover,
#menu-1qq .dropdown-item:focus {
  color: #ffffff;
}
#menu-1qq .link[aria-expanded="true"],
#menu-1qq .dropdown-menu {
  background: #1a242f;
}
#menu-1qq .nav-dropdown-sm .link:focus,
#menu-1qq .nav-dropdown-sm .link:hover,
#menu-1qq .nav-dropdown-sm .dropdown-item:focus,
#menu-1qq .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1qq .navbar,
#menu-1qq .nav-dropdown-sm,
#menu-1qq .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1qq .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1qq .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1qq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1qq .bg-color.transparent.opened .link:hover,
#menu-1qq .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1qq .link[aria-expanded="true"],
#menu-1qq .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1qr .mbr-section-title {
  font-size: 36px;
}
#content3-1qs .mbr-section-title,
#content3-1qs .mbr-section-subtitle {
  text-align: center;
}
#content1-1qt P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1qv .mbr-section-subtitle,
#footer1-1qv .mbr-section-text {
  color: #fff;
}
#footer1-1qv .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1qv P {
  font-size: 16px;
  text-align: left;
}
#footer1-1qv I {
  text-align: left;
}
#footer1-1qv B {
  font-size: 24px;
}
#footer1-1qv SPAN {
  font-size: 22px;
}
#menu-1qx .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1qx .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1qx .navbar-toggler {
  color: #ffffff;
}
#menu-1qx .close-icon::before,
#menu-1qx .close-icon::after {
  background-color: #ffffff;
}
#menu-1qx .link,
#menu-1qx .dropdown-item {
  color: #ffffff;
}
#menu-1qx .link {
  font-size: 0.75rem;
}
#menu-1qx .dropdown-item,
#menu-1qx .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1qx .link:hover,
#menu-1qx .link:focus {
  color: #f1c40f;
}
#menu-1qx .dropdown-item:hover::before,
#menu-1qx .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1qx .dropdown-item:hover,
#menu-1qx .dropdown-item:focus {
  color: #ffffff;
}
#menu-1qx .link[aria-expanded="true"],
#menu-1qx .dropdown-menu {
  background: #1a242f;
}
#menu-1qx .nav-dropdown-sm .link:focus,
#menu-1qx .nav-dropdown-sm .link:hover,
#menu-1qx .nav-dropdown-sm .dropdown-item:focus,
#menu-1qx .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1qx .navbar,
#menu-1qx .nav-dropdown-sm,
#menu-1qx .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1qx .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1qx .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1qx .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1qx .bg-color.transparent.opened .link:hover,
#menu-1qx .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1qx .link[aria-expanded="true"],
#menu-1qx .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1qy .mbr-section-title {
  font-size: 36px;
}
#content3-1qz .mbr-section-title,
#content3-1qz .mbr-section-subtitle {
  text-align: center;
}
#content1-1r0 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1r2 .mbr-section-subtitle,
#footer1-1r2 .mbr-section-text {
  color: #fff;
}
#footer1-1r2 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1r2 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1r2 I {
  text-align: left;
}
#footer1-1r2 B {
  font-size: 24px;
}
#footer1-1r2 SPAN {
  font-size: 22px;
}
#menu-1r4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1r4 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1r4 .navbar-toggler {
  color: #ffffff;
}
#menu-1r4 .close-icon::before,
#menu-1r4 .close-icon::after {
  background-color: #ffffff;
}
#menu-1r4 .link,
#menu-1r4 .dropdown-item {
  color: #ffffff;
}
#menu-1r4 .link {
  font-size: 0.75rem;
}
#menu-1r4 .dropdown-item,
#menu-1r4 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1r4 .link:hover,
#menu-1r4 .link:focus {
  color: #f1c40f;
}
#menu-1r4 .dropdown-item:hover::before,
#menu-1r4 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1r4 .dropdown-item:hover,
#menu-1r4 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1r4 .link[aria-expanded="true"],
#menu-1r4 .dropdown-menu {
  background: #1a242f;
}
#menu-1r4 .nav-dropdown-sm .link:focus,
#menu-1r4 .nav-dropdown-sm .link:hover,
#menu-1r4 .nav-dropdown-sm .dropdown-item:focus,
#menu-1r4 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1r4 .navbar,
#menu-1r4 .nav-dropdown-sm,
#menu-1r4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1r4 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1r4 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1r4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1r4 .bg-color.transparent.opened .link:hover,
#menu-1r4 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1r4 .link[aria-expanded="true"],
#menu-1r4 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1r5 .mbr-section-title {
  font-size: 36px;
}
#content3-1r6 .mbr-section-title,
#content3-1r6 .mbr-section-subtitle {
  text-align: center;
}
#content1-1r7 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1r9 .mbr-section-subtitle,
#footer1-1r9 .mbr-section-text {
  color: #fff;
}
#footer1-1r9 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1r9 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1r9 I {
  text-align: left;
}
#footer1-1r9 B {
  font-size: 24px;
}
#footer1-1r9 SPAN {
  font-size: 22px;
}
#menu-1rb .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1rb .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1rb .navbar-toggler {
  color: #ffffff;
}
#menu-1rb .close-icon::before,
#menu-1rb .close-icon::after {
  background-color: #ffffff;
}
#menu-1rb .link,
#menu-1rb .dropdown-item {
  color: #ffffff;
}
#menu-1rb .link {
  font-size: 0.75rem;
}
#menu-1rb .dropdown-item,
#menu-1rb .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1rb .link:hover,
#menu-1rb .link:focus {
  color: #f1c40f;
}
#menu-1rb .dropdown-item:hover::before,
#menu-1rb .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1rb .dropdown-item:hover,
#menu-1rb .dropdown-item:focus {
  color: #ffffff;
}
#menu-1rb .link[aria-expanded="true"],
#menu-1rb .dropdown-menu {
  background: #1a242f;
}
#menu-1rb .nav-dropdown-sm .link:focus,
#menu-1rb .nav-dropdown-sm .link:hover,
#menu-1rb .nav-dropdown-sm .dropdown-item:focus,
#menu-1rb .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1rb .navbar,
#menu-1rb .nav-dropdown-sm,
#menu-1rb .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1rb .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1rb .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1rb .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1rb .bg-color.transparent.opened .link:hover,
#menu-1rb .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1rb .link[aria-expanded="true"],
#menu-1rb .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1rc .mbr-section-title {
  font-size: 36px;
}
#content3-1rd .mbr-section-title,
#content3-1rd .mbr-section-subtitle {
  text-align: center;
}
#content1-1re P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1rg .mbr-section-subtitle,
#footer1-1rg .mbr-section-text {
  color: #fff;
}
#footer1-1rg .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1rg P {
  font-size: 16px;
  text-align: left;
}
#footer1-1rg I {
  text-align: left;
}
#footer1-1rg B {
  font-size: 24px;
}
#footer1-1rg SPAN {
  font-size: 22px;
}
#menu-1ri .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ri .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1ri .navbar-toggler {
  color: #ffffff;
}
#menu-1ri .close-icon::before,
#menu-1ri .close-icon::after {
  background-color: #ffffff;
}
#menu-1ri .link,
#menu-1ri .dropdown-item {
  color: #ffffff;
}
#menu-1ri .link {
  font-size: 0.75rem;
}
#menu-1ri .dropdown-item,
#menu-1ri .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1ri .link:hover,
#menu-1ri .link:focus {
  color: #f1c40f;
}
#menu-1ri .dropdown-item:hover::before,
#menu-1ri .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1ri .dropdown-item:hover,
#menu-1ri .dropdown-item:focus {
  color: #ffffff;
}
#menu-1ri .link[aria-expanded="true"],
#menu-1ri .dropdown-menu {
  background: #1a242f;
}
#menu-1ri .nav-dropdown-sm .link:focus,
#menu-1ri .nav-dropdown-sm .link:hover,
#menu-1ri .nav-dropdown-sm .dropdown-item:focus,
#menu-1ri .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1ri .navbar,
#menu-1ri .nav-dropdown-sm,
#menu-1ri .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ri .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1ri .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1ri .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ri .bg-color.transparent.opened .link:hover,
#menu-1ri .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1ri .link[aria-expanded="true"],
#menu-1ri .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1rj .mbr-section-title {
  font-size: 36px;
}
#content3-1rk .mbr-section-title,
#content3-1rk .mbr-section-subtitle {
  text-align: center;
}
#content1-1rl P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1rn .mbr-section-subtitle,
#footer1-1rn .mbr-section-text {
  color: #fff;
}
#footer1-1rn .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1rn P {
  font-size: 16px;
  text-align: left;
}
#footer1-1rn I {
  text-align: left;
}
#footer1-1rn B {
  font-size: 24px;
}
#footer1-1rn SPAN {
  font-size: 22px;
}
#menu-1rp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1rp .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1rp .navbar-toggler {
  color: #ffffff;
}
#menu-1rp .close-icon::before,
#menu-1rp .close-icon::after {
  background-color: #ffffff;
}
#menu-1rp .link,
#menu-1rp .dropdown-item {
  color: #ffffff;
}
#menu-1rp .link {
  font-size: 0.75rem;
}
#menu-1rp .dropdown-item,
#menu-1rp .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1rp .link:hover,
#menu-1rp .link:focus {
  color: #f1c40f;
}
#menu-1rp .dropdown-item:hover::before,
#menu-1rp .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1rp .dropdown-item:hover,
#menu-1rp .dropdown-item:focus {
  color: #ffffff;
}
#menu-1rp .link[aria-expanded="true"],
#menu-1rp .dropdown-menu {
  background: #1a242f;
}
#menu-1rp .nav-dropdown-sm .link:focus,
#menu-1rp .nav-dropdown-sm .link:hover,
#menu-1rp .nav-dropdown-sm .dropdown-item:focus,
#menu-1rp .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1rp .navbar,
#menu-1rp .nav-dropdown-sm,
#menu-1rp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1rp .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1rp .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1rp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1rp .bg-color.transparent.opened .link:hover,
#menu-1rp .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1rp .link[aria-expanded="true"],
#menu-1rp .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1rq .mbr-section-title {
  font-size: 36px;
}
#content3-1rr .mbr-section-title,
#content3-1rr .mbr-section-subtitle {
  text-align: center;
}
#content1-1rs P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1ru .mbr-section-subtitle,
#footer1-1ru .mbr-section-text {
  color: #fff;
}
#footer1-1ru .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1ru P {
  font-size: 16px;
  text-align: left;
}
#footer1-1ru I {
  text-align: left;
}
#footer1-1ru B {
  font-size: 24px;
}
#footer1-1ru SPAN {
  font-size: 22px;
}
#menu-1rw .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1rw .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1rw .navbar-toggler {
  color: #ffffff;
}
#menu-1rw .close-icon::before,
#menu-1rw .close-icon::after {
  background-color: #ffffff;
}
#menu-1rw .link,
#menu-1rw .dropdown-item {
  color: #ffffff;
}
#menu-1rw .link {
  font-size: 0.75rem;
}
#menu-1rw .dropdown-item,
#menu-1rw .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1rw .link:hover,
#menu-1rw .link:focus {
  color: #f1c40f;
}
#menu-1rw .dropdown-item:hover::before,
#menu-1rw .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1rw .dropdown-item:hover,
#menu-1rw .dropdown-item:focus {
  color: #ffffff;
}
#menu-1rw .link[aria-expanded="true"],
#menu-1rw .dropdown-menu {
  background: #1a242f;
}
#menu-1rw .nav-dropdown-sm .link:focus,
#menu-1rw .nav-dropdown-sm .link:hover,
#menu-1rw .nav-dropdown-sm .dropdown-item:focus,
#menu-1rw .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1rw .navbar,
#menu-1rw .nav-dropdown-sm,
#menu-1rw .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1rw .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1rw .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1rw .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1rw .bg-color.transparent.opened .link:hover,
#menu-1rw .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1rw .link[aria-expanded="true"],
#menu-1rw .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1rx .mbr-section-title {
  font-size: 36px;
}
#content3-1ry .mbr-section-title,
#content3-1ry .mbr-section-subtitle {
  text-align: center;
}
#content1-1rz P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1s1 .mbr-section-subtitle,
#footer1-1s1 .mbr-section-text {
  color: #fff;
}
#footer1-1s1 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1s1 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1s1 I {
  text-align: left;
}
#footer1-1s1 B {
  font-size: 24px;
}
#footer1-1s1 SPAN {
  font-size: 22px;
}
#menu-1s3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1s3 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1s3 .navbar-toggler {
  color: #ffffff;
}
#menu-1s3 .close-icon::before,
#menu-1s3 .close-icon::after {
  background-color: #ffffff;
}
#menu-1s3 .link,
#menu-1s3 .dropdown-item {
  color: #ffffff;
}
#menu-1s3 .link {
  font-size: 0.75rem;
}
#menu-1s3 .dropdown-item,
#menu-1s3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1s3 .link:hover,
#menu-1s3 .link:focus {
  color: #f1c40f;
}
#menu-1s3 .dropdown-item:hover::before,
#menu-1s3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1s3 .dropdown-item:hover,
#menu-1s3 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1s3 .link[aria-expanded="true"],
#menu-1s3 .dropdown-menu {
  background: #1a242f;
}
#menu-1s3 .nav-dropdown-sm .link:focus,
#menu-1s3 .nav-dropdown-sm .link:hover,
#menu-1s3 .nav-dropdown-sm .dropdown-item:focus,
#menu-1s3 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1s3 .navbar,
#menu-1s3 .nav-dropdown-sm,
#menu-1s3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1s3 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1s3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1s3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1s3 .bg-color.transparent.opened .link:hover,
#menu-1s3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1s3 .link[aria-expanded="true"],
#menu-1s3 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1s4 .mbr-section-title {
  font-size: 36px;
}
#content3-1s5 .mbr-section-title,
#content3-1s5 .mbr-section-subtitle {
  text-align: center;
}
#content1-1s6 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1s8 .mbr-section-subtitle,
#footer1-1s8 .mbr-section-text {
  color: #fff;
}
#footer1-1s8 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1s8 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1s8 I {
  text-align: left;
}
#footer1-1s8 B {
  font-size: 24px;
}
#footer1-1s8 SPAN {
  font-size: 22px;
}
#menu-1sa .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1sa .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1sa .navbar-toggler {
  color: #ffffff;
}
#menu-1sa .close-icon::before,
#menu-1sa .close-icon::after {
  background-color: #ffffff;
}
#menu-1sa .link,
#menu-1sa .dropdown-item {
  color: #ffffff;
}
#menu-1sa .link {
  font-size: 0.75rem;
}
#menu-1sa .dropdown-item,
#menu-1sa .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1sa .link:hover,
#menu-1sa .link:focus {
  color: #f1c40f;
}
#menu-1sa .dropdown-item:hover::before,
#menu-1sa .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1sa .dropdown-item:hover,
#menu-1sa .dropdown-item:focus {
  color: #ffffff;
}
#menu-1sa .link[aria-expanded="true"],
#menu-1sa .dropdown-menu {
  background: #1a242f;
}
#menu-1sa .nav-dropdown-sm .link:focus,
#menu-1sa .nav-dropdown-sm .link:hover,
#menu-1sa .nav-dropdown-sm .dropdown-item:focus,
#menu-1sa .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1sa .navbar,
#menu-1sa .nav-dropdown-sm,
#menu-1sa .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1sa .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1sa .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1sa .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1sa .bg-color.transparent.opened .link:hover,
#menu-1sa .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1sa .link[aria-expanded="true"],
#menu-1sa .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1sb .mbr-section-title {
  font-size: 36px;
}
#content3-1sc .mbr-section-title,
#content3-1sc .mbr-section-subtitle {
  text-align: center;
}
#content1-1sd P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1sf .mbr-section-subtitle,
#footer1-1sf .mbr-section-text {
  color: #fff;
}
#footer1-1sf .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1sf P {
  font-size: 16px;
  text-align: left;
}
#footer1-1sf I {
  text-align: left;
}
#footer1-1sf B {
  font-size: 24px;
}
#footer1-1sf SPAN {
  font-size: 22px;
}
#menu-1sh .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1sh .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1sh .navbar-toggler {
  color: #ffffff;
}
#menu-1sh .close-icon::before,
#menu-1sh .close-icon::after {
  background-color: #ffffff;
}
#menu-1sh .link,
#menu-1sh .dropdown-item {
  color: #ffffff;
}
#menu-1sh .link {
  font-size: 0.75rem;
}
#menu-1sh .dropdown-item,
#menu-1sh .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1sh .link:hover,
#menu-1sh .link:focus {
  color: #f1c40f;
}
#menu-1sh .dropdown-item:hover::before,
#menu-1sh .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1sh .dropdown-item:hover,
#menu-1sh .dropdown-item:focus {
  color: #ffffff;
}
#menu-1sh .link[aria-expanded="true"],
#menu-1sh .dropdown-menu {
  background: #1a242f;
}
#menu-1sh .nav-dropdown-sm .link:focus,
#menu-1sh .nav-dropdown-sm .link:hover,
#menu-1sh .nav-dropdown-sm .dropdown-item:focus,
#menu-1sh .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1sh .navbar,
#menu-1sh .nav-dropdown-sm,
#menu-1sh .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1sh .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1sh .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1sh .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1sh .bg-color.transparent.opened .link:hover,
#menu-1sh .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1sh .link[aria-expanded="true"],
#menu-1sh .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1si .mbr-section-title {
  font-size: 36px;
}
#content3-1sj .mbr-section-title,
#content3-1sj .mbr-section-subtitle {
  text-align: center;
}
#content1-1sk P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1sm .mbr-section-subtitle,
#footer1-1sm .mbr-section-text {
  color: #fff;
}
#footer1-1sm .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1sm P {
  font-size: 16px;
  text-align: left;
}
#footer1-1sm I {
  text-align: left;
}
#footer1-1sm B {
  font-size: 24px;
}
#footer1-1sm SPAN {
  font-size: 22px;
}
#menu-1so .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1so .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1so .navbar-toggler {
  color: #ffffff;
}
#menu-1so .close-icon::before,
#menu-1so .close-icon::after {
  background-color: #ffffff;
}
#menu-1so .link,
#menu-1so .dropdown-item {
  color: #ffffff;
}
#menu-1so .link {
  font-size: 0.75rem;
}
#menu-1so .dropdown-item,
#menu-1so .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1so .link:hover,
#menu-1so .link:focus {
  color: #f1c40f;
}
#menu-1so .dropdown-item:hover::before,
#menu-1so .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1so .dropdown-item:hover,
#menu-1so .dropdown-item:focus {
  color: #ffffff;
}
#menu-1so .link[aria-expanded="true"],
#menu-1so .dropdown-menu {
  background: #1a242f;
}
#menu-1so .nav-dropdown-sm .link:focus,
#menu-1so .nav-dropdown-sm .link:hover,
#menu-1so .nav-dropdown-sm .dropdown-item:focus,
#menu-1so .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1so .navbar,
#menu-1so .nav-dropdown-sm,
#menu-1so .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1so .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1so .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1so .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1so .bg-color.transparent.opened .link:hover,
#menu-1so .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1so .link[aria-expanded="true"],
#menu-1so .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1sp .mbr-section-title {
  font-size: 36px;
}
#content3-1sq .mbr-section-title,
#content3-1sq .mbr-section-subtitle {
  text-align: center;
}
#content1-1sr P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1st .mbr-section-subtitle,
#footer1-1st .mbr-section-text {
  color: #fff;
}
#footer1-1st .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1st P {
  font-size: 16px;
  text-align: left;
}
#footer1-1st I {
  text-align: left;
}
#footer1-1st B {
  font-size: 24px;
}
#footer1-1st SPAN {
  font-size: 22px;
}
#menu-1sv .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1sv .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1sv .navbar-toggler {
  color: #ffffff;
}
#menu-1sv .close-icon::before,
#menu-1sv .close-icon::after {
  background-color: #ffffff;
}
#menu-1sv .link,
#menu-1sv .dropdown-item {
  color: #ffffff;
}
#menu-1sv .link {
  font-size: 0.75rem;
}
#menu-1sv .dropdown-item,
#menu-1sv .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1sv .link:hover,
#menu-1sv .link:focus {
  color: #f1c40f;
}
#menu-1sv .dropdown-item:hover::before,
#menu-1sv .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1sv .dropdown-item:hover,
#menu-1sv .dropdown-item:focus {
  color: #ffffff;
}
#menu-1sv .link[aria-expanded="true"],
#menu-1sv .dropdown-menu {
  background: #1a242f;
}
#menu-1sv .nav-dropdown-sm .link:focus,
#menu-1sv .nav-dropdown-sm .link:hover,
#menu-1sv .nav-dropdown-sm .dropdown-item:focus,
#menu-1sv .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1sv .navbar,
#menu-1sv .nav-dropdown-sm,
#menu-1sv .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1sv .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1sv .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1sv .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1sv .bg-color.transparent.opened .link:hover,
#menu-1sv .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1sv .link[aria-expanded="true"],
#menu-1sv .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-1sw .mbr-section-title {
  font-size: 36px;
}
#content3-1sx .mbr-section-title,
#content3-1sx .mbr-section-subtitle {
  text-align: center;
}
#content1-1sy P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-1t0 .mbr-section-subtitle,
#footer1-1t0 .mbr-section-text {
  color: #fff;
}
#footer1-1t0 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1t0 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1t0 I {
  text-align: left;
}
#footer1-1t0 B {
  font-size: 24px;
}
#footer1-1t0 SPAN {
  font-size: 22px;
}
#menu-1tm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1tm .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1tm .navbar-toggler {
  color: #ffffff;
}
#menu-1tm .close-icon::before,
#menu-1tm .close-icon::after {
  background-color: #ffffff;
}
#menu-1tm .link,
#menu-1tm .dropdown-item {
  color: #ffffff;
}
#menu-1tm .link {
  font-size: 0.75rem;
}
#menu-1tm .dropdown-item,
#menu-1tm .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1tm .link:hover,
#menu-1tm .link:focus {
  color: #f1c40f;
}
#menu-1tm .dropdown-item:hover::before,
#menu-1tm .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1tm .dropdown-item:hover,
#menu-1tm .dropdown-item:focus {
  color: #ffffff;
}
#menu-1tm .link[aria-expanded="true"],
#menu-1tm .dropdown-menu {
  background: #1a242f;
}
#menu-1tm .nav-dropdown-sm .link:focus,
#menu-1tm .nav-dropdown-sm .link:hover,
#menu-1tm .nav-dropdown-sm .dropdown-item:focus,
#menu-1tm .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1tm .navbar,
#menu-1tm .nav-dropdown-sm,
#menu-1tm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1tm .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1tm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1tm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1tm .bg-color.transparent.opened .link:hover,
#menu-1tm .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1tm .link[aria-expanded="true"],
#menu-1tm .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content1-1tp P {
  color: #000000;
  font-size: 18px;
}
#buttons1-1tq .btn {
  font-size: 24px;
}
#features9-1tr P {
  color: #000000;
  font-size: 18px;
}
#features9-1ts P {
  color: #000000;
  font-size: 18px;
}
#content2-1tt BLOCKQUOTE {
  font-size: 48px;
}
#features10-1tu .lead {
  color: #ffffff;
}
#features10-1tu .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1tu .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1tu .imgTitle {
  font-size: 22px;
}
#features10-1tu .mbr-section-text {
  font-size: 18px;
}
#features10-1tv .lead {
  color: #ffffff;
}
#features10-1tv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1tv .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1tv .imgTitle {
  font-size: 22px;
}
#features10-1tv .mbr-section-text {
  font-size: 18px;
}
#features10-1tw .lead {
  color: #ffffff;
}
#features10-1tw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1tw .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1tw .imgTitle {
  font-size: 22px;
}
#features10-1tw .mbr-section-text {
  font-size: 18px;
}
#features10-1tx .lead {
  color: #ffffff;
}
#features10-1tx .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1tx .mbr-section-title {
  color: #ffffff;
}
#features10-1tx .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1tx .mbr-section-text {
  font-size: 18px;
}
#features10-1ty .lead {
  color: #ffffff;
}
#features10-1ty .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ty .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ty .imgTitle {
  font-size: 22px;
}
#features10-1ty .mbr-section-text {
  font-size: 18px;
}
#features10-1tz .lead {
  color: #ffffff;
}
#features10-1tz .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1tz .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1tz .imgTitle {
  font-size: 22px;
}
#features10-1tz .mbr-section-text {
  font-size: 18px;
}
#features10-1u0 .lead {
  color: #ffffff;
}
#features10-1u0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1u0 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1u0 .imgTitle {
  font-size: 22px;
}
#features10-1u0 .mbr-section-text {
  font-size: 18px;
}
#features10-1u1 .lead {
  color: #ffffff;
}
#features10-1u1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1u1 .mbr-section-title {
  color: #ffffff;
}
#features10-1u1 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1u1 .mbr-section-text {
  font-size: 18px;
}
#content2-1u2 BLOCKQUOTE {
  font-size: 48px;
}
#features10-1u3 .lead {
  color: #ffffff;
}
#features10-1u3 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1u3 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1u3 .imgTitle {
  font-size: 22px;
}
#features10-1u3 .mbr-section-text {
  font-size: 18px;
}
#features10-1u4 .lead {
  color: #ffffff;
}
#features10-1u4 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1u4 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1u4 .imgTitle {
  font-size: 22px;
}
#features10-1u4 .mbr-section-text {
  font-size: 18px;
}
#features10-1u5 .lead {
  color: #ffffff;
}
#features10-1u5 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1u5 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1u5 .imgTitle {
  font-size: 22px;
}
#features10-1u5 .mbr-section-text {
  font-size: 18px;
}
#features10-1u6 .lead {
  color: #ffffff;
}
#features10-1u6 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1u6 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1u6 .imgTitle {
  font-size: 22px;
}
#features10-1u6 .mbr-section-text {
  font-size: 18px;
}
#features10-1u7 .lead {
  color: #ffffff;
}
#features10-1u7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1u7 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1u7 .imgTitle {
  font-size: 22px;
}
#features10-1u7 .mbr-section-text {
  font-size: 18px;
}
#features10-1u8 .lead {
  color: #ffffff;
}
#features10-1u8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1u8 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1u8 .imgTitle {
  font-size: 22px;
}
#features10-1u8 .mbr-section-text {
  font-size: 18px;
}
#features10-1u9 .lead {
  color: #ffffff;
}
#features10-1u9 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1u9 .mbr-section-title {
  color: #ffffff;
}
#features10-1u9 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1u9 .mbr-section-text {
  font-size: 18px;
}
#features10-1ua .lead {
  color: #ffffff;
}
#features10-1ua .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ua .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ua .imgTitle {
  font-size: 22px;
}
#features10-1ua .mbr-section-text {
  font-size: 18px;
}
#features10-1ub .lead {
  color: #ffffff;
}
#features10-1ub .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ub .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ub .imgTitle {
  font-size: 22px;
}
#features10-1ub .mbr-section-text {
  font-size: 18px;
}
#content2-1uc BLOCKQUOTE {
  font-size: 48px;
}
#features10-1ud .lead {
  color: #ffffff;
}
#features10-1ud .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ud .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ud .imgTitle {
  font-size: 22px;
}
#features10-1ud .mbr-section-text {
  font-size: 18px;
}
#features10-1ue .lead {
  color: #ffffff;
}
#features10-1ue .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ue .mbr-section-title {
  color: #ffffff;
}
#features10-1ue .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ue .mbr-section-text {
  font-size: 18px;
}
#features10-1uf .lead {
  color: #ffffff;
}
#features10-1uf .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uf .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uf .imgTitle {
  font-size: 22px;
}
#features10-1uf .mbr-section-text {
  font-size: 18px;
}
#features10-1ug .lead {
  color: #ffffff;
}
#features10-1ug .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ug .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ug .imgTitle {
  font-size: 22px;
}
#features10-1ug .mbr-section-text {
  font-size: 18px;
}
#features10-1uh .lead {
  color: #ffffff;
}
#features10-1uh .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uh .mbr-section-title {
  color: #ffffff;
}
#features10-1uh .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uh .mbr-section-text {
  font-size: 18px;
}
#features10-1ui .lead {
  color: #ffffff;
}
#features10-1ui .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ui .mbr-section-title {
  color: #ffffff;
}
#features10-1ui .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ui .mbr-section-text {
  font-size: 18px;
}
#features10-1uj .lead {
  color: #ffffff;
}
#features10-1uj .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uj .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uj .imgTitle {
  font-size: 22px;
}
#features10-1uj .mbr-section-text {
  font-size: 18px;
}
#features10-1uk .lead {
  color: #ffffff;
}
#features10-1uk .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uk .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uk .imgTitle {
  font-size: 22px;
}
#features10-1uk .mbr-section-text {
  font-size: 18px;
}
#features10-1ul .lead {
  color: #ffffff;
}
#features10-1ul .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ul .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ul .imgTitle {
  font-size: 22px;
}
#features10-1ul .mbr-section-text {
  font-size: 18px;
}
#features10-1um .lead {
  color: #ffffff;
}
#features10-1um .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1um .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1um .imgTitle {
  font-size: 22px;
}
#features10-1um .mbr-section-text {
  font-size: 18px;
}
#features10-1un .lead {
  color: #ffffff;
}
#features10-1un .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1un .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1un .imgTitle {
  font-size: 22px;
}
#features10-1un .mbr-section-text {
  font-size: 18px;
}
#features10-1uo .lead {
  color: #ffffff;
}
#features10-1uo .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uo .mbr-section-title {
  color: #ffffff;
}
#features10-1uo .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uo .mbr-section-text {
  font-size: 18px;
}
#content2-1up BLOCKQUOTE {
  font-size: 48px;
}
#features10-1uq .lead {
  color: #ffffff;
}
#features10-1uq .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uq .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uq .imgTitle {
  font-size: 22px;
}
#features10-1uq .mbr-section-text {
  font-size: 18px;
}
#features10-1ur .lead {
  color: #ffffff;
}
#features10-1ur .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ur .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ur .imgTitle {
  font-size: 22px;
}
#features10-1ur .mbr-section-text {
  font-size: 18px;
}
#features10-1us .lead {
  color: #ffffff;
}
#features10-1us .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1us .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1us .imgTitle {
  font-size: 22px;
}
#features10-1us .mbr-section-text {
  font-size: 18px;
}
#features10-1ut .lead {
  color: #ffffff;
}
#features10-1ut .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ut .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ut .imgTitle {
  font-size: 22px;
}
#features10-1ut .mbr-section-text {
  font-size: 18px;
}
#features10-1uu .lead {
  color: #ffffff;
}
#features10-1uu .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uu .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uu .imgTitle {
  font-size: 22px;
}
#features10-1uu .mbr-section-text {
  font-size: 18px;
}
#features10-1uv .lead {
  color: #ffffff;
}
#features10-1uv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uv .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uv .imgTitle {
  font-size: 22px;
}
#features10-1uv .mbr-section-text {
  font-size: 18px;
}
#features10-1uw .lead {
  color: #ffffff;
}
#features10-1uw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uw .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uw .imgTitle {
  font-size: 22px;
}
#features10-1uw .mbr-section-text {
  font-size: 18px;
}
#features10-1ux .lead {
  color: #ffffff;
}
#features10-1ux .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ux .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ux .imgTitle {
  font-size: 22px;
}
#features10-1ux .mbr-section-text {
  font-size: 18px;
}
#features10-1uy .lead {
  color: #ffffff;
}
#features10-1uy .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uy .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uy .imgTitle {
  font-size: 22px;
}
#features10-1uy .mbr-section-text {
  font-size: 18px;
}
#features10-1uz .lead {
  color: #ffffff;
}
#features10-1uz .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1uz .mbr-section-title {
  color: #ffffff;
}
#features10-1uz .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1uz .mbr-section-text {
  font-size: 18px;
}
#features10-1v0 .lead {
  color: #ffffff;
}
#features10-1v0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1v0 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1v0 .imgTitle {
  font-size: 22px;
}
#features10-1v0 .mbr-section-text {
  font-size: 18px;
}
#content2-1v1 BLOCKQUOTE {
  font-size: 48px;
}
#features10-1v2 .lead {
  color: #ffffff;
}
#features10-1v2 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1v2 .mbr-section-title {
  color: #ffffff;
}
#features10-1v2 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1v2 .mbr-section-text {
  font-size: 18px;
}
#features10-1v3 .lead {
  color: #ffffff;
}
#features10-1v3 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1v3 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1v3 .imgTitle {
  font-size: 22px;
}
#features10-1v3 .mbr-section-text {
  font-size: 18px;
}
#features10-1v4 .lead {
  color: #ffffff;
}
#features10-1v4 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1v4 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1v4 .imgTitle {
  font-size: 22px;
}
#features10-1v4 .mbr-section-text {
  font-size: 18px;
}
#features10-1v5 .lead {
  color: #ffffff;
}
#features10-1v5 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1v5 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1v5 .imgTitle {
  font-size: 22px;
}
#features10-1v5 .mbr-section-text {
  font-size: 18px;
}
#features10-1v6 .lead {
  color: #ffffff;
}
#features10-1v6 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1v6 .mbr-section-title {
  color: #ffffff;
}
#features10-1v6 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1v6 .mbr-section-text {
  font-size: 18px;
}
#features10-1v7 .lead {
  color: #ffffff;
}
#features10-1v7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1v7 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1v7 .imgTitle {
  font-size: 22px;
}
#features10-1v7 .mbr-section-text {
  font-size: 18px;
}
#features10-1v8 .lead {
  color: #ffffff;
}
#features10-1v8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1v8 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1v8 .imgTitle {
  font-size: 22px;
}
#features10-1v8 .mbr-section-text {
  font-size: 18px;
}
#features10-1v9 .lead {
  color: #ffffff;
}
#features10-1v9 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1v9 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1v9 .imgTitle {
  font-size: 22px;
}
#features10-1v9 .mbr-section-text {
  font-size: 18px;
}
#features10-1va .lead {
  color: #ffffff;
}
#features10-1va .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1va .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1va .imgTitle {
  font-size: 22px;
}
#features10-1va .mbr-section-text {
  font-size: 18px;
}
#features10-1vb .lead {
  color: #ffffff;
}
#features10-1vb .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vb .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vb .imgTitle {
  font-size: 22px;
}
#features10-1vb .mbr-section-text {
  font-size: 18px;
}
#features10-1vc .lead {
  color: #ffffff;
}
#features10-1vc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vc .mbr-section-title {
  color: #ffffff;
}
#features10-1vc .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vc .mbr-section-text {
  font-size: 18px;
}
#content2-1vd BLOCKQUOTE {
  font-size: 48px;
}
#features10-1ve .lead {
  color: #ffffff;
}
#features10-1ve .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ve .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ve .imgTitle {
  font-size: 22px;
}
#features10-1ve .mbr-section-text {
  font-size: 18px;
}
#features10-1vf .lead {
  color: #ffffff;
}
#features10-1vf .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vf .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vf .imgTitle {
  font-size: 22px;
}
#features10-1vf .mbr-section-text {
  font-size: 18px;
}
#features10-1vg .lead {
  color: #ffffff;
}
#features10-1vg .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vg .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vg .imgTitle {
  font-size: 22px;
}
#features10-1vg .mbr-section-text {
  font-size: 18px;
}
#features10-1vh .lead {
  color: #ffffff;
}
#features10-1vh .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vh .mbr-section-title {
  color: #ffffff;
}
#features10-1vh .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vh .mbr-section-text {
  font-size: 18px;
}
#features10-1vi .lead {
  color: #ffffff;
}
#features10-1vi .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vi .mbr-section-title {
  color: #ffffff;
}
#features10-1vi .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vi .mbr-section-text {
  font-size: 18px;
}
#features10-1vj .lead {
  color: #ffffff;
}
#features10-1vj .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vj .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vj .imgTitle {
  font-size: 22px;
}
#features10-1vj .mbr-section-text {
  font-size: 18px;
}
#features10-1vk .lead {
  color: #ffffff;
}
#features10-1vk .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vk .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vk .imgTitle {
  font-size: 22px;
}
#features10-1vk .mbr-section-text {
  font-size: 18px;
}
#features10-1vl .lead {
  color: #ffffff;
}
#features10-1vl .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vl .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vl .imgTitle {
  font-size: 22px;
}
#features10-1vl .mbr-section-text {
  font-size: 18px;
}
#features10-1vm .lead {
  color: #ffffff;
}
#features10-1vm .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vm .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vm .imgTitle {
  font-size: 22px;
}
#features10-1vm .mbr-section-text {
  font-size: 18px;
}
#content2-1vn BLOCKQUOTE {
  font-size: 48px;
}
#features10-1vo .lead {
  color: #ffffff;
}
#features10-1vo .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vo .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vo .imgTitle {
  font-size: 22px;
}
#features10-1vo .mbr-section-text {
  font-size: 18px;
}
#features10-1vp .lead {
  color: #ffffff;
}
#features10-1vp .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vp .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vp .imgTitle {
  font-size: 22px;
}
#features10-1vp .mbr-section-text {
  font-size: 18px;
}
#features10-1vq .lead {
  color: #ffffff;
}
#features10-1vq .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vq .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vq .imgTitle {
  font-size: 22px;
}
#features10-1vq .mbr-section-text {
  font-size: 18px;
}
#features10-1vr .lead {
  color: #ffffff;
}
#features10-1vr .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vr .mbr-section-title {
  color: #ffffff;
}
#features10-1vr .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vr .mbr-section-text {
  font-size: 18px;
}
#features10-1vs .lead {
  color: #ffffff;
}
#features10-1vs .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vs .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vs .imgTitle {
  font-size: 22px;
}
#features10-1vs .mbr-section-text {
  font-size: 18px;
}
#features10-1vt .lead {
  color: #ffffff;
}
#features10-1vt .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vt .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vt .imgTitle {
  font-size: 22px;
}
#features10-1vt .mbr-section-text {
  font-size: 18px;
}
#features10-1vu .lead {
  color: #ffffff;
}
#features10-1vu .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vu .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vu .imgTitle {
  font-size: 22px;
}
#features10-1vu .mbr-section-text {
  font-size: 18px;
}
#features10-1vv .lead {
  color: #ffffff;
}
#features10-1vv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vv .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vv .imgTitle {
  font-size: 22px;
}
#features10-1vv .mbr-section-text {
  font-size: 18px;
}
#features10-1vw .lead {
  color: #ffffff;
}
#features10-1vw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vw .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vw .imgTitle {
  font-size: 22px;
}
#features10-1vw .mbr-section-text {
  font-size: 18px;
}
#features10-1vx .lead {
  color: #ffffff;
}
#features10-1vx .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vx .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vx .imgTitle {
  font-size: 22px;
}
#features10-1vx .mbr-section-text {
  font-size: 18px;
}
#features10-1vy .lead {
  color: #ffffff;
}
#features10-1vy .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1vy .mbr-section-title {
  color: #ffffff;
}
#features10-1vy .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1vy .mbr-section-text {
  font-size: 18px;
}
#content2-1vz BLOCKQUOTE {
  font-size: 48px;
}
#features10-1w0 .lead {
  color: #ffffff;
}
#features10-1w0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1w0 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1w0 .imgTitle {
  font-size: 22px;
}
#features10-1w0 .mbr-section-text {
  font-size: 18px;
}
#features10-1w1 .lead {
  color: #ffffff;
}
#features10-1w1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1w1 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1w1 .imgTitle {
  font-size: 22px;
}
#features10-1w1 .mbr-section-text {
  font-size: 18px;
}
#features10-1w2 .lead {
  color: #ffffff;
}
#features10-1w2 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1w2 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1w2 .imgTitle {
  font-size: 22px;
}
#features10-1w2 .mbr-section-text {
  font-size: 18px;
}
#features10-1w3 .lead {
  color: #ffffff;
}
#features10-1w3 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1w3 .mbr-section-title {
  color: #ffffff;
}
#features10-1w3 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1w3 .mbr-section-text {
  font-size: 18px;
}
#features10-1w4 .lead {
  color: #ffffff;
}
#features10-1w4 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1w4 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1w4 .imgTitle {
  font-size: 22px;
}
#features10-1w4 .mbr-section-text {
  font-size: 18px;
}
#features10-1w5 .lead {
  color: #ffffff;
}
#features10-1w5 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1w5 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1w5 .imgTitle {
  font-size: 22px;
}
#features10-1w5 .mbr-section-text {
  font-size: 18px;
}
#features10-1w6 .lead {
  color: #ffffff;
}
#features10-1w6 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1w6 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1w6 .imgTitle {
  font-size: 22px;
}
#features10-1w6 .mbr-section-text {
  font-size: 18px;
}
#features10-1w7 .lead {
  color: #ffffff;
}
#features10-1w7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1w7 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1w7 .imgTitle {
  font-size: 22px;
}
#features10-1w7 .mbr-section-text {
  font-size: 18px;
}
#features10-1w8 .lead {
  color: #ffffff;
}
#features10-1w8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1w8 .mbr-section-title {
  color: #ffffff;
}
#features10-1w8 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1w8 .mbr-section-text {
  font-size: 18px;
}
#content2-1w9 BLOCKQUOTE {
  font-size: 48px;
}
#features10-1wa .lead {
  color: #ffffff;
}
#features10-1wa .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wa .mbr-section-title {
  color: #ffffff;
}
#features10-1wa .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wa .mbr-section-text {
  font-size: 18px;
}
#features10-1wb .lead {
  color: #ffffff;
}
#features10-1wb .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wb .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wb .imgTitle {
  font-size: 22px;
}
#features10-1wb .mbr-section-text {
  font-size: 18px;
}
#features10-1wc .lead {
  color: #ffffff;
}
#features10-1wc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wc .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wc .imgTitle {
  font-size: 22px;
}
#features10-1wc .mbr-section-text {
  font-size: 18px;
}
#features10-1wd .lead {
  color: #ffffff;
}
#features10-1wd .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wd .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wd .imgTitle {
  font-size: 22px;
}
#features10-1wd .mbr-section-text {
  font-size: 18px;
}
#features10-1we .lead {
  color: #ffffff;
}
#features10-1we .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1we .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1we .imgTitle {
  font-size: 22px;
}
#features10-1we .mbr-section-text {
  font-size: 18px;
}
#features10-1wf .lead {
  color: #ffffff;
}
#features10-1wf .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wf .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wf .imgTitle {
  font-size: 22px;
}
#features10-1wf .mbr-section-text {
  font-size: 18px;
}
#features10-1wg .lead {
  color: #ffffff;
}
#features10-1wg .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wg .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wg .imgTitle {
  font-size: 22px;
}
#features10-1wg .mbr-section-text {
  font-size: 18px;
}
#features10-1wh .lead {
  color: #ffffff;
}
#features10-1wh .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wh .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wh .imgTitle {
  font-size: 22px;
}
#features10-1wh .mbr-section-text {
  font-size: 18px;
}
#features10-1wi .lead {
  color: #ffffff;
}
#features10-1wi .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wi .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wi .imgTitle {
  font-size: 22px;
}
#features10-1wi .mbr-section-text {
  font-size: 18px;
}
#features10-1wj .lead {
  color: #ffffff;
}
#features10-1wj .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wj .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wj .imgTitle {
  font-size: 22px;
}
#features10-1wj .mbr-section-text {
  font-size: 18px;
}
#content2-1wk BLOCKQUOTE {
  font-size: 48px;
}
#features10-1wl .lead {
  color: #ffffff;
}
#features10-1wl .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wl .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wl .imgTitle {
  font-size: 22px;
}
#features10-1wl .mbr-section-text {
  font-size: 18px;
}
#features10-1wm .lead {
  color: #ffffff;
}
#features10-1wm .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wm .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wm .imgTitle {
  font-size: 22px;
}
#features10-1wm .mbr-section-text {
  font-size: 18px;
}
#features10-1wn .lead {
  color: #ffffff;
}
#features10-1wn .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wn .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wn .imgTitle {
  font-size: 22px;
}
#features10-1wn .mbr-section-text {
  font-size: 18px;
}
#features10-1wo .lead {
  color: #ffffff;
}
#features10-1wo .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wo .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wo .imgTitle {
  font-size: 22px;
}
#features10-1wo .mbr-section-text {
  font-size: 18px;
}
#features10-1wp .lead {
  color: #ffffff;
}
#features10-1wp .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wp .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wp .imgTitle {
  font-size: 22px;
}
#features10-1wp .mbr-section-text {
  font-size: 18px;
}
#features10-1wq .lead {
  color: #ffffff;
}
#features10-1wq .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wq .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wq .imgTitle {
  font-size: 22px;
}
#features10-1wq .mbr-section-text {
  font-size: 18px;
}
#features10-1wr .lead {
  color: #ffffff;
}
#features10-1wr .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wr .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wr .imgTitle {
  font-size: 22px;
}
#features10-1wr .mbr-section-text {
  font-size: 18px;
}
#features10-1ws .lead {
  color: #ffffff;
}
#features10-1ws .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ws .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ws .imgTitle {
  font-size: 22px;
}
#features10-1ws .mbr-section-text {
  font-size: 18px;
}
#features10-1wt .lead {
  color: #ffffff;
}
#features10-1wt .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wt .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wt .imgTitle {
  font-size: 22px;
}
#features10-1wt .mbr-section-text {
  font-size: 18px;
}
#features10-1wu .lead {
  color: #ffffff;
}
#features10-1wu .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wu .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wu .imgTitle {
  font-size: 22px;
}
#features10-1wu .mbr-section-text {
  font-size: 18px;
}
#features10-1wv .lead {
  color: #ffffff;
}
#features10-1wv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wv .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wv .imgTitle {
  font-size: 22px;
}
#features10-1wv .mbr-section-text {
  font-size: 18px;
}
#features10-1ww .lead {
  color: #ffffff;
}
#features10-1ww .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ww .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ww .imgTitle {
  font-size: 22px;
}
#features10-1ww .mbr-section-text {
  font-size: 18px;
}
#features10-1wx .lead {
  color: #ffffff;
}
#features10-1wx .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wx .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wx .imgTitle {
  font-size: 22px;
}
#features10-1wx .mbr-section-text {
  font-size: 18px;
}
#features10-1wy .lead {
  color: #ffffff;
}
#features10-1wy .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1wy .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1wy .imgTitle {
  font-size: 22px;
}
#features10-1wy .mbr-section-text {
  font-size: 18px;
}
#content2-1wz BLOCKQUOTE {
  font-size: 48px;
}
#features10-1x0 .lead {
  color: #ffffff;
}
#features10-1x0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1x0 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1x0 .imgTitle {
  font-size: 22px;
}
#features10-1x0 .mbr-section-text {
  font-size: 18px;
}
#features10-1x1 .lead {
  color: #ffffff;
}
#features10-1x1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1x1 .mbr-section-title {
  color: #ffffff;
}
#features10-1x1 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1x1 .mbr-section-text {
  font-size: 18px;
}
#features10-1x2 .lead {
  color: #ffffff;
}
#features10-1x2 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1x2 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1x2 .imgTitle {
  font-size: 22px;
}
#features10-1x2 .mbr-section-text {
  font-size: 18px;
}
#features10-1x3 .lead {
  color: #ffffff;
}
#features10-1x3 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1x3 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1x3 .imgTitle {
  font-size: 22px;
}
#features10-1x3 .mbr-section-text {
  font-size: 18px;
}
#features10-1x4 .lead {
  color: #ffffff;
}
#features10-1x4 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1x4 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1x4 .imgTitle {
  font-size: 22px;
}
#features10-1x4 .mbr-section-text {
  font-size: 18px;
}
#features10-1x5 .lead {
  color: #ffffff;
}
#features10-1x5 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1x5 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1x5 .imgTitle {
  font-size: 22px;
}
#features10-1x5 .mbr-section-text {
  font-size: 18px;
}
#features10-1x6 .lead {
  color: #ffffff;
}
#features10-1x6 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1x6 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1x6 .imgTitle {
  font-size: 22px;
}
#features10-1x6 .mbr-section-text {
  font-size: 18px;
}
#features10-1x7 .lead {
  color: #ffffff;
}
#features10-1x7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1x7 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1x7 .imgTitle {
  font-size: 22px;
}
#features10-1x7 .mbr-section-text {
  font-size: 18px;
}
#features10-1x8 .lead {
  color: #ffffff;
}
#features10-1x8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1x8 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1x8 .imgTitle {
  font-size: 22px;
}
#features10-1x8 .mbr-section-text {
  font-size: 18px;
}
#content2-1x9 BLOCKQUOTE {
  font-size: 48px;
}
#features10-1xa .lead {
  color: #ffffff;
}
#features10-1xa .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xa .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xa .imgTitle {
  font-size: 22px;
}
#features10-1xa .mbr-section-text {
  font-size: 18px;
}
#features10-1xb .lead {
  color: #ffffff;
}
#features10-1xb .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xb .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xb .imgTitle {
  font-size: 22px;
}
#features10-1xb .mbr-section-text {
  font-size: 18px;
}
#features10-1xc .lead {
  color: #ffffff;
}
#features10-1xc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xc .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xc .imgTitle {
  font-size: 22px;
}
#features10-1xc .mbr-section-text {
  font-size: 18px;
}
#features10-1xd .lead {
  color: #ffffff;
}
#features10-1xd .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xd .mbr-section-title {
  color: #ffffff;
}
#features10-1xd .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xd .mbr-section-text {
  font-size: 18px;
}
#features10-1xe .lead {
  color: #ffffff;
}
#features10-1xe .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xe .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xe .imgTitle {
  font-size: 22px;
}
#features10-1xe .mbr-section-text {
  font-size: 18px;
}
#features10-1xf .lead {
  color: #ffffff;
}
#features10-1xf .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xf .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xf .imgTitle {
  font-size: 22px;
}
#features10-1xf .mbr-section-text {
  font-size: 18px;
}
#features10-1xg .lead {
  color: #ffffff;
}
#features10-1xg .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xg .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xg .imgTitle {
  font-size: 22px;
}
#features10-1xg .mbr-section-text {
  font-size: 18px;
}
#features10-1xh .lead {
  color: #ffffff;
}
#features10-1xh .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xh .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xh .imgTitle {
  font-size: 22px;
}
#features10-1xh .mbr-section-text {
  font-size: 18px;
}
#features10-1xi .lead {
  color: #ffffff;
}
#features10-1xi .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xi .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xi .imgTitle {
  font-size: 22px;
}
#features10-1xi .mbr-section-text {
  font-size: 18px;
}
#features10-1xj .lead {
  color: #ffffff;
}
#features10-1xj .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xj .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xj .imgTitle {
  font-size: 22px;
}
#features10-1xj .mbr-section-text {
  font-size: 18px;
}
#features10-1xk .lead {
  color: #ffffff;
}
#features10-1xk .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xk .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xk .imgTitle {
  font-size: 22px;
}
#features10-1xk .mbr-section-text {
  font-size: 18px;
}
#features10-1xl .lead {
  color: #ffffff;
}
#features10-1xl .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xl .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xl .imgTitle {
  font-size: 22px;
}
#features10-1xl .mbr-section-text {
  font-size: 18px;
}
#features10-1xm .lead {
  color: #ffffff;
}
#features10-1xm .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xm .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xm .imgTitle {
  font-size: 22px;
}
#features10-1xm .mbr-section-text {
  font-size: 18px;
}
#features10-1xn .lead {
  color: #ffffff;
}
#features10-1xn .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xn .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xn .imgTitle {
  font-size: 22px;
}
#features10-1xn .mbr-section-text {
  font-size: 18px;
}
#features10-1xo .lead {
  color: #ffffff;
}
#features10-1xo .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xo .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xo .imgTitle {
  font-size: 22px;
}
#features10-1xo .mbr-section-text {
  font-size: 18px;
}
#features10-1xp .lead {
  color: #ffffff;
}
#features10-1xp .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xp .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xp .imgTitle {
  font-size: 22px;
}
#features10-1xp .mbr-section-text {
  font-size: 18px;
}
#features10-1xq .lead {
  color: #ffffff;
}
#features10-1xq .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xq .mbr-section-title {
  color: #ffffff;
}
#features10-1xq .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xq .mbr-section-text {
  font-size: 18px;
}
#features10-1xr .lead {
  color: #ffffff;
}
#features10-1xr .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xr .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xr .imgTitle {
  font-size: 22px;
}
#features10-1xr .mbr-section-text {
  font-size: 18px;
}
#features10-1xs .lead {
  color: #ffffff;
}
#features10-1xs .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xs .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xs .imgTitle {
  font-size: 22px;
}
#features10-1xs .mbr-section-text {
  font-size: 18px;
}
#content2-1xt BLOCKQUOTE {
  font-size: 48px;
}
#features10-1xu .lead {
  color: #ffffff;
}
#features10-1xu .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xu .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xu .imgTitle {
  font-size: 22px;
}
#features10-1xu .mbr-section-text {
  font-size: 18px;
}
#features10-1xv .lead {
  color: #ffffff;
}
#features10-1xv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xv .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xv .imgTitle {
  font-size: 22px;
}
#features10-1xv .mbr-section-text {
  font-size: 18px;
}
#features10-1xw .lead {
  color: #ffffff;
}
#features10-1xw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xw .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xw .imgTitle {
  font-size: 22px;
}
#features10-1xw .mbr-section-text {
  font-size: 18px;
}
#features10-1xx .lead {
  color: #ffffff;
}
#features10-1xx .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xx .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xx .imgTitle {
  font-size: 22px;
}
#features10-1xx .mbr-section-text {
  font-size: 18px;
}
#features10-1xy .lead {
  color: #ffffff;
}
#features10-1xy .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xy .mbr-section-title {
  color: #ffffff;
}
#features10-1xy .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xy .mbr-section-text {
  font-size: 18px;
}
#features10-1xz .lead {
  color: #ffffff;
}
#features10-1xz .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1xz .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1xz .imgTitle {
  font-size: 22px;
}
#features10-1xz .mbr-section-text {
  font-size: 18px;
}
#features10-1y0 .lead {
  color: #ffffff;
}
#features10-1y0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1y0 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1y0 .imgTitle {
  font-size: 22px;
}
#features10-1y0 .mbr-section-text {
  font-size: 18px;
}
#features10-1y1 .lead {
  color: #ffffff;
}
#features10-1y1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1y1 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1y1 .imgTitle {
  font-size: 22px;
}
#features10-1y1 .mbr-section-text {
  font-size: 18px;
}
#features10-1y2 .lead {
  color: #ffffff;
}
#features10-1y2 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1y2 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1y2 .imgTitle {
  font-size: 22px;
}
#features10-1y2 .mbr-section-text {
  font-size: 18px;
}
#features10-1y3 .lead {
  color: #ffffff;
}
#features10-1y3 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1y3 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1y3 .imgTitle {
  font-size: 22px;
}
#features10-1y3 .mbr-section-text {
  font-size: 18px;
}
#features10-1y4 .lead {
  color: #ffffff;
}
#features10-1y4 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1y4 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1y4 .imgTitle {
  font-size: 22px;
}
#features10-1y4 .mbr-section-text {
  font-size: 18px;
}
#features10-1y5 .lead {
  color: #ffffff;
}
#features10-1y5 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1y5 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1y5 .imgTitle {
  font-size: 22px;
}
#features10-1y5 .mbr-section-text {
  font-size: 18px;
}
#features10-1y6 .lead {
  color: #ffffff;
}
#features10-1y6 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1y6 .mbr-section-title {
  color: #ffffff;
}
#features10-1y6 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1y6 .mbr-section-text {
  font-size: 18px;
}
#features10-1y7 .lead {
  color: #ffffff;
}
#features10-1y7 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1y7 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1y7 .imgTitle {
  font-size: 22px;
}
#features10-1y7 .mbr-section-text {
  font-size: 18px;
}
#features10-1y8 .lead {
  color: #ffffff;
}
#features10-1y8 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1y8 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1y8 .imgTitle {
  font-size: 22px;
}
#features10-1y8 .mbr-section-text {
  font-size: 18px;
}
#features10-1y9 .lead {
  color: #ffffff;
}
#features10-1y9 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1y9 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1y9 .imgTitle {
  font-size: 22px;
}
#features10-1y9 .mbr-section-text {
  font-size: 18px;
}
#features10-1ya .lead {
  color: #ffffff;
}
#features10-1ya .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ya .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ya .imgTitle {
  font-size: 22px;
}
#features10-1ya .mbr-section-text {
  font-size: 18px;
}
#features10-1yb .lead {
  color: #ffffff;
}
#features10-1yb .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yb .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yb .imgTitle {
  font-size: 22px;
}
#features10-1yb .mbr-section-text {
  font-size: 18px;
}
#features10-1yc .lead {
  color: #ffffff;
}
#features10-1yc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yc .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yc .imgTitle {
  font-size: 22px;
}
#features10-1yc .mbr-section-text {
  font-size: 18px;
}
#features10-1yd .lead {
  color: #ffffff;
}
#features10-1yd .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yd .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yd .imgTitle {
  font-size: 22px;
}
#features10-1yd .mbr-section-text {
  font-size: 18px;
}
#features10-1ye .lead {
  color: #ffffff;
}
#features10-1ye .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ye .mbr-section-title {
  color: #ffffff;
}
#features10-1ye .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ye .mbr-section-text {
  font-size: 18px;
}
#features10-1yf .lead {
  color: #ffffff;
}
#features10-1yf .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yf .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yf .imgTitle {
  font-size: 22px;
}
#features10-1yf .mbr-section-text {
  font-size: 18px;
}
#features10-1yg .lead {
  color: #ffffff;
}
#features10-1yg .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yg .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yg .imgTitle {
  font-size: 22px;
}
#features10-1yg .mbr-section-text {
  font-size: 18px;
}
#features10-1yh .lead {
  color: #ffffff;
}
#features10-1yh .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yh .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yh .imgTitle {
  font-size: 22px;
}
#features10-1yh .mbr-section-text {
  font-size: 18px;
}
#features10-1yi .lead {
  color: #ffffff;
}
#features10-1yi .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yi .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yi .imgTitle {
  font-size: 22px;
}
#features10-1yi .mbr-section-text {
  font-size: 18px;
}
#content2-1yj BLOCKQUOTE {
  font-size: 48px;
}
#features10-1yk .lead {
  color: #ffffff;
}
#features10-1yk .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yk .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yk .imgTitle {
  font-size: 22px;
}
#features10-1yk .mbr-section-text {
  font-size: 18px;
}
#features10-1yl .lead {
  color: #ffffff;
}
#features10-1yl .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yl .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yl .imgTitle {
  font-size: 22px;
}
#features10-1yl .mbr-section-text {
  font-size: 18px;
}
#features10-1ym .lead {
  color: #ffffff;
}
#features10-1ym .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ym .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ym .imgTitle {
  font-size: 22px;
}
#features10-1ym .mbr-section-text {
  font-size: 18px;
}
#features10-1yn .lead {
  color: #ffffff;
}
#features10-1yn .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yn .mbr-section-title {
  color: #ffffff;
}
#features10-1yn .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yn .mbr-section-text {
  font-size: 18px;
}
#features10-1yo .lead {
  color: #ffffff;
}
#features10-1yo .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yo .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yo .imgTitle {
  font-size: 22px;
}
#features10-1yo .mbr-section-text {
  font-size: 18px;
}
#features10-1yp .lead {
  color: #ffffff;
}
#features10-1yp .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yp .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yp .imgTitle {
  font-size: 22px;
}
#features10-1yp .mbr-section-text {
  font-size: 18px;
}
#features10-1yq .lead {
  color: #ffffff;
}
#features10-1yq .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yq .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yq .imgTitle {
  font-size: 22px;
}
#features10-1yq .mbr-section-text {
  font-size: 18px;
}
#features10-1yr .lead {
  color: #ffffff;
}
#features10-1yr .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yr .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yr .imgTitle {
  font-size: 22px;
}
#features10-1yr .mbr-section-text {
  font-size: 18px;
}
#features10-1ys .lead {
  color: #ffffff;
}
#features10-1ys .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1ys .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1ys .imgTitle {
  font-size: 22px;
}
#features10-1ys .mbr-section-text {
  font-size: 18px;
}
#features10-1yt .lead {
  color: #ffffff;
}
#features10-1yt .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yt .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yt .imgTitle {
  font-size: 22px;
}
#features10-1yt .mbr-section-text {
  font-size: 18px;
}
#features10-1yu .lead {
  color: #ffffff;
}
#features10-1yu .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yu .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yu .imgTitle {
  font-size: 22px;
}
#features10-1yu .mbr-section-text {
  font-size: 18px;
}
#features10-1yv .lead {
  color: #ffffff;
}
#features10-1yv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yv .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yv .imgTitle {
  font-size: 22px;
}
#features10-1yv .mbr-section-text {
  font-size: 18px;
}
#features10-1yw .lead {
  color: #ffffff;
}
#features10-1yw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yw .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yw .imgTitle {
  font-size: 22px;
}
#features10-1yw .mbr-section-text {
  font-size: 18px;
}
#features10-1yx .lead {
  color: #ffffff;
}
#features10-1yx .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yx .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yx .imgTitle {
  font-size: 22px;
}
#features10-1yx .mbr-section-text {
  font-size: 18px;
}
#content2-1yy BLOCKQUOTE {
  font-size: 48px;
}
#features10-1yz .lead {
  color: #ffffff;
}
#features10-1yz .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-1yz .mbr-section-title {
  color: #ffffff;
}
#features10-1yz .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-1yz .mbr-section-text {
  font-size: 18px;
}
#footer1-1z1 .mbr-section-subtitle,
#footer1-1z1 .mbr-section-text {
  color: #fff;
}
#footer1-1z1 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1z1 P {
  font-size: 16px;
  text-align: left;
}
#footer1-1z1 I {
  text-align: left;
}
#footer1-1z1 B {
  font-size: 24px;
}
#footer1-1z1 SPAN {
  font-size: 22px;
}
#menu-1z2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1z2 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-1z2 .navbar-toggler {
  color: #ffffff;
}
#menu-1z2 .close-icon::before,
#menu-1z2 .close-icon::after {
  background-color: #ffffff;
}
#menu-1z2 .link,
#menu-1z2 .dropdown-item {
  color: #ffffff;
}
#menu-1z2 .link {
  font-size: 0.75rem;
}
#menu-1z2 .dropdown-item,
#menu-1z2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1z2 .link:hover,
#menu-1z2 .link:focus {
  color: #f1c40f;
}
#menu-1z2 .dropdown-item:hover::before,
#menu-1z2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1z2 .dropdown-item:hover,
#menu-1z2 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1z2 .link[aria-expanded="true"],
#menu-1z2 .dropdown-menu {
  background: #1a242f;
}
#menu-1z2 .nav-dropdown-sm .link:focus,
#menu-1z2 .nav-dropdown-sm .link:hover,
#menu-1z2 .nav-dropdown-sm .dropdown-item:focus,
#menu-1z2 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1z2 .navbar,
#menu-1z2 .nav-dropdown-sm,
#menu-1z2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1z2 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1z2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1z2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1z2 .bg-color.transparent.opened .link:hover,
#menu-1z2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1z2 .link[aria-expanded="true"],
#menu-1z2 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#buttons1-2a0 .btn {
  font-size: 24px;
}
#features9-1z8 P {
  color: #000000;
  font-size: 18px;
}
#content2-20t BLOCKQUOTE {
  font-size: 48px;
}
#features10-20u .lead {
  color: #ffffff;
}
#features10-20u .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-20u .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-20u .imgTitle {
  font-size: 22px;
}
#features10-20u .mbr-section-text {
  font-size: 18px;
}
#features10-20v .lead {
  color: #ffffff;
}
#features10-20v .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-20v .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-20v .imgTitle {
  font-size: 22px;
}
#features10-20v .mbr-section-text {
  font-size: 18px;
}
#features10-20w .lead {
  color: #ffffff;
}
#features10-20w .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-20w .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-20w .imgTitle {
  font-size: 22px;
}
#features10-20w .mbr-section-text {
  font-size: 18px;
}
#features10-20x .lead {
  color: #ffffff;
}
#features10-20x .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-20x .mbr-section-title {
  color: #ffffff;
}
#features10-20x .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-20x .mbr-section-text {
  font-size: 18px;
}
#features10-20y .lead {
  color: #ffffff;
}
#features10-20y .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-20y .mbr-section-title {
  color: #ffffff;
}
#features10-20y .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-20y .mbr-section-text {
  font-size: 18px;
}
#features10-20z .lead {
  color: #ffffff;
}
#features10-20z .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-20z .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-20z .imgTitle {
  font-size: 22px;
}
#features10-20z .mbr-section-text {
  font-size: 18px;
}
#features10-210 .lead {
  color: #ffffff;
}
#features10-210 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-210 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-210 .imgTitle {
  font-size: 22px;
}
#features10-210 .mbr-section-text {
  font-size: 18px;
}
#features10-211 .lead {
  color: #ffffff;
}
#features10-211 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-211 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-211 .imgTitle {
  font-size: 22px;
}
#features10-211 .mbr-section-text {
  font-size: 18px;
}
#features10-212 .lead {
  color: #ffffff;
}
#features10-212 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-212 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-212 .imgTitle {
  font-size: 22px;
}
#features10-212 .mbr-section-text {
  font-size: 18px;
}
#content2-213 BLOCKQUOTE {
  font-size: 48px;
}
#features10-214 .lead {
  color: #ffffff;
}
#features10-214 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-214 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-214 .imgTitle {
  font-size: 22px;
}
#features10-214 .mbr-section-text {
  font-size: 18px;
}
#features10-215 .lead {
  color: #ffffff;
}
#features10-215 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-215 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-215 .imgTitle {
  font-size: 22px;
}
#features10-215 .mbr-section-text {
  font-size: 18px;
}
#features10-216 .lead {
  color: #ffffff;
}
#features10-216 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-216 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-216 .imgTitle {
  font-size: 22px;
}
#features10-216 .mbr-section-text {
  font-size: 18px;
}
#features10-217 .lead {
  color: #ffffff;
}
#features10-217 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-217 .mbr-section-title {
  color: #ffffff;
}
#features10-217 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-217 .mbr-section-text {
  font-size: 18px;
}
#features10-218 .lead {
  color: #ffffff;
}
#features10-218 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-218 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-218 .imgTitle {
  font-size: 22px;
}
#features10-218 .mbr-section-text {
  font-size: 18px;
}
#features10-219 .lead {
  color: #ffffff;
}
#features10-219 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-219 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-219 .imgTitle {
  font-size: 22px;
}
#features10-219 .mbr-section-text {
  font-size: 18px;
}
#features10-21a .lead {
  color: #ffffff;
}
#features10-21a .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21a .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21a .imgTitle {
  font-size: 22px;
}
#features10-21a .mbr-section-text {
  font-size: 18px;
}
#features10-21b .lead {
  color: #ffffff;
}
#features10-21b .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21b .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21b .imgTitle {
  font-size: 22px;
}
#features10-21b .mbr-section-text {
  font-size: 18px;
}
#features10-21c .lead {
  color: #ffffff;
}
#features10-21c .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21c .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21c .imgTitle {
  font-size: 22px;
}
#features10-21c .mbr-section-text {
  font-size: 18px;
}
#features10-21d .lead {
  color: #ffffff;
}
#features10-21d .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21d .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21d .imgTitle {
  font-size: 22px;
}
#features10-21d .mbr-section-text {
  font-size: 18px;
}
#features10-21e .lead {
  color: #ffffff;
}
#features10-21e .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21e .mbr-section-title {
  color: #ffffff;
}
#features10-21e .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-21e .mbr-section-text {
  font-size: 18px;
}
#content2-21f BLOCKQUOTE {
  font-size: 48px;
}
#features10-21g .lead {
  color: #ffffff;
}
#features10-21g .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21g .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21g .imgTitle {
  font-size: 22px;
}
#features10-21g .mbr-section-text {
  font-size: 18px;
}
#features10-21h .lead {
  color: #ffffff;
}
#features10-21h .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21h .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21h .imgTitle {
  font-size: 22px;
}
#features10-21h .mbr-section-text {
  font-size: 18px;
}
#features10-21i .lead {
  color: #ffffff;
}
#features10-21i .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21i .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21i .imgTitle {
  font-size: 22px;
}
#features10-21i .mbr-section-text {
  font-size: 18px;
}
#features10-21j .lead {
  color: #ffffff;
}
#features10-21j .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21j .mbr-section-title {
  color: #ffffff;
}
#features10-21j .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-21j .mbr-section-text {
  font-size: 18px;
}
#features10-21k .lead {
  color: #ffffff;
}
#features10-21k .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21k .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21k .imgTitle {
  font-size: 22px;
}
#features10-21k .mbr-section-text {
  font-size: 18px;
}
#features10-21l .lead {
  color: #ffffff;
}
#features10-21l .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21l .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21l .imgTitle {
  font-size: 22px;
}
#features10-21l .mbr-section-text {
  font-size: 18px;
}
#features10-21m .lead {
  color: #ffffff;
}
#features10-21m .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21m .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21m .imgTitle {
  font-size: 22px;
}
#features10-21m .mbr-section-text {
  font-size: 18px;
}
#features10-21n .lead {
  color: #ffffff;
}
#features10-21n .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21n .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21n .imgTitle {
  font-size: 22px;
}
#features10-21n .mbr-section-text {
  font-size: 18px;
}
#features10-21o .lead {
  color: #ffffff;
}
#features10-21o .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21o .mbr-section-title {
  color: #ffffff;
}
#features10-21o .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-21o .mbr-section-text {
  font-size: 18px;
}
#content2-21p BLOCKQUOTE {
  font-size: 48px;
}
#features10-21q .lead {
  color: #ffffff;
}
#features10-21q .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21q .mbr-section-title {
  color: #ffffff;
}
#features10-21q .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-21q .mbr-section-text {
  font-size: 18px;
}
#features10-21r .lead {
  color: #ffffff;
}
#features10-21r .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21r .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21r .imgTitle {
  font-size: 22px;
}
#features10-21r .mbr-section-text {
  font-size: 18px;
}
#features10-21s .lead {
  color: #ffffff;
}
#features10-21s .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21s .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21s .imgTitle {
  font-size: 22px;
}
#features10-21s .mbr-section-text {
  font-size: 18px;
}
#features10-21t .lead {
  color: #ffffff;
}
#features10-21t .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21t .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21t .imgTitle {
  font-size: 22px;
}
#features10-21t .mbr-section-text {
  font-size: 18px;
}
#features10-21u .lead {
  color: #ffffff;
}
#features10-21u .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21u .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21u .imgTitle {
  font-size: 22px;
}
#features10-21u .mbr-section-text {
  font-size: 18px;
}
#features10-21v .lead {
  color: #ffffff;
}
#features10-21v .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21v .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21v .imgTitle {
  font-size: 22px;
}
#features10-21v .mbr-section-text {
  font-size: 18px;
}
#features10-21w .lead {
  color: #ffffff;
}
#features10-21w .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21w .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21w .imgTitle {
  font-size: 22px;
}
#features10-21w .mbr-section-text {
  font-size: 18px;
}
#features10-21x .lead {
  color: #ffffff;
}
#features10-21x .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21x .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21x .imgTitle {
  font-size: 22px;
}
#features10-21x .mbr-section-text {
  font-size: 18px;
}
#features10-21y .lead {
  color: #ffffff;
}
#features10-21y .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21y .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21y .imgTitle {
  font-size: 22px;
}
#features10-21y .mbr-section-text {
  font-size: 18px;
}
#features10-21z .lead {
  color: #ffffff;
}
#features10-21z .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-21z .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-21z .imgTitle {
  font-size: 22px;
}
#features10-21z .mbr-section-text {
  font-size: 18px;
}
#content2-220 BLOCKQUOTE {
  font-size: 48px;
}
#features10-221 .lead {
  color: #ffffff;
}
#features10-221 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-221 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-221 .imgTitle {
  font-size: 22px;
}
#features10-221 .mbr-section-text {
  font-size: 18px;
}
#features10-222 .lead {
  color: #ffffff;
}
#features10-222 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-222 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-222 .imgTitle {
  font-size: 22px;
}
#features10-222 .mbr-section-text {
  font-size: 18px;
}
#features10-223 .lead {
  color: #ffffff;
}
#features10-223 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-223 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-223 .imgTitle {
  font-size: 22px;
}
#features10-223 .mbr-section-text {
  font-size: 18px;
}
#features10-224 .lead {
  color: #ffffff;
}
#features10-224 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-224 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-224 .imgTitle {
  font-size: 22px;
}
#features10-224 .mbr-section-text {
  font-size: 18px;
}
#features10-225 .lead {
  color: #ffffff;
}
#features10-225 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-225 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-225 .imgTitle {
  font-size: 22px;
}
#features10-225 .mbr-section-text {
  font-size: 18px;
}
#features10-226 .lead {
  color: #ffffff;
}
#features10-226 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-226 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-226 .imgTitle {
  font-size: 22px;
}
#features10-226 .mbr-section-text {
  font-size: 18px;
}
#features10-227 .lead {
  color: #ffffff;
}
#features10-227 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-227 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-227 .imgTitle {
  font-size: 22px;
}
#features10-227 .mbr-section-text {
  font-size: 18px;
}
#features10-228 .lead {
  color: #ffffff;
}
#features10-228 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-228 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-228 .imgTitle {
  font-size: 22px;
}
#features10-228 .mbr-section-text {
  font-size: 18px;
}
#features10-229 .lead {
  color: #ffffff;
}
#features10-229 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-229 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-229 .imgTitle {
  font-size: 22px;
}
#features10-229 .mbr-section-text {
  font-size: 18px;
}
#features10-22a .lead {
  color: #ffffff;
}
#features10-22a .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22a .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22a .imgTitle {
  font-size: 22px;
}
#features10-22a .mbr-section-text {
  font-size: 18px;
}
#features10-22b .lead {
  color: #ffffff;
}
#features10-22b .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22b .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22b .imgTitle {
  font-size: 22px;
}
#features10-22b .mbr-section-text {
  font-size: 18px;
}
#features10-22c .lead {
  color: #ffffff;
}
#features10-22c .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22c .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22c .imgTitle {
  font-size: 22px;
}
#features10-22c .mbr-section-text {
  font-size: 18px;
}
#features10-22d .lead {
  color: #ffffff;
}
#features10-22d .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22d .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22d .imgTitle {
  font-size: 22px;
}
#features10-22d .mbr-section-text {
  font-size: 18px;
}
#features10-22e .lead {
  color: #ffffff;
}
#features10-22e .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22e .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22e .imgTitle {
  font-size: 22px;
}
#features10-22e .mbr-section-text {
  font-size: 18px;
}
#content2-22f BLOCKQUOTE {
  font-size: 48px;
}
#features10-22g .lead {
  color: #ffffff;
}
#features10-22g .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22g .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22g .imgTitle {
  font-size: 22px;
}
#features10-22g .mbr-section-text {
  font-size: 18px;
}
#features10-22h .lead {
  color: #ffffff;
}
#features10-22h .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22h .mbr-section-title {
  color: #ffffff;
}
#features10-22h .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-22h .mbr-section-text {
  font-size: 18px;
}
#features10-22i .lead {
  color: #ffffff;
}
#features10-22i .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22i .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22i .imgTitle {
  font-size: 22px;
}
#features10-22i .mbr-section-text {
  font-size: 18px;
}
#features10-22j .lead {
  color: #ffffff;
}
#features10-22j .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22j .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22j .imgTitle {
  font-size: 22px;
}
#features10-22j .mbr-section-text {
  font-size: 18px;
}
#features10-22k .lead {
  color: #ffffff;
}
#features10-22k .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22k .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22k .imgTitle {
  font-size: 22px;
}
#features10-22k .mbr-section-text {
  font-size: 18px;
}
#features10-22l .lead {
  color: #ffffff;
}
#features10-22l .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22l .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22l .imgTitle {
  font-size: 22px;
}
#features10-22l .mbr-section-text {
  font-size: 18px;
}
#features10-22m .lead {
  color: #ffffff;
}
#features10-22m .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22m .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22m .imgTitle {
  font-size: 22px;
}
#features10-22m .mbr-section-text {
  font-size: 18px;
}
#features10-22n .lead {
  color: #ffffff;
}
#features10-22n .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22n .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22n .imgTitle {
  font-size: 22px;
}
#features10-22n .mbr-section-text {
  font-size: 18px;
}
#features10-22o .lead {
  color: #ffffff;
}
#features10-22o .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22o .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22o .imgTitle {
  font-size: 22px;
}
#features10-22o .mbr-section-text {
  font-size: 18px;
}
#content2-22p BLOCKQUOTE {
  font-size: 48px;
}
#features10-22q .lead {
  color: #ffffff;
}
#features10-22q .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22q .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22q .imgTitle {
  font-size: 22px;
}
#features10-22q .mbr-section-text {
  font-size: 18px;
}
#features10-22r .lead {
  color: #ffffff;
}
#features10-22r .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22r .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22r .imgTitle {
  font-size: 22px;
}
#features10-22r .mbr-section-text {
  font-size: 18px;
}
#features10-22s .lead {
  color: #ffffff;
}
#features10-22s .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22s .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22s .imgTitle {
  font-size: 22px;
}
#features10-22s .mbr-section-text {
  font-size: 18px;
}
#features10-22t .lead {
  color: #ffffff;
}
#features10-22t .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22t .mbr-section-title {
  color: #ffffff;
}
#features10-22t .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-22t .mbr-section-text {
  font-size: 18px;
}
#features10-22u .lead {
  color: #ffffff;
}
#features10-22u .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22u .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22u .imgTitle {
  font-size: 22px;
}
#features10-22u .mbr-section-text {
  font-size: 18px;
}
#features10-22v .lead {
  color: #ffffff;
}
#features10-22v .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22v .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22v .imgTitle {
  font-size: 22px;
}
#features10-22v .mbr-section-text {
  font-size: 18px;
}
#features10-22w .lead {
  color: #ffffff;
}
#features10-22w .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22w .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22w .imgTitle {
  font-size: 22px;
}
#features10-22w .mbr-section-text {
  font-size: 18px;
}
#features10-22x .lead {
  color: #ffffff;
}
#features10-22x .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22x .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22x .imgTitle {
  font-size: 22px;
}
#features10-22x .mbr-section-text {
  font-size: 18px;
}
#features10-22y .lead {
  color: #ffffff;
}
#features10-22y .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22y .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22y .imgTitle {
  font-size: 22px;
}
#features10-22y .mbr-section-text {
  font-size: 18px;
}
#features10-22z .lead {
  color: #ffffff;
}
#features10-22z .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-22z .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-22z .imgTitle {
  font-size: 22px;
}
#features10-22z .mbr-section-text {
  font-size: 18px;
}
#features10-230 .lead {
  color: #ffffff;
}
#features10-230 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-230 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-230 .imgTitle {
  font-size: 22px;
}
#features10-230 .mbr-section-text {
  font-size: 18px;
}
#features10-231 .lead {
  color: #ffffff;
}
#features10-231 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-231 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-231 .imgTitle {
  font-size: 22px;
}
#features10-231 .mbr-section-text {
  font-size: 18px;
}
#features10-232 .lead {
  color: #ffffff;
}
#features10-232 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-232 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-232 .imgTitle {
  font-size: 22px;
}
#features10-232 .mbr-section-text {
  font-size: 18px;
}
#features10-233 .lead {
  color: #ffffff;
}
#features10-233 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-233 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-233 .imgTitle {
  font-size: 22px;
}
#features10-233 .mbr-section-text {
  font-size: 18px;
}
#features10-234 .lead {
  color: #ffffff;
}
#features10-234 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-234 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-234 .imgTitle {
  font-size: 22px;
}
#features10-234 .mbr-section-text {
  font-size: 18px;
}
#features10-235 .lead {
  color: #ffffff;
}
#features10-235 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-235 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-235 .imgTitle {
  font-size: 22px;
}
#features10-235 .mbr-section-text {
  font-size: 18px;
}
#features10-236 .lead {
  color: #ffffff;
}
#features10-236 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-236 .mbr-section-title {
  color: #ffffff;
}
#features10-236 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-236 .mbr-section-text {
  font-size: 18px;
}
#features10-237 .lead {
  color: #ffffff;
}
#features10-237 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-237 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-237 .imgTitle {
  font-size: 22px;
}
#features10-237 .mbr-section-text {
  font-size: 18px;
}
#features10-238 .lead {
  color: #ffffff;
}
#features10-238 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-238 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-238 .imgTitle {
  font-size: 22px;
}
#features10-238 .mbr-section-text {
  font-size: 18px;
}
#content2-239 BLOCKQUOTE {
  font-size: 48px;
}
#features10-23a .lead {
  color: #ffffff;
}
#features10-23a .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23a .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23a .imgTitle {
  font-size: 22px;
}
#features10-23a .mbr-section-text {
  font-size: 18px;
}
#features10-23b .lead {
  color: #ffffff;
}
#features10-23b .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23b .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23b .imgTitle {
  font-size: 22px;
}
#features10-23b .mbr-section-text {
  font-size: 18px;
}
#features10-23c .lead {
  color: #ffffff;
}
#features10-23c .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23c .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23c .imgTitle {
  font-size: 22px;
}
#features10-23c .mbr-section-text {
  font-size: 18px;
}
#features10-23d .lead {
  color: #ffffff;
}
#features10-23d .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23d .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23d .imgTitle {
  font-size: 22px;
}
#features10-23d .mbr-section-text {
  font-size: 18px;
}
#features10-23e .lead {
  color: #ffffff;
}
#features10-23e .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23e .mbr-section-title {
  color: #ffffff;
}
#features10-23e .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-23e .mbr-section-text {
  font-size: 18px;
}
#features10-23f .lead {
  color: #ffffff;
}
#features10-23f .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23f .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23f .imgTitle {
  font-size: 22px;
}
#features10-23f .mbr-section-text {
  font-size: 18px;
}
#features10-23g .lead {
  color: #ffffff;
}
#features10-23g .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23g .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23g .imgTitle {
  font-size: 22px;
}
#features10-23g .mbr-section-text {
  font-size: 18px;
}
#features10-23h .lead {
  color: #ffffff;
}
#features10-23h .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23h .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23h .imgTitle {
  font-size: 22px;
}
#features10-23h .mbr-section-text {
  font-size: 18px;
}
#features10-23i .lead {
  color: #ffffff;
}
#features10-23i .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23i .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23i .imgTitle {
  font-size: 22px;
}
#features10-23i .mbr-section-text {
  font-size: 18px;
}
#features10-23j .lead {
  color: #ffffff;
}
#features10-23j .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23j .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23j .imgTitle {
  font-size: 22px;
}
#features10-23j .mbr-section-text {
  font-size: 18px;
}
#features10-23k .lead {
  color: #ffffff;
}
#features10-23k .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23k .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23k .imgTitle {
  font-size: 22px;
}
#features10-23k .mbr-section-text {
  font-size: 18px;
}
#features10-23l .lead {
  color: #ffffff;
}
#features10-23l .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23l .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23l .imgTitle {
  font-size: 22px;
}
#features10-23l .mbr-section-text {
  font-size: 18px;
}
#features10-23m .lead {
  color: #ffffff;
}
#features10-23m .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23m .mbr-section-title {
  color: #ffffff;
}
#features10-23m .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-23m .mbr-section-text {
  font-size: 18px;
}
#features10-23n .lead {
  color: #ffffff;
}
#features10-23n .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23n .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23n .imgTitle {
  font-size: 22px;
}
#features10-23n .mbr-section-text {
  font-size: 18px;
}
#features10-23o .lead {
  color: #ffffff;
}
#features10-23o .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23o .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23o .imgTitle {
  font-size: 22px;
}
#features10-23o .mbr-section-text {
  font-size: 18px;
}
#features10-23p .lead {
  color: #ffffff;
}
#features10-23p .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23p .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23p .imgTitle {
  font-size: 22px;
}
#features10-23p .mbr-section-text {
  font-size: 18px;
}
#features10-23q .lead {
  color: #ffffff;
}
#features10-23q .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23q .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23q .imgTitle {
  font-size: 22px;
}
#features10-23q .mbr-section-text {
  font-size: 18px;
}
#features10-23r .lead {
  color: #ffffff;
}
#features10-23r .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23r .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23r .imgTitle {
  font-size: 22px;
}
#features10-23r .mbr-section-text {
  font-size: 18px;
}
#features10-23s .lead {
  color: #ffffff;
}
#features10-23s .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23s .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23s .imgTitle {
  font-size: 22px;
}
#features10-23s .mbr-section-text {
  font-size: 18px;
}
#features10-23t .lead {
  color: #ffffff;
}
#features10-23t .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23t .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23t .imgTitle {
  font-size: 22px;
}
#features10-23t .mbr-section-text {
  font-size: 18px;
}
#features10-23u .lead {
  color: #ffffff;
}
#features10-23u .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23u .mbr-section-title {
  color: #ffffff;
}
#features10-23u .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-23u .mbr-section-text {
  font-size: 18px;
}
#features10-23v .lead {
  color: #ffffff;
}
#features10-23v .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23v .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23v .imgTitle {
  font-size: 22px;
}
#features10-23v .mbr-section-text {
  font-size: 18px;
}
#features10-23w .lead {
  color: #ffffff;
}
#features10-23w .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23w .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23w .imgTitle {
  font-size: 22px;
}
#features10-23w .mbr-section-text {
  font-size: 18px;
}
#features10-23x .lead {
  color: #ffffff;
}
#features10-23x .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23x .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23x .imgTitle {
  font-size: 22px;
}
#features10-23x .mbr-section-text {
  font-size: 18px;
}
#features10-23y .lead {
  color: #ffffff;
}
#features10-23y .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-23y .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-23y .imgTitle {
  font-size: 22px;
}
#features10-23y .mbr-section-text {
  font-size: 18px;
}
#content2-23z BLOCKQUOTE {
  font-size: 48px;
}
#features10-240 .lead {
  color: #ffffff;
}
#features10-240 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-240 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-240 .imgTitle {
  font-size: 22px;
}
#features10-240 .mbr-section-text {
  font-size: 18px;
}
#features10-241 .lead {
  color: #ffffff;
}
#features10-241 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-241 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-241 .imgTitle {
  font-size: 22px;
}
#features10-241 .mbr-section-text {
  font-size: 18px;
}
#features10-242 .lead {
  color: #ffffff;
}
#features10-242 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-242 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-242 .imgTitle {
  font-size: 22px;
}
#features10-242 .mbr-section-text {
  font-size: 18px;
}
#features10-243 .lead {
  color: #ffffff;
}
#features10-243 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-243 .mbr-section-title {
  color: #ffffff;
}
#features10-243 .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-243 .mbr-section-text {
  font-size: 18px;
}
#features10-244 .lead {
  color: #ffffff;
}
#features10-244 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-244 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-244 .imgTitle {
  font-size: 22px;
}
#features10-244 .mbr-section-text {
  font-size: 18px;
}
#features10-245 .lead {
  color: #ffffff;
}
#features10-245 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-245 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-245 .imgTitle {
  font-size: 22px;
}
#features10-245 .mbr-section-text {
  font-size: 18px;
}
#features10-246 .lead {
  color: #ffffff;
}
#features10-246 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-246 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-246 .imgTitle {
  font-size: 22px;
}
#features10-246 .mbr-section-text {
  font-size: 18px;
}
#features10-247 .lead {
  color: #ffffff;
}
#features10-247 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-247 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-247 .imgTitle {
  font-size: 22px;
}
#features10-247 .mbr-section-text {
  font-size: 18px;
}
#features10-248 .lead {
  color: #ffffff;
}
#features10-248 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-248 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-248 .imgTitle {
  font-size: 22px;
}
#features10-248 .mbr-section-text {
  font-size: 18px;
}
#features10-249 .lead {
  color: #ffffff;
}
#features10-249 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-249 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-249 .imgTitle {
  font-size: 22px;
}
#features10-249 .mbr-section-text {
  font-size: 18px;
}
#features10-24a .lead {
  color: #ffffff;
}
#features10-24a .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-24a .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-24a .imgTitle {
  font-size: 22px;
}
#features10-24a .mbr-section-text {
  font-size: 18px;
}
#features10-24b .lead {
  color: #ffffff;
}
#features10-24b .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-24b .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-24b .imgTitle {
  font-size: 22px;
}
#features10-24b .mbr-section-text {
  font-size: 18px;
}
#features10-24c .lead {
  color: #ffffff;
}
#features10-24c .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-24c .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-24c .imgTitle {
  font-size: 22px;
}
#features10-24c .mbr-section-text {
  font-size: 18px;
}
#features10-24d .lead {
  color: #ffffff;
}
#features10-24d .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-24d .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features10-24d .imgTitle {
  font-size: 22px;
}
#features10-24d .mbr-section-text {
  font-size: 18px;
}
#content2-24e BLOCKQUOTE {
  font-size: 48px;
}
#features10-24f .lead {
  color: #ffffff;
}
#features10-24f .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-24f .mbr-section-title {
  color: #ffffff;
}
#features10-24f .mbr-section-title FONT {
  color: #ffffff;
  font-size: 30px;
}
#features10-24f .mbr-section-text {
  font-size: 18px;
}
#buttons1-2a1 .btn {
  font-size: 24px;
}
#footer1-24h .mbr-section-subtitle,
#footer1-24h .mbr-section-text {
  color: #fff;
}
#footer1-24h .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-24h P {
  font-size: 16px;
  text-align: left;
}
#footer1-24h I {
  text-align: left;
}
#footer1-24h B {
  font-size: 24px;
}
#footer1-24h SPAN {
  font-size: 22px;
}
#menu-2a3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2a3 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2a3 .navbar-toggler {
  color: #ffffff;
}
#menu-2a3 .close-icon::before,
#menu-2a3 .close-icon::after {
  background-color: #ffffff;
}
#menu-2a3 .link,
#menu-2a3 .dropdown-item {
  color: #ffffff;
}
#menu-2a3 .link {
  font-size: 0.75rem;
}
#menu-2a3 .dropdown-item,
#menu-2a3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2a3 .link:hover,
#menu-2a3 .link:focus {
  color: #f1c40f;
}
#menu-2a3 .dropdown-item:hover::before,
#menu-2a3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2a3 .dropdown-item:hover,
#menu-2a3 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2a3 .link[aria-expanded="true"],
#menu-2a3 .dropdown-menu {
  background: #1a242f;
}
#menu-2a3 .nav-dropdown-sm .link:focus,
#menu-2a3 .nav-dropdown-sm .link:hover,
#menu-2a3 .nav-dropdown-sm .dropdown-item:focus,
#menu-2a3 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2a3 .navbar,
#menu-2a3 .nav-dropdown-sm,
#menu-2a3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2a3 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2a3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2a3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2a3 .bg-color.transparent.opened .link:hover,
#menu-2a3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2a3 .link[aria-expanded="true"],
#menu-2a3 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2a4 .mbr-section-title {
  font-size: 36px;
}
#content3-2a5 .mbr-section-title,
#content3-2a5 .mbr-section-subtitle {
  text-align: center;
}
#content1-2a9 P {
  color: #000000;
  font-size: 18px;
}
#content3-2aa .mbr-section-title,
#content3-2aa .mbr-section-subtitle {
  text-align: center;
}
#content3-2aa H3 {
  font-size: 24px;
  text-align: right;
}
#content1-2ad P {
  color: #000000;
  font-size: 18px;
}
#call5-2ao .mbr-section-text {
  text-align: left;
  font-size: 18px;
}
#content3-2ae .mbr-section-title,
#content3-2ae .mbr-section-subtitle {
  text-align: center;
}
#content3-2ae H3 {
  font-size: 24px;
  text-align: right;
}
#content1-2af P {
  color: #000000;
  font-size: 18px;
}
#call5-2ar .mbr-section-text {
  text-align: left;
  font-size: 18px;
}
#content1-2aq P {
  color: #000000;
  font-size: 18px;
}
#call5-2ap .mbr-section-text {
  text-align: left;
  font-size: 18px;
}
#content3-2ag .mbr-section-title,
#content3-2ag .mbr-section-subtitle {
  text-align: center;
}
#content3-2ag H3 {
  font-size: 24px;
  text-align: right;
}
#content1-2ah P {
  color: #000000;
  font-size: 18px;
}
#call5-2as .mbr-section-text {
  text-align: left;
  font-size: 18px;
}
#content3-2ai .mbr-section-title,
#content3-2ai .mbr-section-subtitle {
  text-align: center;
}
#content3-2ai H3 {
  font-size: 24px;
  text-align: right;
}
#content1-2aj P {
  color: #000000;
  font-size: 18px;
}
#content3-2ak .mbr-section-title,
#content3-2ak .mbr-section-subtitle {
  text-align: center;
}
#content3-2ak H3 {
  font-size: 24px;
  text-align: right;
}
#content1-2al P {
  color: #000000;
  font-size: 18px;
}
#call5-2at .mbr-section-text {
  text-align: left;
  font-size: 18px;
}
#content3-2am .mbr-section-title,
#content3-2am .mbr-section-subtitle {
  text-align: center;
}
#content3-2am H3 {
  font-size: 24px;
  text-align: right;
}
#content1-2a6 P {
  color: #232323;
  font-size: 18px;
  text-align: left;
}
#footer1-2a8 .mbr-section-subtitle,
#footer1-2a8 .mbr-section-text {
  color: #fff;
}
#footer1-2a8 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2a8 P {
  font-size: 16px;
  text-align: left;
}
#footer1-2a8 I {
  text-align: left;
}
#footer1-2a8 B {
  font-size: 24px;
}
#footer1-2a8 SPAN {
  font-size: 22px;
}
#menu-2ax .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2ax .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2ax .navbar-toggler {
  color: #ffffff;
}
#menu-2ax .close-icon::before,
#menu-2ax .close-icon::after {
  background-color: #ffffff;
}
#menu-2ax .link,
#menu-2ax .dropdown-item {
  color: #ffffff;
}
#menu-2ax .link {
  font-size: 0.75rem;
}
#menu-2ax .dropdown-item,
#menu-2ax .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2ax .link:hover,
#menu-2ax .link:focus {
  color: #f1c40f;
}
#menu-2ax .dropdown-item:hover::before,
#menu-2ax .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2ax .dropdown-item:hover,
#menu-2ax .dropdown-item:focus {
  color: #ffffff;
}
#menu-2ax .link[aria-expanded="true"],
#menu-2ax .dropdown-menu {
  background: #1a242f;
}
#menu-2ax .nav-dropdown-sm .link:focus,
#menu-2ax .nav-dropdown-sm .link:hover,
#menu-2ax .nav-dropdown-sm .dropdown-item:focus,
#menu-2ax .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2ax .navbar,
#menu-2ax .nav-dropdown-sm,
#menu-2ax .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2ax .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2ax .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2ax .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2ax .bg-color.transparent.opened .link:hover,
#menu-2ax .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2ax .link[aria-expanded="true"],
#menu-2ax .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2ay .mbr-section-title {
  font-size: 36px;
}
#content3-2az .mbr-section-title,
#content3-2az .mbr-section-subtitle {
  text-align: center;
}
#content1-2b0 P {
  color: #000000;
  font-size: 18px;
}
#footer1-2bk .mbr-section-subtitle,
#footer1-2bk .mbr-section-text {
  color: #fff;
}
#footer1-2bk .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2bk P {
  font-size: 16px;
  text-align: left;
}
#footer1-2bk I {
  text-align: left;
}
#footer1-2bk B {
  font-size: 24px;
}
#footer1-2bk SPAN {
  font-size: 22px;
}
#menu-2bm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2bm .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2bm .navbar-toggler {
  color: #ffffff;
}
#menu-2bm .close-icon::before,
#menu-2bm .close-icon::after {
  background-color: #ffffff;
}
#menu-2bm .link,
#menu-2bm .dropdown-item {
  color: #ffffff;
}
#menu-2bm .link {
  font-size: 0.75rem;
}
#menu-2bm .dropdown-item,
#menu-2bm .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2bm .link:hover,
#menu-2bm .link:focus {
  color: #f1c40f;
}
#menu-2bm .dropdown-item:hover::before,
#menu-2bm .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2bm .dropdown-item:hover,
#menu-2bm .dropdown-item:focus {
  color: #ffffff;
}
#menu-2bm .link[aria-expanded="true"],
#menu-2bm .dropdown-menu {
  background: #1a242f;
}
#menu-2bm .nav-dropdown-sm .link:focus,
#menu-2bm .nav-dropdown-sm .link:hover,
#menu-2bm .nav-dropdown-sm .dropdown-item:focus,
#menu-2bm .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2bm .navbar,
#menu-2bm .nav-dropdown-sm,
#menu-2bm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2bm .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2bm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2bm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2bm .bg-color.transparent.opened .link:hover,
#menu-2bm .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2bm .link[aria-expanded="true"],
#menu-2bm .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2bn .mbr-section-title {
  font-size: 36px;
}
#content3-2bo .mbr-section-title,
#content3-2bo .mbr-section-subtitle {
  text-align: center;
}
#content1-2bp P {
  color: #000000;
  font-size: 18px;
  text-align: left;
}
#footer1-2br .mbr-section-subtitle,
#footer1-2br .mbr-section-text {
  color: #fff;
}
#footer1-2br .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2br P {
  font-size: 16px;
  text-align: left;
}
#footer1-2br I {
  text-align: left;
}
#footer1-2br B {
  font-size: 24px;
}
#footer1-2br SPAN {
  font-size: 22px;
}
#menu-2bw .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2bw .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2bw .navbar-toggler {
  color: #ffffff;
}
#menu-2bw .close-icon::before,
#menu-2bw .close-icon::after {
  background-color: #ffffff;
}
#menu-2bw .link,
#menu-2bw .dropdown-item {
  color: #ffffff;
}
#menu-2bw .link {
  font-size: 0.75rem;
}
#menu-2bw .dropdown-item,
#menu-2bw .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2bw .link:hover,
#menu-2bw .link:focus {
  color: #f1c40f;
}
#menu-2bw .dropdown-item:hover::before,
#menu-2bw .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2bw .dropdown-item:hover,
#menu-2bw .dropdown-item:focus {
  color: #ffffff;
}
#menu-2bw .link[aria-expanded="true"],
#menu-2bw .dropdown-menu {
  background: #1a242f;
}
#menu-2bw .nav-dropdown-sm .link:focus,
#menu-2bw .nav-dropdown-sm .link:hover,
#menu-2bw .nav-dropdown-sm .dropdown-item:focus,
#menu-2bw .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2bw .navbar,
#menu-2bw .nav-dropdown-sm,
#menu-2bw .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2bw .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2bw .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2bw .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2bw .bg-color.transparent.opened .link:hover,
#menu-2bw .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2bw .link[aria-expanded="true"],
#menu-2bw .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2bx .mbr-section-title {
  font-size: 36px;
}
#content3-2by .mbr-section-title,
#content3-2by .mbr-section-subtitle {
  text-align: center;
}
#content3-2by P {
  font-size: 24px;
}
#content1-2bz P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#content1-2bz B {
  color: #010101;
}
#content2-2c4 BLOCKQUOTE {
  font-size: 48px;
  color: #000000;
}
#content1-2c2 P {
  color: #232323;
  font-size: 16px;
  text-align: left;
}
#content1-2c2 B {
  color: #000000;
}
#content2-2c5 BLOCKQUOTE {
  font-size: 48px;
  color: #000000;
}
#content1-2c3 P {
  color: #232323;
  font-size: 16px;
  text-align: left;
}
#content1-2c3 B {
  color: #000000;
}
#footer1-2c1 .mbr-section-subtitle,
#footer1-2c1 .mbr-section-text {
  color: #fff;
}
#footer1-2c1 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2c1 P {
  font-size: 16px;
  text-align: left;
}
#footer1-2c1 I {
  text-align: left;
}
#footer1-2c1 B {
  font-size: 24px;
}
#footer1-2c1 SPAN {
  font-size: 22px;
}
#menu-2c7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2c7 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2c7 .navbar-toggler {
  color: #ffffff;
}
#menu-2c7 .close-icon::before,
#menu-2c7 .close-icon::after {
  background-color: #ffffff;
}
#menu-2c7 .link,
#menu-2c7 .dropdown-item {
  color: #ffffff;
}
#menu-2c7 .link {
  font-size: 0.75rem;
}
#menu-2c7 .dropdown-item,
#menu-2c7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2c7 .link:hover,
#menu-2c7 .link:focus {
  color: #f1c40f;
}
#menu-2c7 .dropdown-item:hover::before,
#menu-2c7 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2c7 .dropdown-item:hover,
#menu-2c7 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2c7 .link[aria-expanded="true"],
#menu-2c7 .dropdown-menu {
  background: #1a242f;
}
#menu-2c7 .nav-dropdown-sm .link:focus,
#menu-2c7 .nav-dropdown-sm .link:hover,
#menu-2c7 .nav-dropdown-sm .dropdown-item:focus,
#menu-2c7 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2c7 .navbar,
#menu-2c7 .nav-dropdown-sm,
#menu-2c7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2c7 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2c7 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2c7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2c7 .bg-color.transparent.opened .link:hover,
#menu-2c7 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2c7 .link[aria-expanded="true"],
#menu-2c7 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2c8 .mbr-section-title {
  font-size: 36px;
}
#content3-2c9 .mbr-section-title,
#content3-2c9 .mbr-section-subtitle {
  text-align: center;
}
#content2-2cd BLOCKQUOTE {
  font-size: 48px;
  color: #000000;
}
#content1-2ca P {
  color: #000000;
  font-size: 18px;
}
#footer1-2cc .mbr-section-subtitle,
#footer1-2cc .mbr-section-text {
  color: #fff;
}
#footer1-2cc .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2cc P {
  font-size: 16px;
  text-align: left;
}
#footer1-2cc I {
  text-align: left;
}
#footer1-2cc B {
  font-size: 24px;
}
#footer1-2cc SPAN {
  font-size: 22px;
}
#menu-2ce .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2ce .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2ce .navbar-toggler {
  color: #ffffff;
}
#menu-2ce .close-icon::before,
#menu-2ce .close-icon::after {
  background-color: #ffffff;
}
#menu-2ce .link,
#menu-2ce .dropdown-item {
  color: #ffffff;
}
#menu-2ce .link {
  font-size: 0.75rem;
}
#menu-2ce .dropdown-item,
#menu-2ce .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2ce .link:hover,
#menu-2ce .link:focus {
  color: #f1c40f;
}
#menu-2ce .dropdown-item:hover::before,
#menu-2ce .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2ce .dropdown-item:hover,
#menu-2ce .dropdown-item:focus {
  color: #ffffff;
}
#menu-2ce .link[aria-expanded="true"],
#menu-2ce .dropdown-menu {
  background: #1a242f;
}
#menu-2ce .nav-dropdown-sm .link:focus,
#menu-2ce .nav-dropdown-sm .link:hover,
#menu-2ce .nav-dropdown-sm .dropdown-item:focus,
#menu-2ce .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2ce .navbar,
#menu-2ce .nav-dropdown-sm,
#menu-2ce .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2ce .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2ce .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2ce .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2ce .bg-color.transparent.opened .link:hover,
#menu-2ce .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2ce .link[aria-expanded="true"],
#menu-2ce .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2cf .mbr-section-title {
  font-size: 36px;
}
#content3-2cg .mbr-section-title,
#content3-2cg .mbr-section-subtitle {
  text-align: center;
}
#content2-2ch BLOCKQUOTE {
  font-size: 48px;
  color: #000000;
}
#content1-2ci P {
  color: #000000;
  font-size: 18px;
}
#footer1-2ck .mbr-section-subtitle,
#footer1-2ck .mbr-section-text {
  color: #fff;
}
#footer1-2ck .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2ck P {
  font-size: 16px;
  text-align: left;
}
#footer1-2ck I {
  text-align: left;
}
#footer1-2ck B {
  font-size: 24px;
}
#footer1-2ck SPAN {
  font-size: 22px;
}
#menu-2co .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2co .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2co .navbar-toggler {
  color: #ffffff;
}
#menu-2co .close-icon::before,
#menu-2co .close-icon::after {
  background-color: #ffffff;
}
#menu-2co .link,
#menu-2co .dropdown-item {
  color: #ffffff;
}
#menu-2co .link {
  font-size: 0.75rem;
}
#menu-2co .dropdown-item,
#menu-2co .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2co .link:hover,
#menu-2co .link:focus {
  color: #f1c40f;
}
#menu-2co .dropdown-item:hover::before,
#menu-2co .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2co .dropdown-item:hover,
#menu-2co .dropdown-item:focus {
  color: #ffffff;
}
#menu-2co .link[aria-expanded="true"],
#menu-2co .dropdown-menu {
  background: #1a242f;
}
#menu-2co .nav-dropdown-sm .link:focus,
#menu-2co .nav-dropdown-sm .link:hover,
#menu-2co .nav-dropdown-sm .dropdown-item:focus,
#menu-2co .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2co .navbar,
#menu-2co .nav-dropdown-sm,
#menu-2co .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2co .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2co .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2co .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2co .bg-color.transparent.opened .link:hover,
#menu-2co .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2co .link[aria-expanded="true"],
#menu-2co .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2cp .mbr-section-title {
  font-size: 36px;
}
#content3-2cq .mbr-section-title,
#content3-2cq .mbr-section-subtitle {
  text-align: center;
}
#content3-2cq H3 {
  color: #000000;
}
#features7-2cu .lead {
  color: #9fa3a7;
}
#features7-2cu .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-2cu .mbr-section-text {
  color: #000000;
  font-size: 17px;
}
#features8-2cv .lead {
  color: #9fa3a7;
}
#features8-2cv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-2cv .mbr-section-text {
  color: #000000;
  font-size: 17px;
  text-align: left;
}
#footer1-2ct .mbr-section-subtitle,
#footer1-2ct .mbr-section-text {
  color: #fff;
}
#footer1-2ct .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2ct P {
  font-size: 16px;
  text-align: left;
}
#footer1-2ct I {
  text-align: left;
}
#footer1-2ct B {
  font-size: 24px;
}
#footer1-2ct SPAN {
  font-size: 22px;
}
#menu-2d4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2d4 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2d4 .navbar-toggler {
  color: #ffffff;
}
#menu-2d4 .close-icon::before,
#menu-2d4 .close-icon::after {
  background-color: #ffffff;
}
#menu-2d4 .link,
#menu-2d4 .dropdown-item {
  color: #ffffff;
}
#menu-2d4 .link {
  font-size: 0.75rem;
}
#menu-2d4 .dropdown-item,
#menu-2d4 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2d4 .link:hover,
#menu-2d4 .link:focus {
  color: #f1c40f;
}
#menu-2d4 .dropdown-item:hover::before,
#menu-2d4 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2d4 .dropdown-item:hover,
#menu-2d4 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2d4 .link[aria-expanded="true"],
#menu-2d4 .dropdown-menu {
  background: #1a242f;
}
#menu-2d4 .nav-dropdown-sm .link:focus,
#menu-2d4 .nav-dropdown-sm .link:hover,
#menu-2d4 .nav-dropdown-sm .dropdown-item:focus,
#menu-2d4 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2d4 .navbar,
#menu-2d4 .nav-dropdown-sm,
#menu-2d4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2d4 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2d4 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2d4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2d4 .bg-color.transparent.opened .link:hover,
#menu-2d4 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2d4 .link[aria-expanded="true"],
#menu-2d4 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2d5 .mbr-section-title {
  font-size: 36px;
}
#content3-2d6 .mbr-section-title,
#content3-2d6 .mbr-section-subtitle {
  text-align: center;
}
#content3-2d6 H3 {
  color: #000000;
}
#content1-2db P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-2da .mbr-section-subtitle,
#footer1-2da .mbr-section-text {
  color: #fff;
}
#footer1-2da .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2da P {
  font-size: 16px;
  text-align: left;
}
#footer1-2da I {
  text-align: left;
}
#footer1-2da B {
  font-size: 24px;
}
#footer1-2da SPAN {
  font-size: 22px;
}
#menu-2dg .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2dg .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2dg .navbar-toggler {
  color: #ffffff;
}
#menu-2dg .close-icon::before,
#menu-2dg .close-icon::after {
  background-color: #ffffff;
}
#menu-2dg .link,
#menu-2dg .dropdown-item {
  color: #ffffff;
}
#menu-2dg .link {
  font-size: 0.75rem;
}
#menu-2dg .dropdown-item,
#menu-2dg .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2dg .link:hover,
#menu-2dg .link:focus {
  color: #f1c40f;
}
#menu-2dg .dropdown-item:hover::before,
#menu-2dg .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2dg .dropdown-item:hover,
#menu-2dg .dropdown-item:focus {
  color: #ffffff;
}
#menu-2dg .link[aria-expanded="true"],
#menu-2dg .dropdown-menu {
  background: #1a242f;
}
#menu-2dg .nav-dropdown-sm .link:focus,
#menu-2dg .nav-dropdown-sm .link:hover,
#menu-2dg .nav-dropdown-sm .dropdown-item:focus,
#menu-2dg .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2dg .navbar,
#menu-2dg .nav-dropdown-sm,
#menu-2dg .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2dg .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2dg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2dg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2dg .bg-color.transparent.opened .link:hover,
#menu-2dg .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2dg .link[aria-expanded="true"],
#menu-2dg .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2dh .mbr-section-title {
  font-size: 36px;
}
#content3-2di .mbr-section-title,
#content3-2di .mbr-section-subtitle {
  text-align: center;
}
#content1-2dj P {
  color: #000000;
  font-size: 18px;
  text-align: left;
}
#footer1-2dl .mbr-section-subtitle,
#footer1-2dl .mbr-section-text {
  color: #fff;
}
#footer1-2dl .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2dl P {
  font-size: 16px;
  text-align: left;
}
#footer1-2dl I {
  text-align: left;
}
#footer1-2dl B {
  font-size: 24px;
}
#footer1-2dl SPAN {
  font-size: 22px;
}
#menu-2dm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2dm .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2dm .navbar-toggler {
  color: #ffffff;
}
#menu-2dm .close-icon::before,
#menu-2dm .close-icon::after {
  background-color: #ffffff;
}
#menu-2dm .link,
#menu-2dm .dropdown-item {
  color: #ffffff;
}
#menu-2dm .link {
  font-size: 0.75rem;
}
#menu-2dm .dropdown-item,
#menu-2dm .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2dm .link:hover,
#menu-2dm .link:focus {
  color: #f1c40f;
}
#menu-2dm .dropdown-item:hover::before,
#menu-2dm .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2dm .dropdown-item:hover,
#menu-2dm .dropdown-item:focus {
  color: #ffffff;
}
#menu-2dm .link[aria-expanded="true"],
#menu-2dm .dropdown-menu {
  background: #1a242f;
}
#menu-2dm .nav-dropdown-sm .link:focus,
#menu-2dm .nav-dropdown-sm .link:hover,
#menu-2dm .nav-dropdown-sm .dropdown-item:focus,
#menu-2dm .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2dm .navbar,
#menu-2dm .nav-dropdown-sm,
#menu-2dm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2dm .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2dm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2dm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2dm .bg-color.transparent.opened .link:hover,
#menu-2dm .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2dm .link[aria-expanded="true"],
#menu-2dm .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2dn .mbr-section-title {
  font-size: 36px;
}
#content3-2do .mbr-section-title,
#content3-2do .mbr-section-subtitle {
  text-align: center;
}
#content1-2dp P {
  color: #010101;
  font-size: 18px;
  text-align: left;
}
#footer1-2dr .mbr-section-subtitle,
#footer1-2dr .mbr-section-text {
  color: #fff;
}
#footer1-2dr .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2dr P {
  font-size: 16px;
  text-align: left;
}
#footer1-2dr I {
  text-align: left;
}
#footer1-2dr B {
  font-size: 24px;
}
#footer1-2dr SPAN {
  font-size: 22px;
}
#menu-2du .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2du .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2du .navbar-toggler {
  color: #ffffff;
}
#menu-2du .close-icon::before,
#menu-2du .close-icon::after {
  background-color: #ffffff;
}
#menu-2du .link,
#menu-2du .dropdown-item {
  color: #ffffff;
}
#menu-2du .link {
  font-size: 0.75rem;
}
#menu-2du .dropdown-item,
#menu-2du .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2du .link:hover,
#menu-2du .link:focus {
  color: #f1c40f;
}
#menu-2du .dropdown-item:hover::before,
#menu-2du .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2du .dropdown-item:hover,
#menu-2du .dropdown-item:focus {
  color: #ffffff;
}
#menu-2du .link[aria-expanded="true"],
#menu-2du .dropdown-menu {
  background: #1a242f;
}
#menu-2du .nav-dropdown-sm .link:focus,
#menu-2du .nav-dropdown-sm .link:hover,
#menu-2du .nav-dropdown-sm .dropdown-item:focus,
#menu-2du .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2du .navbar,
#menu-2du .nav-dropdown-sm,
#menu-2du .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2du .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2du .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2du .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2du .bg-color.transparent.opened .link:hover,
#menu-2du .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2du .link[aria-expanded="true"],
#menu-2du .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2dv .mbr-section-title {
  font-size: 36px;
}
#content3-2dw .mbr-section-title,
#content3-2dw .mbr-section-subtitle {
  text-align: center;
}
#content3-2dw H3 {
  color: #000000;
}
#features7-2dx .lead {
  color: #9fa3a7;
}
#features7-2dx .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-2dx .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features8-2dy .lead {
  color: #9fa3a7;
}
#features8-2dy .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-2dy .mbr-section-text {
  color: #000000;
  font-size: 18px;
  text-align: left;
}
#features7-2e1 .lead {
  color: #9fa3a7;
}
#features7-2e1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-2e1 .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#features8-2e2 .lead {
  color: #9fa3a7;
}
#features8-2e2 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-2e2 .mbr-section-text {
  color: #010101;
  font-size: 18px;
}
#features7-2e3 .lead {
  color: #9fa3a7;
}
#features7-2e3 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-2e3 .mbr-section-text {
  color: #010101;
  font-size: 18px;
}
#footer1-2e0 .mbr-section-subtitle,
#footer1-2e0 .mbr-section-text {
  color: #fff;
}
#footer1-2e0 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2e0 P {
  font-size: 16px;
  text-align: left;
}
#footer1-2e0 I {
  text-align: left;
}
#footer1-2e0 B {
  font-size: 24px;
}
#footer1-2e0 SPAN {
  font-size: 22px;
}
#menu-2e5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2e5 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2e5 .navbar-toggler {
  color: #ffffff;
}
#menu-2e5 .close-icon::before,
#menu-2e5 .close-icon::after {
  background-color: #ffffff;
}
#menu-2e5 .link,
#menu-2e5 .dropdown-item {
  color: #ffffff;
}
#menu-2e5 .link {
  font-size: 0.75rem;
}
#menu-2e5 .dropdown-item,
#menu-2e5 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2e5 .link:hover,
#menu-2e5 .link:focus {
  color: #f1c40f;
}
#menu-2e5 .dropdown-item:hover::before,
#menu-2e5 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2e5 .dropdown-item:hover,
#menu-2e5 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2e5 .link[aria-expanded="true"],
#menu-2e5 .dropdown-menu {
  background: #1a242f;
}
#menu-2e5 .nav-dropdown-sm .link:focus,
#menu-2e5 .nav-dropdown-sm .link:hover,
#menu-2e5 .nav-dropdown-sm .dropdown-item:focus,
#menu-2e5 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2e5 .navbar,
#menu-2e5 .nav-dropdown-sm,
#menu-2e5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2e5 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2e5 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2e5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2e5 .bg-color.transparent.opened .link:hover,
#menu-2e5 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2e5 .link[aria-expanded="true"],
#menu-2e5 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2e6 .mbr-section-title {
  font-size: 36px;
}
#content3-2e7 .mbr-section-title,
#content3-2e7 .mbr-section-subtitle {
  text-align: center;
}
#content1-2e8 P {
  color: #010101;
  font-size: 18px;
  text-align: left;
}
#footer1-2ea .mbr-section-subtitle,
#footer1-2ea .mbr-section-text {
  color: #fff;
}
#footer1-2ea .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2ea P {
  font-size: 16px;
  text-align: left;
}
#footer1-2ea I {
  text-align: left;
}
#footer1-2ea B {
  font-size: 24px;
}
#footer1-2ea SPAN {
  font-size: 22px;
}
#menu-2ec .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2ec .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2ec .navbar-toggler {
  color: #ffffff;
}
#menu-2ec .close-icon::before,
#menu-2ec .close-icon::after {
  background-color: #ffffff;
}
#menu-2ec .link,
#menu-2ec .dropdown-item {
  color: #ffffff;
}
#menu-2ec .link {
  font-size: 0.75rem;
}
#menu-2ec .dropdown-item,
#menu-2ec .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2ec .link:hover,
#menu-2ec .link:focus {
  color: #f1c40f;
}
#menu-2ec .dropdown-item:hover::before,
#menu-2ec .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2ec .dropdown-item:hover,
#menu-2ec .dropdown-item:focus {
  color: #ffffff;
}
#menu-2ec .link[aria-expanded="true"],
#menu-2ec .dropdown-menu {
  background: #1a242f;
}
#menu-2ec .nav-dropdown-sm .link:focus,
#menu-2ec .nav-dropdown-sm .link:hover,
#menu-2ec .nav-dropdown-sm .dropdown-item:focus,
#menu-2ec .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2ec .navbar,
#menu-2ec .nav-dropdown-sm,
#menu-2ec .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2ec .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2ec .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2ec .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2ec .bg-color.transparent.opened .link:hover,
#menu-2ec .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2ec .link[aria-expanded="true"],
#menu-2ec .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2ed .mbr-section-title {
  font-size: 36px;
}
#content3-2ee .mbr-section-title,
#content3-2ee .mbr-section-subtitle {
  text-align: center;
}
#content1-2ef P {
  color: #010101;
  font-size: 18px;
  text-align: left;
}
#footer1-2eh .mbr-section-subtitle,
#footer1-2eh .mbr-section-text {
  color: #fff;
}
#footer1-2eh .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2eh P {
  font-size: 16px;
  text-align: left;
}
#footer1-2eh I {
  text-align: left;
}
#footer1-2eh B {
  font-size: 24px;
}
#footer1-2eh SPAN {
  font-size: 22px;
}
#menu-2ej .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2ej .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2ej .navbar-toggler {
  color: #ffffff;
}
#menu-2ej .close-icon::before,
#menu-2ej .close-icon::after {
  background-color: #ffffff;
}
#menu-2ej .link,
#menu-2ej .dropdown-item {
  color: #ffffff;
}
#menu-2ej .link {
  font-size: 0.75rem;
}
#menu-2ej .dropdown-item,
#menu-2ej .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2ej .link:hover,
#menu-2ej .link:focus {
  color: #f1c40f;
}
#menu-2ej .dropdown-item:hover::before,
#menu-2ej .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2ej .dropdown-item:hover,
#menu-2ej .dropdown-item:focus {
  color: #ffffff;
}
#menu-2ej .link[aria-expanded="true"],
#menu-2ej .dropdown-menu {
  background: #1a242f;
}
#menu-2ej .nav-dropdown-sm .link:focus,
#menu-2ej .nav-dropdown-sm .link:hover,
#menu-2ej .nav-dropdown-sm .dropdown-item:focus,
#menu-2ej .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2ej .navbar,
#menu-2ej .nav-dropdown-sm,
#menu-2ej .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2ej .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2ej .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2ej .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2ej .bg-color.transparent.opened .link:hover,
#menu-2ej .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2ej .link[aria-expanded="true"],
#menu-2ej .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2ek .mbr-section-title {
  font-size: 36px;
}
#content3-2el .mbr-section-title,
#content3-2el .mbr-section-subtitle {
  text-align: center;
}
#content3-2el P {
  font-size: 24px;
}
#content1-2em P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-2eu .mbr-section-subtitle,
#footer1-2eu .mbr-section-text {
  color: #fff;
}
#footer1-2eu .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2eu P {
  font-size: 16px;
  text-align: left;
}
#footer1-2eu I {
  text-align: left;
}
#footer1-2eu B {
  font-size: 24px;
}
#footer1-2eu SPAN {
  font-size: 22px;
}
#menu-2f2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2f2 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2f2 .navbar-toggler {
  color: #ffffff;
}
#menu-2f2 .close-icon::before,
#menu-2f2 .close-icon::after {
  background-color: #ffffff;
}
#menu-2f2 .link,
#menu-2f2 .dropdown-item {
  color: #ffffff;
}
#menu-2f2 .link {
  font-size: 0.75rem;
}
#menu-2f2 .dropdown-item,
#menu-2f2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2f2 .link:hover,
#menu-2f2 .link:focus {
  color: #f1c40f;
}
#menu-2f2 .dropdown-item:hover::before,
#menu-2f2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2f2 .dropdown-item:hover,
#menu-2f2 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2f2 .link[aria-expanded="true"],
#menu-2f2 .dropdown-menu {
  background: #1a242f;
}
#menu-2f2 .nav-dropdown-sm .link:focus,
#menu-2f2 .nav-dropdown-sm .link:hover,
#menu-2f2 .nav-dropdown-sm .dropdown-item:focus,
#menu-2f2 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2f2 .navbar,
#menu-2f2 .nav-dropdown-sm,
#menu-2f2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2f2 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2f2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2f2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2f2 .bg-color.transparent.opened .link:hover,
#menu-2f2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2f2 .link[aria-expanded="true"],
#menu-2f2 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2f3 .mbr-section-title {
  font-size: 36px;
}
#content3-2f4 .mbr-section-title,
#content3-2f4 .mbr-section-subtitle {
  text-align: center;
}
#content3-2f4 P {
  font-size: 24px;
}
#content1-2f5 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-2f7 .mbr-section-subtitle,
#footer1-2f7 .mbr-section-text {
  color: #fff;
}
#footer1-2f7 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2f7 P {
  font-size: 16px;
  text-align: left;
}
#footer1-2f7 I {
  text-align: left;
}
#footer1-2f7 B {
  font-size: 24px;
}
#footer1-2f7 SPAN {
  font-size: 22px;
}
#menu-2fi .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2fi .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2fi .navbar-toggler {
  color: #ffffff;
}
#menu-2fi .close-icon::before,
#menu-2fi .close-icon::after {
  background-color: #ffffff;
}
#menu-2fi .link,
#menu-2fi .dropdown-item {
  color: #ffffff;
}
#menu-2fi .link {
  font-size: 0.75rem;
}
#menu-2fi .dropdown-item,
#menu-2fi .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2fi .link:hover,
#menu-2fi .link:focus {
  color: #f1c40f;
}
#menu-2fi .dropdown-item:hover::before,
#menu-2fi .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2fi .dropdown-item:hover,
#menu-2fi .dropdown-item:focus {
  color: #ffffff;
}
#menu-2fi .link[aria-expanded="true"],
#menu-2fi .dropdown-menu {
  background: #1a242f;
}
#menu-2fi .nav-dropdown-sm .link:focus,
#menu-2fi .nav-dropdown-sm .link:hover,
#menu-2fi .nav-dropdown-sm .dropdown-item:focus,
#menu-2fi .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2fi .navbar,
#menu-2fi .nav-dropdown-sm,
#menu-2fi .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2fi .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2fi .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2fi .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2fi .bg-color.transparent.opened .link:hover,
#menu-2fi .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2fi .link[aria-expanded="true"],
#menu-2fi .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2fj .mbr-section-title {
  font-size: 36px;
}
#content3-2fk .mbr-section-title,
#content3-2fk .mbr-section-subtitle {
  text-align: center;
}
#content3-2fk P {
  font-size: 24px;
}
#footer1-2fn .mbr-section-subtitle,
#footer1-2fn .mbr-section-text {
  color: #fff;
}
#footer1-2fn .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2fn P {
  font-size: 16px;
  text-align: left;
}
#footer1-2fn I {
  text-align: left;
}
#footer1-2fn B {
  font-size: 24px;
}
#footer1-2fn SPAN {
  font-size: 22px;
}
#menu-2ft .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2ft .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2ft .navbar-toggler {
  color: #ffffff;
}
#menu-2ft .close-icon::before,
#menu-2ft .close-icon::after {
  background-color: #ffffff;
}
#menu-2ft .link,
#menu-2ft .dropdown-item {
  color: #ffffff;
}
#menu-2ft .link {
  font-size: 0.75rem;
}
#menu-2ft .dropdown-item,
#menu-2ft .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2ft .link:hover,
#menu-2ft .link:focus {
  color: #f1c40f;
}
#menu-2ft .dropdown-item:hover::before,
#menu-2ft .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2ft .dropdown-item:hover,
#menu-2ft .dropdown-item:focus {
  color: #ffffff;
}
#menu-2ft .link[aria-expanded="true"],
#menu-2ft .dropdown-menu {
  background: #1a242f;
}
#menu-2ft .nav-dropdown-sm .link:focus,
#menu-2ft .nav-dropdown-sm .link:hover,
#menu-2ft .nav-dropdown-sm .dropdown-item:focus,
#menu-2ft .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2ft .navbar,
#menu-2ft .nav-dropdown-sm,
#menu-2ft .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2ft .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2ft .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2ft .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2ft .bg-color.transparent.opened .link:hover,
#menu-2ft .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2ft .link[aria-expanded="true"],
#menu-2ft .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2fu .mbr-section-title {
  font-size: 36px;
}
#content3-2fv .mbr-section-title,
#content3-2fv .mbr-section-subtitle {
  text-align: center;
}
#content1-2fw P {
  color: #010101;
  font-size: 18px;
  text-align: left;
}
#footer1-2fy .mbr-section-subtitle,
#footer1-2fy .mbr-section-text {
  color: #fff;
}
#footer1-2fy .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2fy P {
  font-size: 16px;
  text-align: left;
}
#footer1-2fy I {
  text-align: left;
}
#footer1-2fy B {
  font-size: 24px;
}
#footer1-2fy SPAN {
  font-size: 22px;
}
#menu-2g6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2g6 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2g6 .navbar-toggler {
  color: #ffffff;
}
#menu-2g6 .close-icon::before,
#menu-2g6 .close-icon::after {
  background-color: #ffffff;
}
#menu-2g6 .link,
#menu-2g6 .dropdown-item {
  color: #ffffff;
}
#menu-2g6 .link {
  font-size: 0.75rem;
}
#menu-2g6 .dropdown-item,
#menu-2g6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2g6 .link:hover,
#menu-2g6 .link:focus {
  color: #f1c40f;
}
#menu-2g6 .dropdown-item:hover::before,
#menu-2g6 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2g6 .dropdown-item:hover,
#menu-2g6 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2g6 .link[aria-expanded="true"],
#menu-2g6 .dropdown-menu {
  background: #1a242f;
}
#menu-2g6 .nav-dropdown-sm .link:focus,
#menu-2g6 .nav-dropdown-sm .link:hover,
#menu-2g6 .nav-dropdown-sm .dropdown-item:focus,
#menu-2g6 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2g6 .navbar,
#menu-2g6 .nav-dropdown-sm,
#menu-2g6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2g6 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2g6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2g6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2g6 .bg-color.transparent.opened .link:hover,
#menu-2g6 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2g6 .link[aria-expanded="true"],
#menu-2g6 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2g7 .mbr-section-title {
  font-size: 36px;
}
#content3-2g8 .mbr-section-title,
#content3-2g8 .mbr-section-subtitle {
  text-align: center;
}
#content3-2g8 P {
  font-size: 24px;
}
#content1-2g9 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-2gb .mbr-section-subtitle,
#footer1-2gb .mbr-section-text {
  color: #fff;
}
#footer1-2gb .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2gb P {
  font-size: 16px;
  text-align: left;
}
#footer1-2gb I {
  text-align: left;
}
#footer1-2gb B {
  font-size: 24px;
}
#footer1-2gb SPAN {
  font-size: 22px;
}
#menu-2gd .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2gd .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2gd .navbar-toggler {
  color: #ffffff;
}
#menu-2gd .close-icon::before,
#menu-2gd .close-icon::after {
  background-color: #ffffff;
}
#menu-2gd .link,
#menu-2gd .dropdown-item {
  color: #ffffff;
}
#menu-2gd .link {
  font-size: 0.75rem;
}
#menu-2gd .dropdown-item,
#menu-2gd .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2gd .link:hover,
#menu-2gd .link:focus {
  color: #f1c40f;
}
#menu-2gd .dropdown-item:hover::before,
#menu-2gd .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2gd .dropdown-item:hover,
#menu-2gd .dropdown-item:focus {
  color: #ffffff;
}
#menu-2gd .link[aria-expanded="true"],
#menu-2gd .dropdown-menu {
  background: #1a242f;
}
#menu-2gd .nav-dropdown-sm .link:focus,
#menu-2gd .nav-dropdown-sm .link:hover,
#menu-2gd .nav-dropdown-sm .dropdown-item:focus,
#menu-2gd .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2gd .navbar,
#menu-2gd .nav-dropdown-sm,
#menu-2gd .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2gd .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2gd .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2gd .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2gd .bg-color.transparent.opened .link:hover,
#menu-2gd .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2gd .link[aria-expanded="true"],
#menu-2gd .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2ge .mbr-section-title {
  font-size: 36px;
}
#content3-2gf .mbr-section-title,
#content3-2gf .mbr-section-subtitle {
  text-align: center;
}
#content1-2gg P {
  color: #010101;
  font-size: 18px;
  text-align: left;
}
#footer1-2gi .mbr-section-subtitle,
#footer1-2gi .mbr-section-text {
  color: #fff;
}
#footer1-2gi .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2gi P {
  font-size: 16px;
  text-align: left;
}
#footer1-2gi I {
  text-align: left;
}
#footer1-2gi B {
  font-size: 24px;
}
#footer1-2gi SPAN {
  font-size: 22px;
}
#menu-2gl .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2gl .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2gl .navbar-toggler {
  color: #ffffff;
}
#menu-2gl .close-icon::before,
#menu-2gl .close-icon::after {
  background-color: #ffffff;
}
#menu-2gl .link,
#menu-2gl .dropdown-item {
  color: #ffffff;
}
#menu-2gl .link {
  font-size: 0.75rem;
}
#menu-2gl .dropdown-item,
#menu-2gl .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2gl .link:hover,
#menu-2gl .link:focus {
  color: #f1c40f;
}
#menu-2gl .dropdown-item:hover::before,
#menu-2gl .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2gl .dropdown-item:hover,
#menu-2gl .dropdown-item:focus {
  color: #ffffff;
}
#menu-2gl .link[aria-expanded="true"],
#menu-2gl .dropdown-menu {
  background: #1a242f;
}
#menu-2gl .nav-dropdown-sm .link:focus,
#menu-2gl .nav-dropdown-sm .link:hover,
#menu-2gl .nav-dropdown-sm .dropdown-item:focus,
#menu-2gl .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2gl .navbar,
#menu-2gl .nav-dropdown-sm,
#menu-2gl .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2gl .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2gl .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2gl .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2gl .bg-color.transparent.opened .link:hover,
#menu-2gl .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2gl .link[aria-expanded="true"],
#menu-2gl .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2gm .mbr-section-title {
  font-size: 36px;
}
#content3-2gn .mbr-section-title,
#content3-2gn .mbr-section-subtitle {
  text-align: center;
}
#content1-2go P {
  color: #232323;
  font-size: 18px;
}
#footer1-2gq .mbr-section-subtitle,
#footer1-2gq .mbr-section-text {
  color: #fff;
}
#footer1-2gq .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2gq P {
  font-size: 16px;
  text-align: left;
}
#footer1-2gq I {
  text-align: left;
}
#footer1-2gq B {
  font-size: 24px;
}
#footer1-2gq SPAN {
  font-size: 22px;
}
#menu-2g6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2g6 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2g6 .navbar-toggler {
  color: #ffffff;
}
#menu-2g6 .close-icon::before,
#menu-2g6 .close-icon::after {
  background-color: #ffffff;
}
#menu-2g6 .link,
#menu-2g6 .dropdown-item {
  color: #ffffff;
}
#menu-2g6 .link {
  font-size: 0.75rem;
}
#menu-2g6 .dropdown-item,
#menu-2g6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2g6 .link:hover,
#menu-2g6 .link:focus {
  color: #f1c40f;
}
#menu-2g6 .dropdown-item:hover::before,
#menu-2g6 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2g6 .dropdown-item:hover,
#menu-2g6 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2g6 .link[aria-expanded="true"],
#menu-2g6 .dropdown-menu {
  background: #1a242f;
}
#menu-2g6 .nav-dropdown-sm .link:focus,
#menu-2g6 .nav-dropdown-sm .link:hover,
#menu-2g6 .nav-dropdown-sm .dropdown-item:focus,
#menu-2g6 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2g6 .navbar,
#menu-2g6 .nav-dropdown-sm,
#menu-2g6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2g6 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2g6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2g6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2g6 .bg-color.transparent.opened .link:hover,
#menu-2g6 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2g6 .link[aria-expanded="true"],
#menu-2g6 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2g7 .mbr-section-title {
  font-size: 36px;
}
#content3-2g8 .mbr-section-title,
#content3-2g8 .mbr-section-subtitle {
  text-align: center;
}
#content3-2g8 P {
  font-size: 24px;
}
#content1-2g9 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#features14-2gk .mbr-section-text {
  color: #000000;
  font-size: 24px;
}
#footer1-2gb .mbr-section-subtitle,
#footer1-2gb .mbr-section-text {
  color: #fff;
}
#footer1-2gb .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2gb P {
  font-size: 16px;
  text-align: left;
}
#footer1-2gb I {
  text-align: left;
}
#footer1-2gb B {
  font-size: 24px;
}
#footer1-2gb SPAN {
  font-size: 22px;
}
#menu-2go .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2go .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2go .navbar-toggler {
  color: #ffffff;
}
#menu-2go .close-icon::before,
#menu-2go .close-icon::after {
  background-color: #ffffff;
}
#menu-2go .link,
#menu-2go .dropdown-item {
  color: #ffffff;
}
#menu-2go .link {
  font-size: 0.75rem;
}
#menu-2go .dropdown-item,
#menu-2go .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2go .link:hover,
#menu-2go .link:focus {
  color: #f1c40f;
}
#menu-2go .dropdown-item:hover::before,
#menu-2go .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2go .dropdown-item:hover,
#menu-2go .dropdown-item:focus {
  color: #ffffff;
}
#menu-2go .link[aria-expanded="true"],
#menu-2go .dropdown-menu {
  background: #1a242f;
}
#menu-2go .nav-dropdown-sm .link:focus,
#menu-2go .nav-dropdown-sm .link:hover,
#menu-2go .nav-dropdown-sm .dropdown-item:focus,
#menu-2go .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2go .navbar,
#menu-2go .nav-dropdown-sm,
#menu-2go .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2go .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2go .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2go .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2go .bg-color.transparent.opened .link:hover,
#menu-2go .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2go .link[aria-expanded="true"],
#menu-2go .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2gp .mbr-section-title {
  font-size: 36px;
}
#content3-2gq .mbr-section-title,
#content3-2gq .mbr-section-subtitle {
  text-align: center;
}
#content3-2gq P {
  font-size: 24px;
}
#content1-2gr P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-2gu .mbr-section-subtitle,
#footer1-2gu .mbr-section-text {
  color: #fff;
}
#footer1-2gu .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2gu P {
  font-size: 16px;
  text-align: left;
}
#footer1-2gu I {
  text-align: left;
}
#footer1-2gu B {
  font-size: 24px;
}
#footer1-2gu SPAN {
  font-size: 22px;
}
#menu-2gw .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2gw .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2gw .navbar-toggler {
  color: #ffffff;
}
#menu-2gw .close-icon::before,
#menu-2gw .close-icon::after {
  background-color: #ffffff;
}
#menu-2gw .link,
#menu-2gw .dropdown-item {
  color: #ffffff;
}
#menu-2gw .link {
  font-size: 0.75rem;
}
#menu-2gw .dropdown-item,
#menu-2gw .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2gw .link:hover,
#menu-2gw .link:focus {
  color: #f1c40f;
}
#menu-2gw .dropdown-item:hover::before,
#menu-2gw .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2gw .dropdown-item:hover,
#menu-2gw .dropdown-item:focus {
  color: #ffffff;
}
#menu-2gw .link[aria-expanded="true"],
#menu-2gw .dropdown-menu {
  background: #1a242f;
}
#menu-2gw .nav-dropdown-sm .link:focus,
#menu-2gw .nav-dropdown-sm .link:hover,
#menu-2gw .nav-dropdown-sm .dropdown-item:focus,
#menu-2gw .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2gw .navbar,
#menu-2gw .nav-dropdown-sm,
#menu-2gw .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2gw .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2gw .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2gw .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2gw .bg-color.transparent.opened .link:hover,
#menu-2gw .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2gw .link[aria-expanded="true"],
#menu-2gw .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2gx .mbr-section-title {
  font-size: 36px;
}
#content3-2gy .mbr-section-title,
#content3-2gy .mbr-section-subtitle {
  text-align: center;
}
#content1-2gz P {
  color: #010101;
  font-size: 18px;
  text-align: left;
}
#footer1-2h1 .mbr-section-subtitle,
#footer1-2h1 .mbr-section-text {
  color: #fff;
}
#footer1-2h1 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2h1 P {
  font-size: 16px;
  text-align: left;
}
#footer1-2h1 I {
  text-align: left;
}
#footer1-2h1 B {
  font-size: 24px;
}
#footer1-2h1 SPAN {
  font-size: 22px;
}
#menu-2h3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2h3 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2h3 .navbar-toggler {
  color: #ffffff;
}
#menu-2h3 .close-icon::before,
#menu-2h3 .close-icon::after {
  background-color: #ffffff;
}
#menu-2h3 .link,
#menu-2h3 .dropdown-item {
  color: #ffffff;
}
#menu-2h3 .link {
  font-size: 0.75rem;
}
#menu-2h3 .dropdown-item,
#menu-2h3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2h3 .link:hover,
#menu-2h3 .link:focus {
  color: #f1c40f;
}
#menu-2h3 .dropdown-item:hover::before,
#menu-2h3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2h3 .dropdown-item:hover,
#menu-2h3 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2h3 .link[aria-expanded="true"],
#menu-2h3 .dropdown-menu {
  background: #1a242f;
}
#menu-2h3 .nav-dropdown-sm .link:focus,
#menu-2h3 .nav-dropdown-sm .link:hover,
#menu-2h3 .nav-dropdown-sm .dropdown-item:focus,
#menu-2h3 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2h3 .navbar,
#menu-2h3 .nav-dropdown-sm,
#menu-2h3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2h3 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2h3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2h3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2h3 .bg-color.transparent.opened .link:hover,
#menu-2h3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2h3 .link[aria-expanded="true"],
#menu-2h3 .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2h4 .mbr-section-title {
  font-size: 36px;
}
#content3-2h5 .mbr-section-title,
#content3-2h5 .mbr-section-subtitle {
  text-align: center;
}
#content1-2h6 P {
  color: #010101;
  font-size: 18px;
  text-align: left;
}
#footer1-2h8 .mbr-section-subtitle,
#footer1-2h8 .mbr-section-text {
  color: #fff;
}
#footer1-2h8 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2h8 P {
  font-size: 16px;
  text-align: left;
}
#footer1-2h8 I {
  text-align: left;
}
#footer1-2h8 B {
  font-size: 24px;
}
#footer1-2h8 SPAN {
  font-size: 22px;
}
#menu-2ha .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2ha .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2ha .navbar-toggler {
  color: #ffffff;
}
#menu-2ha .close-icon::before,
#menu-2ha .close-icon::after {
  background-color: #ffffff;
}
#menu-2ha .link,
#menu-2ha .dropdown-item {
  color: #ffffff;
}
#menu-2ha .link {
  font-size: 0.75rem;
}
#menu-2ha .dropdown-item,
#menu-2ha .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2ha .link:hover,
#menu-2ha .link:focus {
  color: #f1c40f;
}
#menu-2ha .dropdown-item:hover::before,
#menu-2ha .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2ha .dropdown-item:hover,
#menu-2ha .dropdown-item:focus {
  color: #ffffff;
}
#menu-2ha .link[aria-expanded="true"],
#menu-2ha .dropdown-menu {
  background: #1a242f;
}
#menu-2ha .nav-dropdown-sm .link:focus,
#menu-2ha .nav-dropdown-sm .link:hover,
#menu-2ha .nav-dropdown-sm .dropdown-item:focus,
#menu-2ha .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2ha .navbar,
#menu-2ha .nav-dropdown-sm,
#menu-2ha .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2ha .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2ha .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2ha .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2ha .bg-color.transparent.opened .link:hover,
#menu-2ha .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2ha .link[aria-expanded="true"],
#menu-2ha .dropdown-item[aria-expanded="true"] {
  color: #3498db!important;
}
#content5-2hb .mbr-section-title {
  font-size: 36px;
}
#content3-2hc .mbr-section-title,
#content3-2hc .mbr-section-subtitle {
  text-align: center;
}
#content1-2hd P {
  color: #010101;
  font-size: 18px;
  text-align: left;
}
#footer1-2hf .mbr-section-subtitle,
#footer1-2hf .mbr-section-text {
  color: #fff;
}
#footer1-2hf .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2hf P {
  font-size: 16px;
  text-align: left;
}
#footer1-2hf I {
  text-align: left;
}
#footer1-2hf B {
  font-size: 24px;
}
#footer1-2hf SPAN {
  font-size: 22px;
}
#menu-2hi .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2hi .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2hi .navbar-toggler {
  color: #ffffff;
}
#menu-2hi .close-icon::before,
#menu-2hi .close-icon::after {
  background-color: #ffffff;
}
#menu-2hi .link,
#menu-2hi .dropdown-item {
  color: #ffffff;
}
#menu-2hi .link {
  font-size: 0.75rem;
}
#menu-2hi .dropdown-item,
#menu-2hi .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2hi .link:hover,
#menu-2hi .link:focus {
  color: #f1c40f;
}
#menu-2hi .dropdown-item:hover::before,
#menu-2hi .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2hi .dropdown-item:hover,
#menu-2hi .dropdown-item:focus {
  color: #ffffff;
}
#menu-2hi .link[aria-expanded="true"],
#menu-2hi .dropdown-menu {
  background: #1a242f;
}
#menu-2hi .nav-dropdown-sm .link:focus,
#menu-2hi .nav-dropdown-sm .link:hover,
#menu-2hi .nav-dropdown-sm .dropdown-item:focus,
#menu-2hi .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2hi .navbar,
#menu-2hi .nav-dropdown-sm,
#menu-2hi .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2hi .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2hi .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2hi .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2hi .bg-color.transparent.opened .link:hover,
#menu-2hi .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2hi .link[aria-expanded="true"],
#menu-2hi .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2hj .mbr-section-title {
  font-size: 36px;
}
#content3-2hk .mbr-section-title,
#content3-2hk .mbr-section-subtitle {
  text-align: center;
}
#content1-2hl P {
  color: #010101;
  font-size: 18px;
  text-align: left;
}
#footer1-2hn .mbr-section-subtitle,
#footer1-2hn .mbr-section-text {
  color: #fff;
}
#footer1-2hn .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2hn P {
  font-size: 16px;
  text-align: left;
}
#footer1-2hn I {
  text-align: left;
}
#footer1-2hn B {
  font-size: 24px;
}
#footer1-2hn SPAN {
  font-size: 22px;
}
#menu-2hp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2hp .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2hp .navbar-toggler {
  color: #ffffff;
}
#menu-2hp .close-icon::before,
#menu-2hp .close-icon::after {
  background-color: #ffffff;
}
#menu-2hp .link,
#menu-2hp .dropdown-item {
  color: #ffffff;
}
#menu-2hp .link {
  font-size: 0.75rem;
}
#menu-2hp .dropdown-item,
#menu-2hp .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2hp .link:hover,
#menu-2hp .link:focus {
  color: #f1c40f;
}
#menu-2hp .dropdown-item:hover::before,
#menu-2hp .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2hp .dropdown-item:hover,
#menu-2hp .dropdown-item:focus {
  color: #ffffff;
}
#menu-2hp .link[aria-expanded="true"],
#menu-2hp .dropdown-menu {
  background: #1a242f;
}
#menu-2hp .nav-dropdown-sm .link:focus,
#menu-2hp .nav-dropdown-sm .link:hover,
#menu-2hp .nav-dropdown-sm .dropdown-item:focus,
#menu-2hp .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2hp .navbar,
#menu-2hp .nav-dropdown-sm,
#menu-2hp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2hp .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2hp .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2hp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2hp .bg-color.transparent.opened .link:hover,
#menu-2hp .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2hp .link[aria-expanded="true"],
#menu-2hp .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2hq .mbr-section-title {
  font-size: 36px;
}
#content3-2hr .mbr-section-title,
#content3-2hr .mbr-section-subtitle {
  text-align: center;
}
#content3-2hr P {
  font-size: 24px;
}
#features5-2i0 .lead {
  color: #9fa3a7;
}
#features5-2i0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features5-2i0 .card-number {
  left: -20px;
}
#features5-2i0 .mbr-section-text {
  color: #000000;
  font-size: 24px;
}
#content1-2hs P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-2hu .mbr-section-subtitle,
#footer1-2hu .mbr-section-text {
  color: #fff;
}
#footer1-2hu .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2hu P {
  font-size: 16px;
  text-align: left;
}
#footer1-2hu I {
  text-align: left;
}
#footer1-2hu B {
  font-size: 24px;
}
#footer1-2hu SPAN {
  font-size: 22px;
}
#menu-2i3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2i3 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2i3 .navbar-toggler {
  color: #ffffff;
}
#menu-2i3 .close-icon::before,
#menu-2i3 .close-icon::after {
  background-color: #ffffff;
}
#menu-2i3 .link,
#menu-2i3 .dropdown-item {
  color: #ffffff;
}
#menu-2i3 .link {
  font-size: 0.75rem;
}
#menu-2i3 .dropdown-item,
#menu-2i3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2i3 .link:hover,
#menu-2i3 .link:focus {
  color: #f1c40f;
}
#menu-2i3 .dropdown-item:hover::before,
#menu-2i3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2i3 .dropdown-item:hover,
#menu-2i3 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2i3 .link[aria-expanded="true"],
#menu-2i3 .dropdown-menu {
  background: #1a242f;
}
#menu-2i3 .nav-dropdown-sm .link:focus,
#menu-2i3 .nav-dropdown-sm .link:hover,
#menu-2i3 .nav-dropdown-sm .dropdown-item:focus,
#menu-2i3 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2i3 .navbar,
#menu-2i3 .nav-dropdown-sm,
#menu-2i3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2i3 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2i3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2i3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2i3 .bg-color.transparent.opened .link:hover,
#menu-2i3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2i3 .link[aria-expanded="true"],
#menu-2i3 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2i4 .mbr-section-title {
  font-size: 36px;
}
#content3-2i5 .mbr-section-title,
#content3-2i5 .mbr-section-subtitle {
  text-align: center;
}
#content3-2i5 P {
  font-size: 24px;
}
#content1-2i7 P {
  color: #232323;
  font-size: 24px;
  text-align: left;
}
#footer1-2i9 .mbr-section-subtitle,
#footer1-2i9 .mbr-section-text {
  color: #fff;
}
#footer1-2i9 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2i9 P {
  font-size: 16px;
  text-align: left;
}
#footer1-2i9 I {
  text-align: left;
}
#footer1-2i9 B {
  font-size: 24px;
}
#footer1-2i9 SPAN {
  font-size: 22px;
}
#menu-2ic .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2ic .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2ic .navbar-toggler {
  color: #ffffff;
}
#menu-2ic .close-icon::before,
#menu-2ic .close-icon::after {
  background-color: #ffffff;
}
#menu-2ic .link,
#menu-2ic .dropdown-item {
  color: #ffffff;
}
#menu-2ic .link {
  font-size: 0.75rem;
}
#menu-2ic .dropdown-item,
#menu-2ic .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2ic .link:hover,
#menu-2ic .link:focus {
  color: #f1c40f;
}
#menu-2ic .dropdown-item:hover::before,
#menu-2ic .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2ic .dropdown-item:hover,
#menu-2ic .dropdown-item:focus {
  color: #ffffff;
}
#menu-2ic .link[aria-expanded="true"],
#menu-2ic .dropdown-menu {
  background: #1a242f;
}
#menu-2ic .nav-dropdown-sm .link:focus,
#menu-2ic .nav-dropdown-sm .link:hover,
#menu-2ic .nav-dropdown-sm .dropdown-item:focus,
#menu-2ic .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2ic .navbar,
#menu-2ic .nav-dropdown-sm,
#menu-2ic .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2ic .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2ic .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2ic .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2ic .bg-color.transparent.opened .link:hover,
#menu-2ic .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2ic .link[aria-expanded="true"],
#menu-2ic .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2id .mbr-section-title {
  font-size: 36px;
}
#content3-2ie .mbr-section-title,
#content3-2ie .mbr-section-subtitle {
  text-align: center;
}
#features14-2il .mbr-section-text {
  color: #000000;
  text-align: left;
  font-size: 20px;
}
#content1-2if P {
  color: #010101;
  font-size: 20px;
  text-align: left;
}
#footer1-2ih .mbr-section-subtitle,
#footer1-2ih .mbr-section-text {
  color: #fff;
}
#footer1-2ih .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2ih P {
  font-size: 16px;
  text-align: left;
}
#footer1-2ih I {
  text-align: left;
}
#footer1-2ih B {
  font-size: 24px;
}
#footer1-2ih SPAN {
  font-size: 22px;
}
#menu-2im .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2im .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2im .navbar-toggler {
  color: #ffffff;
}
#menu-2im .close-icon::before,
#menu-2im .close-icon::after {
  background-color: #ffffff;
}
#menu-2im .link,
#menu-2im .dropdown-item {
  color: #ffffff;
}
#menu-2im .link {
  font-size: 0.75rem;
}
#menu-2im .dropdown-item,
#menu-2im .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2im .link:hover,
#menu-2im .link:focus {
  color: #f1c40f;
}
#menu-2im .dropdown-item:hover::before,
#menu-2im .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2im .dropdown-item:hover,
#menu-2im .dropdown-item:focus {
  color: #ffffff;
}
#menu-2im .link[aria-expanded="true"],
#menu-2im .dropdown-menu {
  background: #1a242f;
}
#menu-2im .nav-dropdown-sm .link:focus,
#menu-2im .nav-dropdown-sm .link:hover,
#menu-2im .nav-dropdown-sm .dropdown-item:focus,
#menu-2im .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2im .navbar,
#menu-2im .nav-dropdown-sm,
#menu-2im .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2im .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2im .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2im .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2im .bg-color.transparent.opened .link:hover,
#menu-2im .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2im .link[aria-expanded="true"],
#menu-2im .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2in .mbr-section-title {
  font-size: 36px;
}
#content3-2io .mbr-section-title,
#content3-2io .mbr-section-subtitle {
  text-align: center;
}
#content1-2it P {
  color: #010101;
  font-size: 20px;
  text-align: right;
}
#content1-2iu P {
  color: #010101;
  font-size: 20px;
  text-align: left;
}
#content1-2iw P {
  color: #010101;
  font-size: 20px;
  text-align: right;
}
#content1-2iq P {
  color: #010101;
  font-size: 20px;
  text-align: left;
}
#footer1-2is .mbr-section-subtitle,
#footer1-2is .mbr-section-text {
  color: #fff;
}
#footer1-2is .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2is P {
  font-size: 16px;
  text-align: left;
}
#footer1-2is I {
  text-align: left;
}
#footer1-2is B {
  font-size: 24px;
}
#footer1-2is SPAN {
  font-size: 22px;
}
#menu-2iy .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2iy .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2iy .navbar-toggler {
  color: #ffffff;
}
#menu-2iy .close-icon::before,
#menu-2iy .close-icon::after {
  background-color: #ffffff;
}
#menu-2iy .link,
#menu-2iy .dropdown-item {
  color: #ffffff;
}
#menu-2iy .link {
  font-size: 0.75rem;
}
#menu-2iy .dropdown-item,
#menu-2iy .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2iy .link:hover,
#menu-2iy .link:focus {
  color: #f1c40f;
}
#menu-2iy .dropdown-item:hover::before,
#menu-2iy .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2iy .dropdown-item:hover,
#menu-2iy .dropdown-item:focus {
  color: #ffffff;
}
#menu-2iy .link[aria-expanded="true"],
#menu-2iy .dropdown-menu {
  background: #1a242f;
}
#menu-2iy .nav-dropdown-sm .link:focus,
#menu-2iy .nav-dropdown-sm .link:hover,
#menu-2iy .nav-dropdown-sm .dropdown-item:focus,
#menu-2iy .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2iy .navbar,
#menu-2iy .nav-dropdown-sm,
#menu-2iy .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2iy .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2iy .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2iy .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2iy .bg-color.transparent.opened .link:hover,
#menu-2iy .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2iy .link[aria-expanded="true"],
#menu-2iy .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2iz .mbr-section-title {
  font-size: 36px;
}
#content3-2j0 .mbr-section-title,
#content3-2j0 .mbr-section-subtitle {
  text-align: center;
}
#content3-2j0 H3 {
  color: #000000;
}
#content1-2j2 P {
  color: #000000;
  font-size: 20px;
  text-align: left;
}
#content1-2j8 P {
  color: #232323;
  font-size: 22px;
  text-align: left;
}
#footer1-2j6 .mbr-section-subtitle,
#footer1-2j6 .mbr-section-text {
  color: #fff;
}
#footer1-2j6 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2j6 P {
  font-size: 16px;
  text-align: left;
}
#footer1-2j6 I {
  text-align: left;
}
#footer1-2j6 B {
  font-size: 24px;
}
#footer1-2j6 SPAN {
  font-size: 22px;
}
#menu-2j9 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2j9 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2j9 .navbar-toggler {
  color: #ffffff;
}
#menu-2j9 .close-icon::before,
#menu-2j9 .close-icon::after {
  background-color: #ffffff;
}
#menu-2j9 .link,
#menu-2j9 .dropdown-item {
  color: #ffffff;
}
#menu-2j9 .link {
  font-size: 0.75rem;
}
#menu-2j9 .dropdown-item,
#menu-2j9 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2j9 .link:hover,
#menu-2j9 .link:focus {
  color: #f1c40f;
}
#menu-2j9 .dropdown-item:hover::before,
#menu-2j9 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2j9 .dropdown-item:hover,
#menu-2j9 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2j9 .link[aria-expanded="true"],
#menu-2j9 .dropdown-menu {
  background: #1a242f;
}
#menu-2j9 .nav-dropdown-sm .link:focus,
#menu-2j9 .nav-dropdown-sm .link:hover,
#menu-2j9 .nav-dropdown-sm .dropdown-item:focus,
#menu-2j9 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2j9 .navbar,
#menu-2j9 .nav-dropdown-sm,
#menu-2j9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2j9 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2j9 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2j9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2j9 .bg-color.transparent.opened .link:hover,
#menu-2j9 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2j9 .link[aria-expanded="true"],
#menu-2j9 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2ja .mbr-section-title {
  font-size: 36px;
}
#content3-2jb .mbr-section-title,
#content3-2jb .mbr-section-subtitle {
  text-align: center;
}
#content3-2jb H3 {
  color: #000000;
}
#content1-2jd P {
  color: #232323;
  font-size: 22px;
  text-align: left;
}
#footer1-2jf .mbr-section-subtitle,
#footer1-2jf .mbr-section-text {
  color: #fff;
}
#footer1-2jf .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2jf P {
  font-size: 16px;
  text-align: left;
}
#footer1-2jf I {
  text-align: left;
}
#footer1-2jf B {
  font-size: 24px;
}
#footer1-2jf SPAN {
  font-size: 22px;
}
#menu-2jh .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2jh .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2jh .navbar-toggler {
  color: #ffffff;
}
#menu-2jh .close-icon::before,
#menu-2jh .close-icon::after {
  background-color: #ffffff;
}
#menu-2jh .link,
#menu-2jh .dropdown-item {
  color: #ffffff;
}
#menu-2jh .link {
  font-size: 0.75rem;
}
#menu-2jh .dropdown-item,
#menu-2jh .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2jh .link:hover,
#menu-2jh .link:focus {
  color: #f1c40f;
}
#menu-2jh .dropdown-item:hover::before,
#menu-2jh .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2jh .dropdown-item:hover,
#menu-2jh .dropdown-item:focus {
  color: #ffffff;
}
#menu-2jh .link[aria-expanded="true"],
#menu-2jh .dropdown-menu {
  background: #1a242f;
}
#menu-2jh .nav-dropdown-sm .link:focus,
#menu-2jh .nav-dropdown-sm .link:hover,
#menu-2jh .nav-dropdown-sm .dropdown-item:focus,
#menu-2jh .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2jh .navbar,
#menu-2jh .nav-dropdown-sm,
#menu-2jh .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2jh .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2jh .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2jh .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2jh .bg-color.transparent.opened .link:hover,
#menu-2jh .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2jh .link[aria-expanded="true"],
#menu-2jh .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2ji .mbr-section-title {
  font-size: 36px;
}
#content3-2jj .mbr-section-title,
#content3-2jj .mbr-section-subtitle {
  text-align: center;
}
#content3-2jj H3 {
  color: #000000;
}
#content1-2jn P {
  color: #232323;
  font-size: 22px;
  text-align: center;
}
#content1-2jn B {
  font-size: 32px;
}
#content1-2jt P {
  color: #232323;
  font-size: 22px;
  text-align: center;
}
#content1-2jt B {
  font-size: 32px;
}
#content1-2jp P {
  color: #000000;
  font-size: 18px;
  text-align: left;
}
#content1-2jp B {
  font-size: 24px;
}
#content1-2jr P {
  color: #000000;
  font-size: 18px;
  text-align: left;
}
#content1-2jr B {
  font-size: 24px;
}
#content1-2js P {
  color: #000000;
  font-size: 18px;
  text-align: left;
}
#content1-2js B {
  font-size: 24px;
}
#content1-2jk P {
  color: #232323;
  font-size: 22px;
  text-align: left;
}
#footer1-2jm .mbr-section-subtitle,
#footer1-2jm .mbr-section-text {
  color: #fff;
}
#footer1-2jm .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2jm P {
  font-size: 16px;
  text-align: left;
}
#footer1-2jm I {
  text-align: left;
}
#footer1-2jm B {
  font-size: 24px;
}
#footer1-2jm SPAN {
  font-size: 22px;
}
#menu-2jv .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2jv .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2jv .navbar-toggler {
  color: #ffffff;
}
#menu-2jv .close-icon::before,
#menu-2jv .close-icon::after {
  background-color: #ffffff;
}
#menu-2jv .link,
#menu-2jv .dropdown-item {
  color: #ffffff;
}
#menu-2jv .link {
  font-size: 0.75rem;
}
#menu-2jv .dropdown-item,
#menu-2jv .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2jv .link:hover,
#menu-2jv .link:focus {
  color: #f1c40f;
}
#menu-2jv .dropdown-item:hover::before,
#menu-2jv .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2jv .dropdown-item:hover,
#menu-2jv .dropdown-item:focus {
  color: #ffffff;
}
#menu-2jv .link[aria-expanded="true"],
#menu-2jv .dropdown-menu {
  background: #1a242f;
}
#menu-2jv .nav-dropdown-sm .link:focus,
#menu-2jv .nav-dropdown-sm .link:hover,
#menu-2jv .nav-dropdown-sm .dropdown-item:focus,
#menu-2jv .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2jv .navbar,
#menu-2jv .nav-dropdown-sm,
#menu-2jv .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2jv .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2jv .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2jv .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2jv .bg-color.transparent.opened .link:hover,
#menu-2jv .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2jv .link[aria-expanded="true"],
#menu-2jv .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2jw .mbr-section-title {
  font-size: 36px;
}
#content3-2jx .mbr-section-title,
#content3-2jx .mbr-section-subtitle {
  text-align: center;
}
#content3-2jx H3 {
  color: #000000;
}
#content1-2k3 P {
  color: #232323;
  font-size: 22px;
  text-align: left;
}
#footer1-2k5 .mbr-section-subtitle,
#footer1-2k5 .mbr-section-text {
  color: #fff;
}
#footer1-2k5 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2k5 P {
  font-size: 16px;
  text-align: left;
}
#footer1-2k5 I {
  text-align: left;
}
#footer1-2k5 B {
  font-size: 24px;
}
#footer1-2k5 SPAN {
  font-size: 22px;
}
#menu-2ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2ke .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2ke .navbar-toggler {
  color: #ffffff;
}
#menu-2ke .close-icon::before,
#menu-2ke .close-icon::after {
  background-color: #ffffff;
}
#menu-2ke .link,
#menu-2ke .dropdown-item {
  color: #ffffff;
}
#menu-2ke .link {
  font-size: 0.75rem;
}
#menu-2ke .dropdown-item,
#menu-2ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2ke .link:hover,
#menu-2ke .link:focus {
  color: #f1c40f;
}
#menu-2ke .dropdown-item:hover::before,
#menu-2ke .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2ke .dropdown-item:hover,
#menu-2ke .dropdown-item:focus {
  color: #ffffff;
}
#menu-2ke .link[aria-expanded="true"],
#menu-2ke .dropdown-menu {
  background: #1a242f;
}
#menu-2ke .nav-dropdown-sm .link:focus,
#menu-2ke .nav-dropdown-sm .link:hover,
#menu-2ke .nav-dropdown-sm .dropdown-item:focus,
#menu-2ke .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2ke .navbar,
#menu-2ke .nav-dropdown-sm,
#menu-2ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2ke .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2ke .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2ke .bg-color.transparent.opened .link:hover,
#menu-2ke .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2ke .link[aria-expanded="true"],
#menu-2ke .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2kf .mbr-section-title {
  font-size: 36px;
}
#content3-2kg .mbr-section-title,
#content3-2kg .mbr-section-subtitle {
  text-align: center;
}
#content3-2kg H3 {
  color: #000000;
}
#content1-2kh P {
  color: #232323;
  font-size: 22px;
  text-align: left;
}
#footer1-2kj .mbr-section-subtitle,
#footer1-2kj .mbr-section-text {
  color: #fff;
}
#footer1-2kj .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2kj P {
  font-size: 16px;
  text-align: left;
}
#footer1-2kj I {
  text-align: left;
}
#footer1-2kj B {
  font-size: 24px;
}
#footer1-2kj SPAN {
  font-size: 22px;
}
#menu-2kl .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2kl .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2kl .navbar-toggler {
  color: #ffffff;
}
#menu-2kl .close-icon::before,
#menu-2kl .close-icon::after {
  background-color: #ffffff;
}
#menu-2kl .link,
#menu-2kl .dropdown-item {
  color: #ffffff;
}
#menu-2kl .link {
  font-size: 0.75rem;
}
#menu-2kl .dropdown-item,
#menu-2kl .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2kl .link:hover,
#menu-2kl .link:focus {
  color: #f1c40f;
}
#menu-2kl .dropdown-item:hover::before,
#menu-2kl .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2kl .dropdown-item:hover,
#menu-2kl .dropdown-item:focus {
  color: #ffffff;
}
#menu-2kl .link[aria-expanded="true"],
#menu-2kl .dropdown-menu {
  background: #1a242f;
}
#menu-2kl .nav-dropdown-sm .link:focus,
#menu-2kl .nav-dropdown-sm .link:hover,
#menu-2kl .nav-dropdown-sm .dropdown-item:focus,
#menu-2kl .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2kl .navbar,
#menu-2kl .nav-dropdown-sm,
#menu-2kl .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2kl .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2kl .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2kl .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2kl .bg-color.transparent.opened .link:hover,
#menu-2kl .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2kl .link[aria-expanded="true"],
#menu-2kl .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2km .mbr-section-title {
  font-size: 36px;
}
#content3-2kn .mbr-section-title,
#content3-2kn .mbr-section-subtitle {
  text-align: center;
}
#content3-2kn H3 {
  color: #000000;
}
#content1-2ko P {
  color: #232323;
  font-size: 22px;
  text-align: left;
}
#footer1-2kq .mbr-section-subtitle,
#footer1-2kq .mbr-section-text {
  color: #fff;
}
#footer1-2kq .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2kq P {
  font-size: 16px;
  text-align: left;
}
#footer1-2kq I {
  text-align: left;
}
#footer1-2kq B {
  font-size: 24px;
}
#footer1-2kq SPAN {
  font-size: 22px;
}
#menu-2l6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2l6 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2l6 .navbar-toggler {
  color: #ffffff;
}
#menu-2l6 .close-icon::before,
#menu-2l6 .close-icon::after {
  background-color: #ffffff;
}
#menu-2l6 .link,
#menu-2l6 .dropdown-item {
  color: #ffffff;
}
#menu-2l6 .link {
  font-size: 0.75rem;
}
#menu-2l6 .dropdown-item,
#menu-2l6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2l6 .link:hover,
#menu-2l6 .link:focus {
  color: #f1c40f;
}
#menu-2l6 .dropdown-item:hover::before,
#menu-2l6 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2l6 .dropdown-item:hover,
#menu-2l6 .dropdown-item:focus {
  color: #ffffff;
}
#menu-2l6 .link[aria-expanded="true"],
#menu-2l6 .dropdown-menu {
  background: #1a242f;
}
#menu-2l6 .nav-dropdown-sm .link:focus,
#menu-2l6 .nav-dropdown-sm .link:hover,
#menu-2l6 .nav-dropdown-sm .dropdown-item:focus,
#menu-2l6 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2l6 .navbar,
#menu-2l6 .nav-dropdown-sm,
#menu-2l6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2l6 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2l6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2l6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2l6 .bg-color.transparent.opened .link:hover,
#menu-2l6 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2l6 .link[aria-expanded="true"],
#menu-2l6 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2l7 .mbr-section-title {
  font-size: 36px;
}
#content3-2l8 .mbr-section-title,
#content3-2l8 .mbr-section-subtitle {
  text-align: center;
}
#content3-2l8 H3 {
  color: #000000;
}
#content1-2l9 P {
  color: #232323;
  font-size: 22px;
  text-align: left;
}
#footer1-2lb .mbr-section-subtitle,
#footer1-2lb .mbr-section-text {
  color: #fff;
}
#footer1-2lb .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2lb P {
  font-size: 16px;
  text-align: left;
}
#footer1-2lb I {
  text-align: left;
}
#footer1-2lb B {
  font-size: 24px;
}
#footer1-2lb SPAN {
  font-size: 22px;
}


#menu-2ld .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2ld .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#menu-2ld .navbar-toggler {
  color: #ffffff;
}
#menu-2ld .close-icon::before,
#menu-2ld .close-icon::after {
  background-color: #ffffff;
}
#menu-2ld .link,
#menu-2ld .dropdown-item {
  color: #ffffff;
}
#menu-2ld .link {
  font-size: 0.75rem;
}
#menu-2ld .dropdown-item,
#menu-2ld .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2ld .link:hover,
#menu-2ld .link:focus {
  color: #f1c40f;
}
#menu-2ld .dropdown-item:hover::before,
#menu-2ld .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2ld .dropdown-item:hover,
#menu-2ld .dropdown-item:focus {
  color: #ffffff;
}
#menu-2ld .link[aria-expanded="true"],
#menu-2ld .dropdown-menu {
  background: #1a242f;
}
#menu-2ld .nav-dropdown-sm .link:focus,
#menu-2ld .nav-dropdown-sm .link:hover,
#menu-2ld .nav-dropdown-sm .dropdown-item:focus,
#menu-2ld .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2ld .navbar,
#menu-2ld .nav-dropdown-sm,
#menu-2ld .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2ld .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2ld .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2ld .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2ld .bg-color.transparent.opened .link:hover,
#menu-2ld .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2ld .link[aria-expanded="true"],
#menu-2ld .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#content5-2le .mbr-section-title {
  font-size: 36px;
}
#content3-2lf .mbr-section-title,
#content3-2lf .mbr-section-subtitle {
  text-align: center;
}
#content3-2lf H3 {
  color: #000000;
}
#content1-2lg P {
  color: #232323;
  font-size: 32px;
  text-align: center;
}
#image2-2lh DIV {
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#image2-2lh B {
  font-family: 'Open Sans', sans-serif;
}
#footer1-2lk .mbr-section-subtitle,
#footer1-2lk .mbr-section-text {
  color: #fff;
}
#footer1-2lk .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2lk P {
  font-size: 16px;
  text-align: left;
}
#footer1-2lk I {
  text-align: left;
}
#footer1-2lk B {
  font-size: 24px;
}
#footer1-2lk SPAN {
  font-size: 22px;
}
