@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


.subtitleFont {
  font-family: 'Lora', serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #2b0680 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #af8a14 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #2b0680;
  border-color: #2b0680;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #120337;
  border-color: #120337;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #120337 !important;
  border-color: #120337 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #af8a14;
  border-color: #af8a14;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #6a540c;
  border-color: #6a540c;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6a540c !important;
  border-color: #6a540c !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #0a011f;
  color: #0a011f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2b0680;
  border-color: #2b0680;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b0680 !important;
  border-color: #2b0680 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #53420a;
  color: #53420a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #af8a14;
  border-color: #af8a14;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #af8a14 !important;
  border-color: #af8a14 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #2b0680 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #af8a14 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #af8a14;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #2b0680;
}
.btn-social:hover {
  background: #2b0680;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #2b0680;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #2b0680;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2b0680;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2b0680;
}
.lead a,
.lead a:hover {
  color: #2b0680;
}
.lead blockquote {
  border-color: #2b0680;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5612f4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ecc857;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #2b0680;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-0 .navbar-toggler {
  color: #28324e;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #28324e;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #28324e;
}
#ext_menu-0 .link {
  font-size: 0.9rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-0 A {
  font-size: 14px;
}
#content1-19 P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-19 DIV {
  text-align: center;
}
#content1-19 B {
  font-size: 18px;
}
#content1-19 SPAN {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header4-7f .mbr-section-title {
  font-size: 60px;
  text-align: right;
  color: #fac51c;
}
#header4-7f .mbr-section-lead {
  text-align: right;
}
#msg-box6-8 h3,
#msg-box6-8 p {
  color: #fff;
}
#msg-box6-8 P {
  color: #000000;
  text-align: left;
}
#msg-box6-8 .btn {
  font-size: 20px;
}
#header3-7y .mbr-section-title,
#header3-7y .mbr-section-subtitle {
  text-align: center;
}
#header3-7y .mbr-section-title {
  font-size: 24px;
  color: #ffffff;
}
#footer1-6 P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-1j P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#contacts1-1j STRONG {
  font-size: 20px;
}


#ext_menu-8b .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8b .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-8b .navbar-toggler {
  color: #28324e;
}
#ext_menu-8b .close-icon::before,
#ext_menu-8b .close-icon::after {
  background-color: #28324e;
}
#ext_menu-8b .link,
#ext_menu-8b .dropdown-item {
  color: #28324e;
}
#ext_menu-8b .link {
  font-size: 0.9rem;
}
#ext_menu-8b .dropdown-item,
#ext_menu-8b .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-8b .link:hover,
#ext_menu-8b .dropdown-item:hover,
#ext_menu-8b .link:focus,
#ext_menu-8b .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-8b .link[aria-expanded="true"],
#ext_menu-8b .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-8b .nav-dropdown-sm .link:focus,
#ext_menu-8b .nav-dropdown-sm .link:hover,
#ext_menu-8b .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-8b .navbar,
#ext_menu-8b .nav-dropdown-sm,
#ext_menu-8b .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8b .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-8b .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-8b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8b .bg-color.transparent.opened .link:hover,
#ext_menu-8b .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-8b .link[aria-expanded="true"],
#ext_menu-8b .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-8b A {
  font-size: 14px;
}
#content1-8c P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-8c DIV {
  text-align: center;
}
#content1-8c B {
  font-size: 18px;
}
#content1-8c SPAN {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box8-8k .mbr-section-title,
#msg-box8-8k .lead {
  color: #fff;
}
#msg-box8-8k .lead P {
  font-size: 36px;
}
#header3-8f .mbr-section-title,
#header3-8f .mbr-section-subtitle {
  text-align: center;
}
#header3-8f .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
}
#header3-8h .mbr-section-title,
#header3-8h .mbr-section-subtitle {
  text-align: center;
}
#header3-8h .mbr-section-title {
  font-size: 24px;
  color: #b8312f;
}
#footer1-8i P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-8j P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#contacts1-8j STRONG {
  font-size: 20px;
}


#ext_menu-8m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8m .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-8m .navbar-toggler {
  color: #28324e;
}
#ext_menu-8m .close-icon::before,
#ext_menu-8m .close-icon::after {
  background-color: #28324e;
}
#ext_menu-8m .link,
#ext_menu-8m .dropdown-item {
  color: #28324e;
}
#ext_menu-8m .link {
  font-size: 0.9rem;
}
#ext_menu-8m .dropdown-item,
#ext_menu-8m .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-8m .link:hover,
#ext_menu-8m .dropdown-item:hover,
#ext_menu-8m .link:focus,
#ext_menu-8m .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-8m .link[aria-expanded="true"],
#ext_menu-8m .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-8m .nav-dropdown-sm .link:focus,
#ext_menu-8m .nav-dropdown-sm .link:hover,
#ext_menu-8m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8m .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-8m .navbar,
#ext_menu-8m .nav-dropdown-sm,
#ext_menu-8m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8m .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-8m .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-8m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8m .bg-color.transparent.opened .link:hover,
#ext_menu-8m .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-8m .link[aria-expanded="true"],
#ext_menu-8m .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-8m A {
  font-size: 14px;
}
#content1-8n P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-8n DIV {
  text-align: center;
}
#content1-8n B {
  font-size: 18px;
}
#content1-8n SPAN {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box8-8o .mbr-section-title,
#msg-box8-8o .lead {
  color: #fff;
}
#msg-box8-8o .lead P {
  font-size: 36px;
}
#msg-box5-8w H3 {
  font-size: 19px;
}
#msg-box5-8w P {
  text-align: left;
}
#msg-box5-8x H3 {
  font-size: 19px;
}
#msg-box5-8x P {
  text-align: left;
}
#msg-box5-93 H3 {
  font-size: 19px;
}
#msg-box5-93 P {
  text-align: left;
}
#msg-box5-94 H3 {
  font-size: 19px;
}
#msg-box5-94 P {
  text-align: left;
}
#msg-box5-95 H3 {
  font-size: 19px;
}
#msg-box5-95 P {
  text-align: left;
}
#header3-8q .mbr-section-title,
#header3-8q .mbr-section-subtitle {
  text-align: center;
}
#header3-8q .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
}
#header3-8s .mbr-section-title,
#header3-8s .mbr-section-subtitle {
  text-align: center;
}
#header3-8s .mbr-section-title {
  font-size: 24px;
  color: #b8312f;
}
#footer1-8t P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-8u P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#contacts1-8u STRONG {
  font-size: 20px;
}


#ext_menu-96 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-96 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-96 .navbar-toggler {
  color: #28324e;
}
#ext_menu-96 .close-icon::before,
#ext_menu-96 .close-icon::after {
  background-color: #28324e;
}
#ext_menu-96 .link,
#ext_menu-96 .dropdown-item {
  color: #28324e;
}
#ext_menu-96 .link {
  font-size: 0.9rem;
}
#ext_menu-96 .dropdown-item,
#ext_menu-96 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-96 .link:hover,
#ext_menu-96 .dropdown-item:hover,
#ext_menu-96 .link:focus,
#ext_menu-96 .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-96 .link[aria-expanded="true"],
#ext_menu-96 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-96 .nav-dropdown-sm .link:focus,
#ext_menu-96 .nav-dropdown-sm .link:hover,
#ext_menu-96 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-96 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-96 .navbar,
#ext_menu-96 .nav-dropdown-sm,
#ext_menu-96 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-96 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-96 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-96 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-96 .bg-color.transparent.opened .link:hover,
#ext_menu-96 .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-96 .link[aria-expanded="true"],
#ext_menu-96 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-96 A {
  font-size: 14px;
}
#content1-97 P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-97 DIV {
  text-align: center;
}
#content1-97 B {
  font-size: 18px;
}
#content1-97 SPAN {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box8-98 .mbr-section-title,
#msg-box8-98 .lead {
  color: #fff;
}
#msg-box8-98 .lead P {
  font-size: 25px;
}
#msg-box5-9a H3 {
  font-size: 19px;
}
#msg-box5-9a P {
  text-align: left;
}
#msg-box5-9c H3 {
  font-size: 19px;
}
#msg-box5-9c P {
  text-align: left;
}
#msg-box5-9d H3 {
  font-size: 19px;
}
#msg-box5-9d P {
  text-align: left;
}
#msg-box5-9e H3 {
  font-size: 19px;
}
#msg-box5-9e P {
  text-align: left;
}
#header3-9f .mbr-section-title,
#header3-9f .mbr-section-subtitle {
  text-align: center;
}
#header3-9f .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
}
#header3-9h .mbr-section-title,
#header3-9h .mbr-section-subtitle {
  text-align: center;
}
#header3-9h .mbr-section-title {
  font-size: 24px;
  color: #b8312f;
}
#footer1-9i P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-9j P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#contacts1-9j STRONG {
  font-size: 20px;
}


#ext_menu-9k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-9k .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-9k .navbar-toggler {
  color: #28324e;
}
#ext_menu-9k .close-icon::before,
#ext_menu-9k .close-icon::after {
  background-color: #28324e;
}
#ext_menu-9k .link,
#ext_menu-9k .dropdown-item {
  color: #28324e;
}
#ext_menu-9k .link {
  font-size: 0.9rem;
}
#ext_menu-9k .dropdown-item,
#ext_menu-9k .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-9k .link:hover,
#ext_menu-9k .dropdown-item:hover,
#ext_menu-9k .link:focus,
#ext_menu-9k .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-9k .link[aria-expanded="true"],
#ext_menu-9k .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-9k .nav-dropdown-sm .link:focus,
#ext_menu-9k .nav-dropdown-sm .link:hover,
#ext_menu-9k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-9k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-9k .navbar,
#ext_menu-9k .nav-dropdown-sm,
#ext_menu-9k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-9k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-9k .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-9k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-9k .bg-color.transparent.opened .link:hover,
#ext_menu-9k .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-9k .link[aria-expanded="true"],
#ext_menu-9k .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-9k A {
  font-size: 14px;
}
#content1-9l P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-9l DIV {
  text-align: center;
}
#content1-9l B {
  font-size: 18px;
}
#content1-9l SPAN {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box8-9m .mbr-section-title,
#msg-box8-9m .lead {
  color: #fff;
}
#msg-box8-9m .lead P {
  font-size: 36px;
}
#header3-9u .mbr-section-title,
#header3-9u .mbr-section-subtitle {
  text-align: center;
}
#header3-9u .mbr-section-title {
  font-size: 24px;
  color: #b8312f;
}
#footer1-9v P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-9w P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#contacts1-9w STRONG {
  font-size: 20px;
}


#ext_menu-9x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-9x .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-9x .navbar-toggler {
  color: #28324e;
}
#ext_menu-9x .close-icon::before,
#ext_menu-9x .close-icon::after {
  background-color: #28324e;
}
#ext_menu-9x .link,
#ext_menu-9x .dropdown-item {
  color: #28324e;
}
#ext_menu-9x .link {
  font-size: 0.9rem;
}
#ext_menu-9x .dropdown-item,
#ext_menu-9x .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-9x .link:hover,
#ext_menu-9x .dropdown-item:hover,
#ext_menu-9x .link:focus,
#ext_menu-9x .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-9x .link[aria-expanded="true"],
#ext_menu-9x .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-9x .nav-dropdown-sm .link:focus,
#ext_menu-9x .nav-dropdown-sm .link:hover,
#ext_menu-9x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-9x .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-9x .navbar,
#ext_menu-9x .nav-dropdown-sm,
#ext_menu-9x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-9x .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-9x .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-9x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-9x .bg-color.transparent.opened .link:hover,
#ext_menu-9x .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-9x .link[aria-expanded="true"],
#ext_menu-9x .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-9x A {
  font-size: 14px;
}
#content1-9y P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-9y DIV {
  text-align: center;
}
#content1-9y B {
  font-size: 18px;
}
#content1-9y SPAN {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box8-9z .mbr-section-title,
#msg-box8-9z .lead {
  color: #fff;
}
#msg-box8-9z .lead P {
  font-size: 36px;
}
#header3-a3 .mbr-section-title,
#header3-a3 .mbr-section-subtitle {
  text-align: center;
}
#header3-a3 .mbr-section-title {
  font-size: 24px;
  color: #b8312f;
}
#footer1-a4 P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-a5 P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#contacts1-a5 STRONG {
  font-size: 20px;
}

#ext_menu-a6 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-a6 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-a6 .navbar-toggler {
  color: #28324e;
}
#ext_menu-a6 .close-icon::before,
#ext_menu-a6 .close-icon::after {
  background-color: #28324e;
}
#ext_menu-a6 .link,
#ext_menu-a6 .dropdown-item {
  color: #28324e;
}
#ext_menu-a6 .link {
  font-size: 0.9rem;
}
#ext_menu-a6 .dropdown-item,
#ext_menu-a6 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-a6 .link:hover,
#ext_menu-a6 .dropdown-item:hover,
#ext_menu-a6 .link:focus,
#ext_menu-a6 .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-a6 .link[aria-expanded="true"],
#ext_menu-a6 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-a6 .nav-dropdown-sm .link:focus,
#ext_menu-a6 .nav-dropdown-sm .link:hover,
#ext_menu-a6 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-a6 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-a6 .navbar,
#ext_menu-a6 .nav-dropdown-sm,
#ext_menu-a6 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-a6 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-a6 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-a6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-a6 .bg-color.transparent.opened .link:hover,
#ext_menu-a6 .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-a6 .link[aria-expanded="true"],
#ext_menu-a6 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-a6 A {
  font-size: 14px;
}
#content1-a7 P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-a7 DIV {
  text-align: center;
}
#content1-a7 B {
  font-size: 18px;
}
#content1-a7 SPAN {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box8-a8 .mbr-section-title,
#msg-box8-a8 .lead {
  color: #fff;
}
#msg-box8-a8 .lead P {
  font-size: 36px;
}
#header3-an .mbr-section-title,
#header3-an .mbr-section-subtitle {
  text-align: center;
}
#header3-an .mbr-section-title {
  font-size: 24px;
  color: #9b8849;
}
#header3-ap .mbr-section-title,
#header3-ap .mbr-section-subtitle {
  text-align: center;
}
#header3-ap .mbr-section-title {
  font-size: 24px;
  color: #9b8849;
}
#header3-af .mbr-section-title,
#header3-af .mbr-section-subtitle {
  text-align: center;
}
#header3-af .mbr-section-title {
  text-align: center;
  color: #9b8849;
  font-size: 24px;
}
#header3-bs .mbr-section-title,
#header3-bs .mbr-section-subtitle {
  text-align: center;
}
#header3-bs .mbr-section-title {
  font-size: 25px;
}
#header3-as .mbr-section-title,
#header3-as .mbr-section-subtitle {
  text-align: center;
}
#header3-as .mbr-section-title {
  font-size: 25px;
}
#footer1-ai P {
  color: #ffffff;
  font-size: 16px;
}

#ext_menu-at .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-at .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-at .navbar-toggler {
  color: #28324e;
}
#ext_menu-at .close-icon::before,
#ext_menu-at .close-icon::after {
  background-color: #28324e;
}
#ext_menu-at .link,
#ext_menu-at .dropdown-item {
  color: #28324e;
}
#ext_menu-at .link {
  font-size: 0.9rem;
}
#ext_menu-at .dropdown-item,
#ext_menu-at .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-at .link:hover,
#ext_menu-at .dropdown-item:hover,
#ext_menu-at .link:focus,
#ext_menu-at .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-at .link[aria-expanded="true"],
#ext_menu-at .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-at .nav-dropdown-sm .link:focus,
#ext_menu-at .nav-dropdown-sm .link:hover,
#ext_menu-at .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-at .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-at .navbar,
#ext_menu-at .nav-dropdown-sm,
#ext_menu-at .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-at .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-at .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-at .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-at .bg-color.transparent.opened .link:hover,
#ext_menu-at .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-at .link[aria-expanded="true"],
#ext_menu-at .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-at A {
  font-size: 14px;
}
#content1-au P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-au DIV {
  text-align: center;
}
#content1-au B {
  font-size: 18px;
}
#content1-au SPAN {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box8-av .mbr-section-title,
#msg-box8-av .lead {
  color: #fff;
}
#msg-box8-av .lead P {
  font-size: 36px;
}
#content1-aw DIV {
  color: #000000;
}
#msg-box5-b8 H3 {
  font-size: 19px;
}
#msg-box5-b8 P {
  text-align: left;
}
#header3-az .mbr-section-title,
#header3-az .mbr-section-subtitle {
  text-align: center;
}
#header3-az .mbr-section-title {
  font-size: 24px;
  color: #9b8849;
}
#header3-b3 .mbr-section-title,
#header3-b3 .mbr-section-subtitle {
  text-align: center;
}
#header3-b3 .mbr-section-title {
  font-size: 25px;
  color: #e25041;
}
#footer1-b6 P {
  color: #ffffff;
  font-size: 16px;
}


#ext_menu-bi .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-bi .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-bi .navbar-toggler {
  color: #28324e;
}
#ext_menu-bi .close-icon::before,
#ext_menu-bi .close-icon::after {
  background-color: #28324e;
}
#ext_menu-bi .link,
#ext_menu-bi .dropdown-item {
  color: #28324e;
}
#ext_menu-bi .link {
  font-size: 0.9rem;
}
#ext_menu-bi .dropdown-item,
#ext_menu-bi .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-bi .link:hover,
#ext_menu-bi .dropdown-item:hover,
#ext_menu-bi .link:focus,
#ext_menu-bi .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-bi .link[aria-expanded="true"],
#ext_menu-bi .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-bi .nav-dropdown-sm .link:focus,
#ext_menu-bi .nav-dropdown-sm .link:hover,
#ext_menu-bi .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-bi .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-bi .navbar,
#ext_menu-bi .nav-dropdown-sm,
#ext_menu-bi .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-bi .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-bi .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-bi .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-bi .bg-color.transparent.opened .link:hover,
#ext_menu-bi .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-bi .link[aria-expanded="true"],
#ext_menu-bi .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-bi A {
  font-size: 14px;
}
#content1-bj P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-bj DIV {
  text-align: center;
}
#content1-bj B {
  font-size: 18px;
}
#content1-bj SPAN {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box8-bk .mbr-section-title,
#msg-box8-bk .lead {
  color: #fff;
}
#msg-box8-bk .lead P {
  font-size: 36px;
}
#header3-bm .mbr-section-title,
#header3-bm .mbr-section-subtitle {
  text-align: center;
}
#header3-bm .mbr-section-title {
  font-size: 24px;
  color: #b8312f;
}
#footer1-bn P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-bo P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#contacts1-bo STRONG {
  font-size: 20px;
}
#header3-bq .mbr-section-title,
#header3-bq .mbr-section-subtitle {
  text-align: center;
}
#header3-bq .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
}


#ext_menu-7m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7m .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-7m .navbar-toggler {
  color: #28324e;
}
#ext_menu-7m .close-icon::before,
#ext_menu-7m .close-icon::after {
  background-color: #28324e;
}
#ext_menu-7m .link,
#ext_menu-7m .dropdown-item {
  color: #28324e;
}
#ext_menu-7m .link {
  font-size: 0.9rem;
}
#ext_menu-7m .dropdown-item,
#ext_menu-7m .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-7m .link:hover,
#ext_menu-7m .dropdown-item:hover,
#ext_menu-7m .link:focus,
#ext_menu-7m .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-7m .link[aria-expanded="true"],
#ext_menu-7m .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-7m .nav-dropdown-sm .link:focus,
#ext_menu-7m .nav-dropdown-sm .link:hover,
#ext_menu-7m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7m .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-7m .navbar,
#ext_menu-7m .nav-dropdown-sm,
#ext_menu-7m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7m .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-7m .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-7m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7m .bg-color.transparent.opened .link:hover,
#ext_menu-7m .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-7m .link[aria-expanded="true"],
#ext_menu-7m .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-7m A {
  font-size: 14px;
}
#content1-7n P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-7n DIV {
  text-align: center;
}
#content1-7n B {
  font-size: 18px;
}
#content1-7n SPAN {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header4-7o .mbr-section-title {
  font-size: 60px;
  text-align: right;
  color: #f7da64;
}
#header4-7o .mbr-section-lead {
  text-align: right;
}
#header3-7p .mbr-section-title,
#header3-7p .mbr-section-subtitle {
  text-align: center;
}
#header3-7p .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
}
#msg-box6-7r h3,
#msg-box6-7r p {
  color: #fff;
}
#msg-box6-7r P {
  color: #000000;
  text-align: left;
}
#msg-box6-7r .btn {
  font-size: 20px;
}
#content1-7s DIV {
  color: #000000;
}
#content1-7s P {
  font-size: 18px;
}
#msg-box3-7t .mbr-section-title,
#msg-box3-7t .lead {
  color: #000;
}
#msg-box3-7t .btn {
  font-size: 15px;
}
#footer1-7u P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-7v P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#contacts1-7v STRONG {
  font-size: 20px;
}
#header3-7w .mbr-section-title,
#header3-7w .mbr-section-subtitle {
  text-align: center;
}
#header3-7w .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#features4-7x .card-subtitle {
  color: #bcbcbc;
}
#features4-7x .iconbox {
  background-color: #ffffff;
  border-color: #ffffff;
}
