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



body,
input,
textarea,
.mbr-company .list-group-text,
.mbr-section-text {
  font-family: 'Libre Franklin', serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Libre Franklin', serif;
}
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price,
.mbr-section-title {
  font-family: 'Oxygen', sans-serif;
}
.btn {
  font-family: 'Libre Franklin', 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: 'Oxygen', sans-serif;
}
.btn:not(.btn-social) {
  border-radius: 30px;
  padding: 17px 50px;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block,
.mbr-section-subtitle {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oxygen', sans-serif;
}
.mbr-author-desc {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oxygen', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #ff8000 !important;
}
.bg-success {
  background-color: #1e7c3a !important;
}
.bg-info {
  background-color: #74a3c7 !important;
}
.bg-warning {
  background-color: #ffd785 !important;
}
.bg-danger {
  background-color: #ff9685 !important;
}
.btn-primary {
  background-color: #ff8000;
  border-color: #ff8000;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #b35a00;
  border-color: #b35a00;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b35a00 !important;
  border-color: #b35a00 !important;
}
.btn-secondary {
  background-color: #a25dae;
  border-color: #a25dae;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #763f7f;
  border-color: #763f7f;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #763f7f !important;
  border-color: #763f7f !important;
}
.btn-info {
  background-color: #74a3c7;
  border-color: #74a3c7;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #447eaa;
  border-color: #447eaa;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #447eaa !important;
  border-color: #447eaa !important;
}
.btn-success {
  background-color: #1e7c3a;
  border-color: #1e7c3a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #0f3e1d;
  border-color: #0f3e1d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f3e1d !important;
  border-color: #0f3e1d !important;
}
.btn-warning {
  background-color: #ffd785;
  border-color: #ffd785;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ffbe38;
  border-color: #ffbe38;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe38 !important;
  border-color: #ffbe38 !important;
}
.btn-danger {
  background-color: #ff9685;
  border-color: #ff9685;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ff5438;
  border-color: #ff5438;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5438 !important;
  border-color: #ff5438 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #994d00;
  color: #994d00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8000;
  border-color: #ff8000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8000 !important;
  border-color: #ff8000 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #66376e;
  color: #66376e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a25dae;
  border-color: #a25dae;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a25dae !important;
  border-color: #a25dae !important;
}
.btn-info-outline {
  background: none;
  border-color: #3d7198;
  color: #3d7198;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #74a3c7;
  border-color: #74a3c7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #74a3c7 !important;
  border-color: #74a3c7 !important;
}
.btn-success-outline {
  background: none;
  border-color: #0a2a14;
  color: #0a2a14;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #1e7c3a;
  border-color: #1e7c3a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1e7c3a !important;
  border-color: #1e7c3a !important;
}
.btn-warning-outline {
  background: none;
  border-color: #ffb61f;
  color: #ffb61f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffd785;
  border-color: #ffd785;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffd785 !important;
  border-color: #ffd785 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #ff3e1f;
  color: #ff3e1f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff9685;
  border-color: #ff9685;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9685 !important;
  border-color: #ff9685 !important;
}
.text-primary {
  color: #ff8000 !important;
}
.text-success {
  color: #1e7c3a !important;
}
.text-info {
  color: #74a3c7 !important;
}
.text-warning {
  color: #ffd785 !important;
}
.text-danger {
  color: #ff9685 !important;
}
.alert-success {
  background-color: #1e7c3a;
}
.alert-info {
  background-color: #74a3c7;
}
.alert-warning {
  background-color: #ffd785;
}
.alert-danger {
  background-color: #ff9685;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #ff8000;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #ff8000;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff8000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff8000;
}
.lead a,
.lead a:hover {
  color: #ff8000;
}
.lead blockquote {
  border-color: #ff8000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe6cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #47d271;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cfdfec;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #000;
}
/* DirectM */
a {
  color: #74a3c7;
}
a:hover {
  color: #333;
}
/*header1*/
.header1 .mbr-arrow a i {
  color: #ffffff;
}
.header1 .mbr-arrow a:hover i {
  color: #ff8000;
}
/*header2*/
.header1.header2 .mbr-arrow a i {
  color: #222222;
}
.header1.header2 .mbr-arrow a:hover i {
  color: #ff8000;
}
/*features1*/
.features1 .carousel-indicators li.active {
  border: 5px solid #ff8000;
}
/*features12*/
.features12 .card .mbr-iconfont,
.features14 .card .mbr-iconfont,
.features16 .card .mbr-iconfont {
  font-family: 'Oxygen', sans-serif;
}
/*msg-box1*/
.msg-box1 ul li:before {
  background-color: #ff8000;
}
.msg-box1 .round-block {
  background: linear-gradient(45deg, #db6e00, #ff8000, #ff9933);
}
/*tabs1*/
.tabs1 ul li a.active {
  border-bottom-color: #ff8000 !important;
}
.tabs1 .tab-list-wraper ul li:before {
  background-color: #ff8000;
}
.tabs1 .colorBG {
  background-color: #ff8000;
}
/*content*/
.content2 blockquote {
  border-left: 3px solid #ff8000;
}
.content4 p {
  border-bottom: 3px solid #ff8000;
  border-top: 3px solid #ff8000;
}
/*follow1*/
.follow1 .btn-social {
  color: #ff8000;
  border-color: #ff8000;
}
.follow1 .btn-social:hover {
  color: #ff9933;
  background: rgba(255, 128, 0, 0.1);
  border-color: #ff9933;
}
/*share1*/
.share1 .btn-social {
  color: #ff8000;
  border-color: #ff8000;
}
.share1 .btn-social:hover {
  color: #ff9933;
  background: rgba(255, 128, 0, 0.1);
  border-color: #ff9933;
}
/* Slider */
.mbr-slider .carousel-indicators .active {
  background-color: #ff8000;
}
/* Gallery */
.mbr-gallery-filter ul li {
  font-family: 'Libre Franklin', serif;
}
.mbr-gallery-filter li {
  color: #74a3c7;
}
.btn-empty:focus {
  color: #ff8000;
}
/* captions */
.mbr-figure-caption {
  background-color: #616161;
  color: #fff;
}
/* tabs1 */
.tabs1 ul li a {
  color: #74a3c7;
}
/*tabs3*/
.tabs3 .nav-tabs .nav-link.active {
  border: 5px solid #ff8000;
}
/* testimonials1*/
.testimonials1 .carousel-indicators li.active {
  border: 5px solid #ff8000;
}
.hamburger-icon {
  background-color: #ff8000 !important;
}
.hamburger-icon:before {
  background-color: #ff8000;
}
.hamburger-icon:after {
  background-color: #ff8000;
}
#menu2-y .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-y .navbar-toggler {
  color: #ff8000;
}
#menu2-y .close-icon::before,
#menu2-y .close-icon::after {
  background-color: #ff8000;
}
#menu2-y .link,
#menu2-y .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-y .link {
  font-size: 0.8rem;
}
#menu2-y .dropdown-item,
#menu2-y .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-y .link:hover,
#menu2-y .link:focus {
  color: #616161;
}
#menu2-y .dropdown-item:hover::before,
#menu2-y .dropdown-item:focus::before {
  background: #616161;
}
#menu2-y .dropdown-item:hover,
#menu2-y .dropdown-item:focus {
  color: #ff8000;
}
#menu2-y .link[aria-expanded="true"],
#menu2-y .dropdown-menu {
  background: #f5f3ed;
}
#menu2-y .nav-dropdown-sm .link:focus,
#menu2-y .nav-dropdown-sm .link:hover,
#menu2-y .nav-dropdown-sm .dropdown-item:focus,
#menu2-y .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-y .navbar,
#menu2-y .nav-dropdown-sm,
#menu2-y .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-y .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-y .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-y .bg-color.transparent.opened .link:hover,
#menu2-y .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-y .link[aria-expanded="true"],
#menu2-y .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-y .btn {
  font-size: 11px;
}
#menu2-y .link:hover,
#menu2-y .dropdown-item:hover,
#menu2-y .link:focus,
#menu2-y .dropdown-item:focus {
  color: #616161;
}
#menu2-y .navbar-toggler i,
#menu2-y .navbar-toggler em,
#menu2-y .navbar-toggler i:before,
#menu2-y .navbar-toggler em:before,
#menu2-y .navbar-toggler i:after,
#menu2-y .navbar-toggler em:after {
  background: #ff8000;
}
#menu2-y .navbar-toggler[aria-expanded="true"] i,
#menu2-y .navbar-toggler[aria-expanded="true"] em {
  background: transparent;
}
#menu2-y .link[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-y .dropdown-item[aria-expanded="true"] {
  color: #222!important;
}
#content5-a1 .mbr-section-title,
#content5-a1 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-a1 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-a1 .mbr-table-cell {
  vertical-align: middle;
}
#content5-a1 .heading-title {
  font-size: 46px;
}
#content5-a1 .heading-text {
  text-align: left;
  font-size: 18px;
}
#content5-a1 .heading-text B {
  font-size: 18px;
}
#features5-fs .mbr-cards-col:hover .card-overlay {
  opacity: 1;
}
#features5-fs .mbr-cards-col:hover .card-title {
  color: #fff;
}
#features5-fs .mbr-cards-col:hover .mbr-iconfont {
  border: 2px solid #fff;
  color: #fff;
}
#features5-fs .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features5-fs .heading-title {
  color: #2d2d2d;
}
#features5-ft .mbr-cards-col:hover .card-overlay {
  opacity: 1;
}
#features5-ft .mbr-cards-col:hover .card-title {
  color: #fff;
}
#features5-ft .mbr-cards-col:hover .mbr-iconfont {
  border: 2px solid #fff;
  color: #fff;
}
#features5-ft .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features5-fu .mbr-cards-col:hover .card-overlay {
  opacity: 1;
}
#features5-fu .mbr-cards-col:hover .card-title {
  color: #fff;
}
#features5-fu .mbr-cards-col:hover .mbr-iconfont {
  border: 2px solid #fff;
  color: #fff;
}
#features5-fu .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features5-fw .mbr-cards-col:hover .card-overlay {
  opacity: 1;
}
#features5-fw .mbr-cards-col:hover .card-title {
  color: #fff;
}
#features5-fw .mbr-cards-col:hover .mbr-iconfont {
  border: 2px solid #fff;
  color: #fff;
}
#features5-fw .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#content7-ga .mbr-section-title,
#content7-ga .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-ga .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-ga .mbr-table-cell {
  vertical-align: middle;
}
#msg-box3-17 H1 {
  color: #ffffff;
}
#msg-box3-17 P {
  color: #ffffff;
}
#msg-box3-17 B {
  font-size: 60px;
}
#msg-box3-17 .round-text {
  text-align: left;
  font-size: 18px;
}
#image1-fx DIV {
  font-size: 22px;
}
#content3-1h .mbr-section-title,
#content3-1h .mbr-section-subtitle {
  text-align: center;
}
#content3-1h H1 {
  font-size: 46px;
}
#features2-18 .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features2-18 .card-text {
  text-align: center;
}
#content3-1g .mbr-section-title,
#content3-1g .mbr-section-subtitle {
  text-align: center;
}
#content3-1g H1 {
  font-size: 46px;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-1i .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-1i .navbar-toggler {
  color: #ff8000;
}
#menu2-1i .close-icon::before,
#menu2-1i .close-icon::after {
  background-color: #ff8000;
}
#menu2-1i .link,
#menu2-1i .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-1i .link {
  font-size: 0.8rem;
}
#menu2-1i .dropdown-item,
#menu2-1i .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-1i .link:hover,
#menu2-1i .link:focus {
  color: #616161;
}
#menu2-1i .dropdown-item:hover::before,
#menu2-1i .dropdown-item:focus::before {
  background: #616161;
}
#menu2-1i .dropdown-item:hover,
#menu2-1i .dropdown-item:focus {
  color: #ff8000;
}
#menu2-1i .link[aria-expanded="true"],
#menu2-1i .dropdown-menu {
  background: #f5f3ed;
}
#menu2-1i .nav-dropdown-sm .link:focus,
#menu2-1i .nav-dropdown-sm .link:hover,
#menu2-1i .nav-dropdown-sm .dropdown-item:focus,
#menu2-1i .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-1i .navbar,
#menu2-1i .nav-dropdown-sm,
#menu2-1i .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-1i .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-1i .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-1i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-1i .bg-color.transparent.opened .link:hover,
#menu2-1i .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-1i .link[aria-expanded="true"],
#menu2-1i .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-1i .btn {
  font-size: 11px;
}
#content5-gt .mbr-section-title,
#content5-gt .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-gt .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-gt .mbr-table-cell {
  vertical-align: middle;
}
#content5-gt .heading-title {
  font-size: 36px;
}
#content5-gt .heading-text {
  font-size: 18px;
  text-align: left;
}
#content5-gt .heading-title B {
  font-size: 46px;
}
#features9-7v .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features18-gu .card .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#features18-gu .mbr-table-cell {
  vertical-align: middle;
}
#header3-7b H3 {
  font-size: 46px;
}
#pricing-table3-21 UL {
  text-align: left;
}
#pricing-table3-21 P {
  text-align: left;
}
#pricing-table3-21 .mbr-price-figure P {
  text-align: center;
}
#pricing-table3-21 .mbr-plan-title P {
  text-align: center;
}
#content3-hg .mbr-section-title,
#content3-hg .mbr-section-subtitle {
  text-align: center;
}
#content3-hg H1 {
  color: #616161;
  font-size: 36px;
}
#features9-he .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features9-hf .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-2x .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-2x .navbar-toggler {
  color: #ff8000;
}
#menu2-2x .close-icon::before,
#menu2-2x .close-icon::after {
  background-color: #ff8000;
}
#menu2-2x .link,
#menu2-2x .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-2x .link {
  font-size: 0.8rem;
}
#menu2-2x .dropdown-item,
#menu2-2x .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-2x .link:hover,
#menu2-2x .link:focus {
  color: #616161;
}
#menu2-2x .dropdown-item:hover::before,
#menu2-2x .dropdown-item:focus::before {
  background: #616161;
}
#menu2-2x .dropdown-item:hover,
#menu2-2x .dropdown-item:focus {
  color: #ff8000;
}
#menu2-2x .link[aria-expanded="true"],
#menu2-2x .dropdown-menu {
  background: #f5f3ed;
}
#menu2-2x .nav-dropdown-sm .link:focus,
#menu2-2x .nav-dropdown-sm .link:hover,
#menu2-2x .nav-dropdown-sm .dropdown-item:focus,
#menu2-2x .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-2x .navbar,
#menu2-2x .nav-dropdown-sm,
#menu2-2x .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-2x .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-2x .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-2x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-2x .bg-color.transparent.opened .link:hover,
#menu2-2x .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-2x .link[aria-expanded="true"],
#menu2-2x .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-2x .btn {
  font-size: 11px;
}
#content5-gx .mbr-section-title,
#content5-gx .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-gx .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-gx .mbr-table-cell {
  vertical-align: middle;
}
#content5-gx .heading-title {
  font-size: 36px;
}
#content5-gx .heading-text {
  font-size: 18px;
  text-align: left;
}
#content5-gx .heading-title B {
  font-size: 46px;
}
#content1-hl P {
  font-size: 20px;
  text-align: center;
}
#content7-hk .mbr-section-title,
#content7-hk .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-hk .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-hk .mbr-table-cell {
  vertical-align: middle;
}
#content7-hk .heading-title {
  font-size: 46px;
}
#features9-7n .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#header3-7o H3 {
  font-size: 46px;
}
#msg-box3-7p H1 {
  color: #ffffff;
  font-size: 36px;
}
#msg-box3-7p P {
  color: #ffffff;
}
#features9-7r .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features9-7r .card-text {
  font-size: 30px;
}
#features9-7r .card-title B {
  font-size: 17px;
}
#features9-7r .card-text B {
  font-size: 24px;
}
#header3-7u H3 {
  font-size: 25px;
}
#content5-7s .mbr-section-title,
#content5-7s .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-7s .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-7s .mbr-table-cell {
  vertical-align: middle;
}
#content5-7s .heading-title {
  font-size: 30px;
  text-align: left;
}
#content5-7s .heading-text {
  text-align: left;
  font-size: 20px;
}
#content5-7s .heading-title B {
  color: #fffffd;
}
#content5-7s .heading-text B {
  color: #fffffd;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-9l .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-9l .navbar-toggler {
  color: #ff8000;
}
#menu2-9l .close-icon::before,
#menu2-9l .close-icon::after {
  background-color: #ff8000;
}
#menu2-9l .link,
#menu2-9l .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-9l .link {
  font-size: 0.8rem;
}
#menu2-9l .dropdown-item,
#menu2-9l .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-9l .link:hover,
#menu2-9l .link:focus {
  color: #616161;
}
#menu2-9l .dropdown-item:hover::before,
#menu2-9l .dropdown-item:focus::before {
  background: #616161;
}
#menu2-9l .dropdown-item:hover,
#menu2-9l .dropdown-item:focus {
  color: #ff8000;
}
#menu2-9l .link[aria-expanded="true"],
#menu2-9l .dropdown-menu {
  background: #f5f3ed;
}
#menu2-9l .nav-dropdown-sm .link:focus,
#menu2-9l .nav-dropdown-sm .link:hover,
#menu2-9l .nav-dropdown-sm .dropdown-item:focus,
#menu2-9l .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-9l .navbar,
#menu2-9l .nav-dropdown-sm,
#menu2-9l .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-9l .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-9l .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-9l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-9l .bg-color.transparent.opened .link:hover,
#menu2-9l .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-9l .link[aria-expanded="true"],
#menu2-9l .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-9l .btn {
  font-size: 11px;
}
#content5-cq .mbr-section-title,
#content5-cq .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-cq .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-cq .mbr-table-cell {
  vertical-align: middle;
}
#content5-cq .heading-title {
  font-size: 36px;
}
#content5-cq .heading-text {
  font-size: 18px;
  text-align: left;
}
#content5-cq .heading-title B {
  font-size: 46px;
}
#pricing-table3-cm UL {
  text-align: left;
}
#pricing-table3-cm .mbr-section__container .mbr-section-title {
  font-size: 48px;
  color: #616161;
}
#features9-co .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features9-cp .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features21-e2 .card .mbr-iconfont {
  background: #ff8000;
  border-color: #ff8000;
}
#features21-e2 .mbr-table-cell {
  vertical-align: middle;
}
#features21-e2 .heading-title {
  color: #fffffd;
}
#features21-e2 .card-title {
  color: #fffffd;
}
#features21-e2 .card-text {
  color: #fffffd;
  font-size: 18px;
}
#accordion1-gb H1 {
  font-size: 46px;
  color: #616161;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-46 .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-46 .navbar-toggler {
  color: #ff8000;
}
#menu2-46 .close-icon::before,
#menu2-46 .close-icon::after {
  background-color: #ff8000;
}
#menu2-46 .link,
#menu2-46 .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-46 .link {
  font-size: 0.8rem;
}
#menu2-46 .dropdown-item,
#menu2-46 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-46 .link:hover,
#menu2-46 .link:focus {
  color: #616161;
}
#menu2-46 .dropdown-item:hover::before,
#menu2-46 .dropdown-item:focus::before {
  background: #616161;
}
#menu2-46 .dropdown-item:hover,
#menu2-46 .dropdown-item:focus {
  color: #ff8000;
}
#menu2-46 .link[aria-expanded="true"],
#menu2-46 .dropdown-menu {
  background: #f5f3ed;
}
#menu2-46 .nav-dropdown-sm .link:focus,
#menu2-46 .nav-dropdown-sm .link:hover,
#menu2-46 .nav-dropdown-sm .dropdown-item:focus,
#menu2-46 .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-46 .navbar,
#menu2-46 .nav-dropdown-sm,
#menu2-46 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-46 .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-46 .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-46 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-46 .bg-color.transparent.opened .link:hover,
#menu2-46 .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-46 .link[aria-expanded="true"],
#menu2-46 .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-46 .btn {
  font-size: 11px;
}
#content5-h1 .mbr-section-title,
#content5-h1 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-h1 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-h1 .mbr-table-cell {
  vertical-align: middle;
}
#content5-h1 .heading-title {
  font-size: 36px;
}
#content5-h1 .heading-text {
  font-size: 18px;
  text-align: left;
}
#content5-h1 .heading-title B {
  font-size: 46px;
}
#content3-h2 .mbr-section-title,
#content3-h2 .mbr-section-subtitle {
  text-align: center;
}
#content3-h2 H1 {
  font-size: 36px;
}
#features2-h5 .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features2-h5 .heading-title {
  color: #616161;
}
#pricing-table3-60 UL {
  text-align: left;
}
#content3-ho .mbr-section-title,
#content3-ho .mbr-section-subtitle {
  text-align: center;
}
#content3-ho H1 {
  font-size: 48px;
  color: #616161;
}
#features9-hp .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#content3-fg .mbr-section-title,
#content3-fg .mbr-section-subtitle {
  text-align: center;
}
#content3-fg H1 {
  font-size: 46px;
  color: #616161;
}
#header7-fe H3 {
  color: #616161;
  font-size: 36px;
}
#header7-fe P {
  color: #616161;
}
#header7-ff H3 {
  color: #616161;
  font-size: 36px;
}
#header7-ff P {
  color: #616161;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-ex .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-ex .navbar-toggler {
  color: #ff8000;
}
#menu2-ex .close-icon::before,
#menu2-ex .close-icon::after {
  background-color: #ff8000;
}
#menu2-ex .link,
#menu2-ex .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-ex .link {
  font-size: 0.8rem;
}
#menu2-ex .dropdown-item,
#menu2-ex .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-ex .link:hover,
#menu2-ex .link:focus {
  color: #616161;
}
#menu2-ex .dropdown-item:hover::before,
#menu2-ex .dropdown-item:focus::before {
  background: #616161;
}
#menu2-ex .dropdown-item:hover,
#menu2-ex .dropdown-item:focus {
  color: #ff8000;
}
#menu2-ex .link[aria-expanded="true"],
#menu2-ex .dropdown-menu {
  background: #f5f3ed;
}
#menu2-ex .nav-dropdown-sm .link:focus,
#menu2-ex .nav-dropdown-sm .link:hover,
#menu2-ex .nav-dropdown-sm .dropdown-item:focus,
#menu2-ex .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-ex .navbar,
#menu2-ex .nav-dropdown-sm,
#menu2-ex .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ex .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-ex .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-ex .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-ex .bg-color.transparent.opened .link:hover,
#menu2-ex .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-ex .link[aria-expanded="true"],
#menu2-ex .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-ex .btn {
  font-size: 11px;
}
#content5-ey .mbr-section-title,
#content5-ey .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-ey .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-ey .mbr-table-cell {
  vertical-align: middle;
}
#content5-ey .heading-title {
  font-size: 36px;
}
#content5-ey .heading-text {
  font-size: 20px;
  text-align: center;
}
#content5-ey .heading-title B {
  font-size: 46px;
}
#header7-fi H3 {
  color: #616161;
  font-size: 48px;
}
#header7-fi P {
  color: #616161;
}
#features18-fh .card .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#features18-fh .mbr-table-cell {
  vertical-align: middle;
}
#pricing-table3-f0 UL {
  text-align: left;
}
#pricing-table3-f0 .mbr-price-figure P {
  font-size: 48px;
}
#content3-fl .mbr-section-title,
#content3-fl .mbr-section-subtitle {
  text-align: center;
}
#content3-fl H1 {
  color: #616161;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-em .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-em .navbar-toggler {
  color: #ff8000;
}
#menu2-em .close-icon::before,
#menu2-em .close-icon::after {
  background-color: #ff8000;
}
#menu2-em .link,
#menu2-em .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-em .link {
  font-size: 0.8rem;
}
#menu2-em .dropdown-item,
#menu2-em .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-em .link:hover,
#menu2-em .link:focus {
  color: #616161;
}
#menu2-em .dropdown-item:hover::before,
#menu2-em .dropdown-item:focus::before {
  background: #616161;
}
#menu2-em .dropdown-item:hover,
#menu2-em .dropdown-item:focus {
  color: #ff8000;
}
#menu2-em .link[aria-expanded="true"],
#menu2-em .dropdown-menu {
  background: #f5f3ed;
}
#menu2-em .nav-dropdown-sm .link:focus,
#menu2-em .nav-dropdown-sm .link:hover,
#menu2-em .nav-dropdown-sm .dropdown-item:focus,
#menu2-em .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-em .navbar,
#menu2-em .nav-dropdown-sm,
#menu2-em .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-em .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-em .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-em .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-em .bg-color.transparent.opened .link:hover,
#menu2-em .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-em .link[aria-expanded="true"],
#menu2-em .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-em .btn {
  font-size: 11px;
}
#content5-en .mbr-section-title,
#content5-en .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-en .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-en .mbr-table-cell {
  vertical-align: middle;
}
#content5-en .heading-title {
  font-size: 36px;
}
#content5-en .heading-text {
  font-size: 18px;
  text-align: center;
}
#content5-en .heading-title B {
  font-size: 46px;
}
#content3-fx .mbr-section-title,
#content3-fx .mbr-section-subtitle {
  text-align: center;
}
#content3-fx H1 {
  font-size: 46px;
}
#pricing-table3-ep UL {
  text-align: left;
}
#pricing-table3-ep .mbr-price-figure P {
  font-size: 60px;
}
#features16-f9 .mbr-iconfont {
  background: #ff8000;
  border-color: #ff8000;
}
#features16-f9 P {
  font-size: 60px;
}
#features16-f9 .card-text {
  font-size: 16px;
}
#features9-er .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-ab .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-ab .navbar-toggler {
  color: #ff8000;
}
#menu2-ab .close-icon::before,
#menu2-ab .close-icon::after {
  background-color: #ff8000;
}
#menu2-ab .link,
#menu2-ab .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-ab .link {
  font-size: 0.8rem;
}
#menu2-ab .dropdown-item,
#menu2-ab .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-ab .link:hover,
#menu2-ab .link:focus {
  color: #616161;
}
#menu2-ab .dropdown-item:hover::before,
#menu2-ab .dropdown-item:focus::before {
  background: #616161;
}
#menu2-ab .dropdown-item:hover,
#menu2-ab .dropdown-item:focus {
  color: #ff8000;
}
#menu2-ab .link[aria-expanded="true"],
#menu2-ab .dropdown-menu {
  background: #f5f3ed;
}
#menu2-ab .nav-dropdown-sm .link:focus,
#menu2-ab .nav-dropdown-sm .link:hover,
#menu2-ab .nav-dropdown-sm .dropdown-item:focus,
#menu2-ab .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-ab .navbar,
#menu2-ab .nav-dropdown-sm,
#menu2-ab .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ab .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-ab .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-ab .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-ab .bg-color.transparent.opened .link:hover,
#menu2-ab .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-ab .link[aria-expanded="true"],
#menu2-ab .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-ab .btn {
  font-size: 11px;
}
#content5-b4 .mbr-section-title,
#content5-b4 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-b4 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-b4 .mbr-table-cell {
  vertical-align: middle;
}
#content5-b4 .heading-title {
  font-size: 36px;
}
#content5-b4 .heading-text {
  font-size: 18px;
}
#content5-b4 .heading-title B {
  font-size: 46px;
}
#features9-b6 .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features16-b7 .mbr-iconfont {
  background: #ff8000;
  border-color: #ff8000;
}
#features16-b7 P {
  font-size: 60px;
}
#features16-b7 .card-text {
  font-size: 16px;
}
#content3-b5 .mbr-section-title,
#content3-b5 .mbr-section-subtitle {
  text-align: center;
}
#header3-ac H3 {
  font-size: 36px;
  text-align: left;
}
#header3-ac P {
  text-align: left;
  font-size: 18px;
}
#header3-b2 H3 {
  font-size: 36px;
  text-align: left;
}
#header3-b2 P {
  text-align: left;
  font-size: 18px;
}
#header3-b3 H3 {
  font-size: 36px;
  text-align: left;
}
#header3-b3 P {
  text-align: left;
  font-size: 18px;
}
#header3-b8 H3 {
  font-size: 36px;
  text-align: left;
}
#header3-b8 P {
  text-align: left;
  font-size: 18px;
}
#content7-hn .mbr-section-title,
#content7-hn .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-hn .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-hn .mbr-table-cell {
  vertical-align: middle;
}
#content7-hn .heading-title {
  font-size: 46px;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-43 .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-43 .navbar-toggler {
  color: #ff8000;
}
#menu2-43 .close-icon::before,
#menu2-43 .close-icon::after {
  background-color: #ff8000;
}
#menu2-43 .link,
#menu2-43 .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-43 .link {
  font-size: 0.8rem;
}
#menu2-43 .dropdown-item,
#menu2-43 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-43 .link:hover,
#menu2-43 .link:focus {
  color: #616161;
}
#menu2-43 .dropdown-item:hover::before,
#menu2-43 .dropdown-item:focus::before {
  background: #616161;
}
#menu2-43 .dropdown-item:hover,
#menu2-43 .dropdown-item:focus {
  color: #ff8000;
}
#menu2-43 .link[aria-expanded="true"],
#menu2-43 .dropdown-menu {
  background: #f5f3ed;
}
#menu2-43 .nav-dropdown-sm .link:focus,
#menu2-43 .nav-dropdown-sm .link:hover,
#menu2-43 .nav-dropdown-sm .dropdown-item:focus,
#menu2-43 .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-43 .navbar,
#menu2-43 .nav-dropdown-sm,
#menu2-43 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-43 .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-43 .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-43 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-43 .bg-color.transparent.opened .link:hover,
#menu2-43 .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-43 .link[aria-expanded="true"],
#menu2-43 .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-43 .btn {
  font-size: 11px;
}
#content5-fx .mbr-section-title,
#content5-fx .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-fx .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-fx .mbr-table-cell {
  vertical-align: middle;
}
#content5-fx .heading-title {
  font-size: 36px;
}
#content5-fx .heading-text {
  font-size: 18px;
  text-align: center;
}
#content5-fx .heading-title B {
  font-size: 46px;
}
#content1-fz P {
  text-align: center;
  font-size: 20px;
}
#features18-fy .card .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#features18-fy .mbr-table-cell {
  vertical-align: middle;
}
#features18-fy .card-title {
  font-size: 20px;
}
#content3-g0 .mbr-section-title,
#content3-g0 .mbr-section-subtitle {
  text-align: center;
}
#content3-g0 H1 {
  color: #616161;
}
#pricing-table3-4n UL {
  text-align: left;
}
#content7-hq .mbr-section-title,
#content7-hq .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-hq .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-hq .mbr-table-cell {
  vertical-align: middle;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-ce .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-ce .navbar-toggler {
  color: #ff8000;
}
#menu2-ce .close-icon::before,
#menu2-ce .close-icon::after {
  background-color: #ff8000;
}
#menu2-ce .link,
#menu2-ce .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-ce .link {
  font-size: 0.8rem;
}
#menu2-ce .dropdown-item,
#menu2-ce .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-ce .link:hover,
#menu2-ce .link:focus {
  color: #616161;
}
#menu2-ce .dropdown-item:hover::before,
#menu2-ce .dropdown-item:focus::before {
  background: #616161;
}
#menu2-ce .dropdown-item:hover,
#menu2-ce .dropdown-item:focus {
  color: #ff8000;
}
#menu2-ce .link[aria-expanded="true"],
#menu2-ce .dropdown-menu {
  background: #f5f3ed;
}
#menu2-ce .nav-dropdown-sm .link:focus,
#menu2-ce .nav-dropdown-sm .link:hover,
#menu2-ce .nav-dropdown-sm .dropdown-item:focus,
#menu2-ce .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-ce .navbar,
#menu2-ce .nav-dropdown-sm,
#menu2-ce .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ce .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-ce .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-ce .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-ce .bg-color.transparent.opened .link:hover,
#menu2-ce .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-ce .link[aria-expanded="true"],
#menu2-ce .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-ce .btn {
  font-size: 11px;
}
#content3-cf .mbr-section-title,
#content3-cf .mbr-section-subtitle {
  text-align: center;
}
#content3-cf P {
  text-align: right;
}
#content3-cf H1 {
  font-size: 48px;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-e6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-e6 .navbar-toggler {
  color: #ff8000;
}
#menu2-e6 .close-icon::before,
#menu2-e6 .close-icon::after {
  background-color: #ff8000;
}
#menu2-e6 .link,
#menu2-e6 .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-e6 .link {
  font-size: 0.8rem;
}
#menu2-e6 .dropdown-item,
#menu2-e6 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-e6 .link:hover,
#menu2-e6 .link:focus {
  color: #616161;
}
#menu2-e6 .dropdown-item:hover::before,
#menu2-e6 .dropdown-item:focus::before {
  background: #616161;
}
#menu2-e6 .dropdown-item:hover,
#menu2-e6 .dropdown-item:focus {
  color: #ff8000;
}
#menu2-e6 .link[aria-expanded="true"],
#menu2-e6 .dropdown-menu {
  background: #f5f3ed;
}
#menu2-e6 .nav-dropdown-sm .link:focus,
#menu2-e6 .nav-dropdown-sm .link:hover,
#menu2-e6 .nav-dropdown-sm .dropdown-item:focus,
#menu2-e6 .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-e6 .navbar,
#menu2-e6 .nav-dropdown-sm,
#menu2-e6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-e6 .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-e6 .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-e6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-e6 .bg-color.transparent.opened .link:hover,
#menu2-e6 .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-e6 .link[aria-expanded="true"],
#menu2-e6 .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-e6 .btn {
  font-size: 11px;
}
#content5-fx .mbr-section-title,
#content5-fx .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-fx .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-fx .mbr-table-cell {
  vertical-align: middle;
}
#content5-fx .heading-title {
  font-size: 36px;
}
#content5-fx .heading-text {
  font-size: 18px;
  text-align: center;
}
#content5-fx .heading-title B {
  font-size: 46px;
}
#header7-fn H3 {
  color: #616161;
  font-size: 32px;
}
#header7-fn P {
  color: #616161;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-g5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-g5 .navbar-toggler {
  color: #ff8000;
}
#menu2-g5 .close-icon::before,
#menu2-g5 .close-icon::after {
  background-color: #ff8000;
}
#menu2-g5 .link,
#menu2-g5 .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-g5 .link {
  font-size: 0.8rem;
}
#menu2-g5 .dropdown-item,
#menu2-g5 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-g5 .link:hover,
#menu2-g5 .link:focus {
  color: #616161;
}
#menu2-g5 .dropdown-item:hover::before,
#menu2-g5 .dropdown-item:focus::before {
  background: #616161;
}
#menu2-g5 .dropdown-item:hover,
#menu2-g5 .dropdown-item:focus {
  color: #ff8000;
}
#menu2-g5 .link[aria-expanded="true"],
#menu2-g5 .dropdown-menu {
  background: #f5f3ed;
}
#menu2-g5 .nav-dropdown-sm .link:focus,
#menu2-g5 .nav-dropdown-sm .link:hover,
#menu2-g5 .nav-dropdown-sm .dropdown-item:focus,
#menu2-g5 .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-g5 .navbar,
#menu2-g5 .nav-dropdown-sm,
#menu2-g5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-g5 .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-g5 .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-g5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-g5 .bg-color.transparent.opened .link:hover,
#menu2-g5 .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-g5 .link[aria-expanded="true"],
#menu2-g5 .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-g5 .btn {
  font-size: 11px;
}
#content5-g6 .mbr-section-title,
#content5-g6 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-g6 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-g6 .mbr-table-cell {
  vertical-align: middle;
}
#content5-g6 .heading-title {
  font-size: 36px;
}
#content5-g6 .heading-text {
  font-size: 18px;
  text-align: center;
}
#content5-g6 .heading-title B {
  font-size: 46px;
}
#content5-fx .mbr-section-title,
#content5-fx .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-fx .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-fx .mbr-table-cell {
  vertical-align: middle;
}
#content5-fx .heading-text {
  font-size: 20px;
}
#content5-fx .heading-title B {
  font-size: 72px;
}
#features18-fy .card .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#features18-fy .mbr-table-cell {
  vertical-align: middle;
}
#pricing-table3-g9 UL {
  text-align: left;
}
#pricing-table3-g9 .mbr-price-figure P {
  font-size: 60px;
}
#content3-fz .mbr-section-title,
#content3-fz .mbr-section-subtitle {
  text-align: center;
}
#content3-fz H1 {
  font-size: 48px;
}
#features9-gc .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#content7-g0 .mbr-section-title,
#content7-g0 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-g0 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-g0 .mbr-table-cell {
  vertical-align: middle;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-g1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-g1 .navbar-toggler {
  color: #ff8000;
}
#menu2-g1 .close-icon::before,
#menu2-g1 .close-icon::after {
  background-color: #ff8000;
}
#menu2-g1 .link,
#menu2-g1 .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-g1 .link {
  font-size: 0.8rem;
}
#menu2-g1 .dropdown-item,
#menu2-g1 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-g1 .link:hover,
#menu2-g1 .link:focus {
  color: #616161;
}
#menu2-g1 .dropdown-item:hover::before,
#menu2-g1 .dropdown-item:focus::before {
  background: #616161;
}
#menu2-g1 .dropdown-item:hover,
#menu2-g1 .dropdown-item:focus {
  color: #ff8000;
}
#menu2-g1 .link[aria-expanded="true"],
#menu2-g1 .dropdown-menu {
  background: #f5f3ed;
}
#menu2-g1 .nav-dropdown-sm .link:focus,
#menu2-g1 .nav-dropdown-sm .link:hover,
#menu2-g1 .nav-dropdown-sm .dropdown-item:focus,
#menu2-g1 .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-g1 .navbar,
#menu2-g1 .nav-dropdown-sm,
#menu2-g1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-g1 .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-g1 .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-g1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-g1 .bg-color.transparent.opened .link:hover,
#menu2-g1 .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-g1 .link[aria-expanded="true"],
#menu2-g1 .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-g1 .btn {
  font-size: 11px;
}
#content5-g1 .mbr-section-title,
#content5-g1 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-g1 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-g1 .mbr-table-cell {
  vertical-align: middle;
}
#content5-g1 .heading-title {
  font-size: 36px;
}
#content5-g1 .heading-text {
  font-size: 18px;
  text-align: center;
}
#content5-g1 .heading-title B {
  font-size: 46px;
}
#header7-g3 H3 {
  color: #616161;
  font-size: 32px;
}
#header7-g3 P {
  color: #616161;
}
#footer1-gd .card-title {
  color: #fffffd;
}
#footer1-gd .card-text {
  color: #fffffd;
}
#menu2-gj .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-gj .navbar-toggler {
  color: #ff8000;
}
#menu2-gj .close-icon::before,
#menu2-gj .close-icon::after {
  background-color: #ff8000;
}
#menu2-gj .link,
#menu2-gj .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-gj .link {
  font-size: 0.8rem;
}
#menu2-gj .dropdown-item,
#menu2-gj .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-gj .link:hover,
#menu2-gj .link:focus {
  color: #616161;
}
#menu2-gj .dropdown-item:hover::before,
#menu2-gj .dropdown-item:focus::before {
  background: #616161;
}
#menu2-gj .dropdown-item:hover,
#menu2-gj .dropdown-item:focus {
  color: #ff8000;
}
#menu2-gj .link[aria-expanded="true"],
#menu2-gj .dropdown-menu {
  background: #f5f3ed;
}
#menu2-gj .nav-dropdown-sm .link:focus,
#menu2-gj .nav-dropdown-sm .link:hover,
#menu2-gj .nav-dropdown-sm .dropdown-item:focus,
#menu2-gj .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-gj .navbar,
#menu2-gj .nav-dropdown-sm,
#menu2-gj .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-gj .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-gj .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-gj .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-gj .bg-color.transparent.opened .link:hover,
#menu2-gj .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-gj .link[aria-expanded="true"],
#menu2-gj .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-gj .btn {
  font-size: 11px;
}
#content5-fz .mbr-section-title,
#content5-fz .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-fz .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-fz .mbr-table-cell {
  vertical-align: middle;
}
#content5-fz .heading-title {
  font-size: 36px;
}
#content5-fz .heading-text {
  font-size: 18px;
  text-align: center;
}
#content5-fz .heading-title B {
  font-size: 46px;
}
#content3-g0 .mbr-section-title,
#content3-g0 .mbr-section-subtitle {
  text-align: center;
}
#content3-g0 P {
  font-size: 18px;
}
#content5-g1 .mbr-section-title,
#content5-g1 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-g1 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-g1 .mbr-table-cell {
  vertical-align: middle;
}
#content5-g1 .heading-text {
  font-size: 25px;
}
#header6-g3 H3 {
  color: #2d2d2d;
}
#header6-g3 P {
  color: #2d2d2d;
}
#content5-g2 .mbr-section-title,
#content5-g2 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-g2 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-g2 .mbr-table-cell {
  vertical-align: middle;
}
#content5-g2 .heading-title {
  font-size: 48px;
  text-align: left;
}
#content5-g2 .heading-text {
  text-align: left;
}
#pricing-table3-g5 UL {
  text-align: left;
}
#features8-g6 .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features8-g7 .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features8-g8 .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#content7-g9 .mbr-section-title,
#content7-g9 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-g9 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-g9 .mbr-table-cell {
  vertical-align: middle;
}
#footer1-gn .card-title {
  color: #fffffd;
}
#footer1-gn .card-text {
  color: #fffffd;
}
#menu2-go .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-go .navbar-toggler {
  color: #ff8000;
}
#menu2-go .close-icon::before,
#menu2-go .close-icon::after {
  background-color: #ff8000;
}
#menu2-go .link,
#menu2-go .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-go .link {
  font-size: 0.8rem;
}
#menu2-go .dropdown-item,
#menu2-go .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-go .link:hover,
#menu2-go .link:focus {
  color: #616161;
}
#menu2-go .dropdown-item:hover::before,
#menu2-go .dropdown-item:focus::before {
  background: #616161;
}
#menu2-go .dropdown-item:hover,
#menu2-go .dropdown-item:focus {
  color: #ff8000;
}
#menu2-go .link[aria-expanded="true"],
#menu2-go .dropdown-menu {
  background: #f5f3ed;
}
#menu2-go .nav-dropdown-sm .link:focus,
#menu2-go .nav-dropdown-sm .link:hover,
#menu2-go .nav-dropdown-sm .dropdown-item:focus,
#menu2-go .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-go .navbar,
#menu2-go .nav-dropdown-sm,
#menu2-go .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-go .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-go .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-go .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-go .bg-color.transparent.opened .link:hover,
#menu2-go .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-go .link[aria-expanded="true"],
#menu2-go .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-go .btn {
  font-size: 11px;
}
#content5-fz .mbr-section-title,
#content5-fz .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-fz .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-fz .mbr-table-cell {
  vertical-align: middle;
}
#content5-fz .heading-title {
  font-size: 36px;
}
#content5-fz .heading-text {
  font-size: 18px;
  text-align: center;
}
#content5-fz .heading-title B {
  font-size: 46px;
}
#content3-g0 .mbr-section-title,
#content3-g0 .mbr-section-subtitle {
  text-align: center;
}
#content3-g6 .mbr-section-title,
#content3-g6 .mbr-section-subtitle {
  text-align: center;
}
#content3-g6 H1 {
  font-size: 36px;
  color: #616161;
}
#header3-g1 H3 {
  color: #616161;
}
#header3-g2 H3 {
  color: #616161;
}
#header3-g3 H3 {
  color: #616161;
}
#header3-g4 H3 {
  color: #616161;
}
#content3-fy .mbr-section-title,
#content3-fy .mbr-section-subtitle {
  text-align: center;
}
#content3-fy H1 {
  color: #616161;
}
#pricing-table3-fx UL {
  text-align: left;
}
#content3-g1 .mbr-section-title,
#content3-g1 .mbr-section-subtitle {
  text-align: center;
}
#features9-fz .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features9-g0 .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#footer1-gs .card-title {
  color: #fffffd;
}
#footer1-gs .card-text {
  color: #fffffd;
}
#menu2-fx .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-fx .navbar-toggler {
  color: #ff8000;
}
#menu2-fx .close-icon::before,
#menu2-fx .close-icon::after {
  background-color: #ff8000;
}
#menu2-fx .link,
#menu2-fx .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-fx .link {
  font-size: 0.8rem;
}
#menu2-fx .dropdown-item,
#menu2-fx .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-fx .link:hover,
#menu2-fx .link:focus {
  color: #616161;
}
#menu2-fx .dropdown-item:hover::before,
#menu2-fx .dropdown-item:focus::before {
  background: #616161;
}
#menu2-fx .dropdown-item:hover,
#menu2-fx .dropdown-item:focus {
  color: #ff8000;
}
#menu2-fx .link[aria-expanded="true"],
#menu2-fx .dropdown-menu {
  background: #f5f3ed;
}
#menu2-fx .nav-dropdown-sm .link:focus,
#menu2-fx .nav-dropdown-sm .link:hover,
#menu2-fx .nav-dropdown-sm .dropdown-item:focus,
#menu2-fx .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-fx .navbar,
#menu2-fx .nav-dropdown-sm,
#menu2-fx .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-fx .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-fx .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-fx .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-fx .bg-color.transparent.opened .link:hover,
#menu2-fx .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-fx .link[aria-expanded="true"],
#menu2-fx .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-fx .btn {
  font-size: 11px;
}
#content5-fy .mbr-section-title,
#content5-fy .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-fy .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-fy .mbr-table-cell {
  vertical-align: middle;
}
#content5-fy .heading-title {
  font-size: 36px;
}
#content5-fy .heading-text {
  font-size: 18px;
  text-align: left;
}
#content5-fy .heading-title B {
  font-size: 46px;
}
#content3-g4 .mbr-section-title,
#content3-g4 .mbr-section-subtitle {
  text-align: center;
}
#content3-g4 H1 {
  color: #424242;
}
#features9-fz .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#header3-g1 H3 {
  font-size: 46px;
}
#features18-g0 .card .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#features18-g0 .mbr-table-cell {
  vertical-align: middle;
}
#content3-ha .mbr-section-title,
#content3-ha .mbr-section-subtitle {
  text-align: center;
}
#content3-ha H1 {
  font-size: 36px;
  color: #ff8000;
}
#content3-ha P {
  font-size: 25px;
}
#content7-g7 .mbr-section-title,
#content7-g7 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-g7 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-g7 .mbr-table-cell {
  vertical-align: middle;
}
#content7-g7 .heading-title {
  font-size: 46px;
}
#features10-h8 .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features10-h8 .heading-title {
  color: #616161;
}
#accordion1-hc H1 {
  font-size: 46px;
  color: #616161;
}
#content3-hh .mbr-section-title,
#content3-hh .mbr-section-subtitle {
  text-align: center;
}
#content3-hh H1 {
  color: #616161;
  font-size: 36px;
}
#features9-hi .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features9-hj .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#footer1-g3 .card-title {
  color: #fffffd;
}
#footer1-g3 .card-text {
  color: #fffffd;
}
#menu2-gd .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-gd .navbar-toggler {
  color: #ff8000;
}
#menu2-gd .close-icon::before,
#menu2-gd .close-icon::after {
  background-color: #ff8000;
}
#menu2-gd .link,
#menu2-gd .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-gd .link {
  font-size: 0.8rem;
}
#menu2-gd .dropdown-item,
#menu2-gd .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-gd .link:hover,
#menu2-gd .link:focus {
  color: #616161;
}
#menu2-gd .dropdown-item:hover::before,
#menu2-gd .dropdown-item:focus::before {
  background: #616161;
}
#menu2-gd .dropdown-item:hover,
#menu2-gd .dropdown-item:focus {
  color: #ff8000;
}
#menu2-gd .link[aria-expanded="true"],
#menu2-gd .dropdown-menu {
  background: #f5f3ed;
}
#menu2-gd .nav-dropdown-sm .link:focus,
#menu2-gd .nav-dropdown-sm .link:hover,
#menu2-gd .nav-dropdown-sm .dropdown-item:focus,
#menu2-gd .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-gd .navbar,
#menu2-gd .nav-dropdown-sm,
#menu2-gd .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-gd .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-gd .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-gd .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-gd .bg-color.transparent.opened .link:hover,
#menu2-gd .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-gd .link[aria-expanded="true"],
#menu2-gd .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-gd .btn {
  font-size: 11px;
}
#content5-ge .mbr-section-title,
#content5-ge .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-ge .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-ge .mbr-table-cell {
  vertical-align: middle;
}
#content5-ge .heading-title {
  font-size: 36px;
}
#content5-ge .heading-text {
  font-size: 18px;
  text-align: left;
}
#content5-ge .heading-title B {
  font-size: 46px;
}
#pricing-table3-gg UL {
  text-align: left;
}
#pricing-table3-gg .mbr-section__container .mbr-section-title {
  font-size: 48px;
  color: #424242;
}
#features9-gh .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features9-gi .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features21-gj .card .mbr-iconfont {
  background: #ff8000;
  border-color: #ff8000;
}
#features21-gj .mbr-table-cell {
  vertical-align: middle;
}
#features21-gj .heading-title {
  color: #fffffd;
}
#features21-gj .card-title {
  color: #fffffd;
}
#features21-gj .card-text {
  color: #fffffd;
  font-size: 18px;
}
#accordion1-hs H1 {
  font-size: 46px;
  color: #616161;
}
#footer1-gl .card-title {
  color: #fffffd;
}
#footer1-gl .card-text {
  color: #fffffd;
}
#menu2-gm .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-gm .navbar-toggler {
  color: #ff8000;
}
#menu2-gm .close-icon::before,
#menu2-gm .close-icon::after {
  background-color: #ff8000;
}
#menu2-gm .link,
#menu2-gm .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-gm .link {
  font-size: 0.8rem;
}
#menu2-gm .dropdown-item,
#menu2-gm .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-gm .link:hover,
#menu2-gm .link:focus {
  color: #616161;
}
#menu2-gm .dropdown-item:hover::before,
#menu2-gm .dropdown-item:focus::before {
  background: #616161;
}
#menu2-gm .dropdown-item:hover,
#menu2-gm .dropdown-item:focus {
  color: #ff8000;
}
#menu2-gm .link[aria-expanded="true"],
#menu2-gm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-gm .nav-dropdown-sm .link:focus,
#menu2-gm .nav-dropdown-sm .link:hover,
#menu2-gm .nav-dropdown-sm .dropdown-item:focus,
#menu2-gm .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-gm .navbar,
#menu2-gm .nav-dropdown-sm,
#menu2-gm .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-gm .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-gm .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-gm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-gm .bg-color.transparent.opened .link:hover,
#menu2-gm .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-gm .link[aria-expanded="true"],
#menu2-gm .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-gm .btn {
  font-size: 11px;
}
#content5-gn .mbr-section-title,
#content5-gn .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-gn .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-gn .mbr-table-cell {
  vertical-align: middle;
}
#content5-gn .heading-title {
  font-size: 36px;
}
#content5-gn .heading-text {
  font-size: 18px;
  text-align: left;
}
#content5-gn .heading-title B {
  font-size: 46px;
}
#pricing-table3-gp UL {
  text-align: left;
}
#pricing-table3-gp .mbr-section__container .mbr-section-title {
  font-size: 48px;
  color: #424242;
}
#features9-gq .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features9-gr .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features21-gs .card .mbr-iconfont {
  background: #ff8000;
  border-color: #ff8000;
}
#features21-gs .mbr-table-cell {
  vertical-align: middle;
}
#features21-gs .heading-title {
  color: #fffffd;
}
#features21-gs .card-title {
  color: #fffffd;
}
#features21-gs .card-text {
  color: #fffffd;
  font-size: 18px;
}
#accordion1-hu H1 {
  color: #616161;
  font-size: 46px;
}
#footer1-gu .card-title {
  color: #fffffd;
}
#footer1-gu .card-text {
  color: #fffffd;
}
#menu2-gv .hide-buttons .nav-btn {
  display: none !important;
}
#menu2-gv .navbar-toggler {
  color: #ff8000;
}
#menu2-gv .close-icon::before,
#menu2-gv .close-icon::after {
  background-color: #ff8000;
}
#menu2-gv .link,
#menu2-gv .dropdown-item {
  color: #ff8000;
  font-family: 'Libre Franklin', serif;
}
#menu2-gv .link {
  font-size: 0.8rem;
}
#menu2-gv .dropdown-item,
#menu2-gv .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu2-gv .link:hover,
#menu2-gv .link:focus {
  color: #616161;
}
#menu2-gv .dropdown-item:hover::before,
#menu2-gv .dropdown-item:focus::before {
  background: #616161;
}
#menu2-gv .dropdown-item:hover,
#menu2-gv .dropdown-item:focus {
  color: #ff8000;
}
#menu2-gv .link[aria-expanded="true"],
#menu2-gv .dropdown-menu {
  background: #f5f3ed;
}
#menu2-gv .nav-dropdown-sm .link:focus,
#menu2-gv .nav-dropdown-sm .link:hover,
#menu2-gv .nav-dropdown-sm .dropdown-item:focus,
#menu2-gv .nav-dropdown-sm .dropdown-item:hover {
  background: #f0ece3!important;
}
#menu2-gv .navbar,
#menu2-gv .nav-dropdown-sm,
#menu2-gv .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-gv .nav-dropdown-sm .dropdown-menu {
  background: #f5f3ed;
}
#menu2-gv .bg-color.transparent .link {
  color: #ff8000;
  transition: none;
}
#menu2-gv .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu2-gv .bg-color.transparent.opened .link:hover,
#menu2-gv .bg-color.transparent.opened .link:focus {
  color: #616161;
}
#menu2-gv .link[aria-expanded="true"],
#menu2-gv .dropdown-item[aria-expanded="true"] {
  color: #616161!important;
}
#menu2-gv .btn {
  font-size: 11px;
}
#content5-gw .mbr-section-title,
#content5-gw .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-gw .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-gw .mbr-table-cell {
  vertical-align: middle;
}
#content5-gw .heading-title {
  font-size: 36px;
}
#content5-gw .heading-text {
  font-size: 18px;
  text-align: left;
}
#content5-gw .heading-title B {
  font-size: 46px;
}
#pricing-table3-gy UL {
  text-align: left;
}
#pricing-table3-gy .mbr-section__container .mbr-section-title {
  font-size: 48px;
  color: #424242;
}
#features9-gz .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features9-h0 .mbr-iconfont {
  color: #ff8000;
  border-color: #ff8000;
}
#features21-h1 .card .mbr-iconfont {
  background: #ff8000;
  border-color: #ff8000;
}
#features21-h1 .mbr-table-cell {
  vertical-align: middle;
}
#features21-h1 .heading-title {
  color: #fffffd;
}
#features21-h1 .card-title {
  color: #fffffd;
}
#features21-h1 .card-text {
  color: #fffffd;
  font-size: 18px;
}
#accordion1-hv H1 {
  color: #616161;
  font-size: 46px;
}
#footer1-h3 .card-title {
  color: #fffffd;
}
#footer1-h3 .card-text {
  color: #fffffd;
}
