/* This stylesheet has been compiled by the Fliplet APIs at 2026-02-12T16:09:23+00:00. */

/* com.fliplet.theme.default:scss/index.scss */

a {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  color: #237BBD;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

a:hover,
a:focus,
a:active:hover,
a:active:focus {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  color: #003B67;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  outline: none;
}

.btn.btn-link {
  color: #237BBD;
  text-decoration: none;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active:hover,
.btn.btn-link:active:focus {
  color: #003B67;
  text-decoration: none;
  outline: none;
}

.fl-bar-padding .fl-viewport-header {
  border-bottom: none;
  border-top: none;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px 8px 8px 8px;
}

.table-bordered {
  border: none;
}

.table-bordered tr {
  border: none;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: none;
}

table,
table.mce-item-table {
  border: none;
}

table tr,
table.mce-item-table tr {
  border: none;
}

table tr:first-child,
table.mce-item-table tr:first-child {
  border-top: none;
}

table>thead ~ tbody tr:first-child,
table>thead ~ tfoot tr:first-child,
table.mce-item-table>thead ~ tbody tr:first-child,
table.mce-item-table>thead ~ tfoot tr:first-child {
  border: none;
}

table th,
table td,
table caption,
table.mce-item-table th,
table.mce-item-table td,
table.mce-item-table caption {
  padding: 8px 8px 8px 8px;
  border: none;
}

html.no-touchevents.js-focus-visible .focus-outline-active:focus.focus-visible,
html.no-touchevents.js-focus-visible .focus-outline:focus.focus-visible {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25);
}

html.no-touchevents.js-focus-visible .focus-outline-active:focus-visible,
html.no-touchevents.js-focus-visible .focus-outline:focus-visible {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25);
}

html.touchevents .focus-outline {
  outline: none;
}

body {
  background-color: #fff;
  color: #2F3F50;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
}

h1 {
  color: #2F3F50;
  font-family: Helvetica;
  font-size: 50px;
  font-weight: 100;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  margin-top: 28px;
  margin-bottom: 22px;
}

h2 {
  color: #787878;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 22px;
}

h3 {
  color: #27455e;
  font-family: Helvetica;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  margin-top: 22px;
  margin-bottom: 18px;
}

h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 12px;
}

h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 12px;
}

h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 12px;
}

.fl-intro-layout.container-fluid {
  background-image: none;
  background-color: #2F3F50;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
}

.fl-intro-layout.container-fluid .panel-overlay {
  background: none;
  position: absolute;
  margin: 0;
  border-radius: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.fl-intro-layout.container-fluid .panel-overlay>.panel-body {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background-color: rgba(0,0,0,0.5);
  padding: 15px 15px 15px 15px;
  box-shadow: none;
  border: none;
  border-radius: 20px;
}

.fl-intro-layout.container-fluid .panel-overlay>.panel-body h1,
.fl-intro-layout.container-fluid .panel-overlay>.panel-body h2,
.fl-intro-layout.container-fluid .panel-overlay>.panel-body h3,
.fl-intro-layout.container-fluid .panel-overlay>.panel-body h4,
.fl-intro-layout.container-fluid .panel-overlay>.panel-body h5,
.fl-intro-layout.container-fluid .panel-overlay>.panel-body h6 {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header {
  text-shadow: none;
  background-color: #F8F6F7;
  color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #2f3f50;
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-title {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: "43px";
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-left,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-left-arrow,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right-arrow {
  color: #333;
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger .hamburger-inner,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger .hamburger-inner {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel:before,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel:before {
  border-bottom: 11px solid #2F3F50;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-list-default,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-list-default {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-list-default ul,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-list-default ul {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-list-default ul>li,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-list-default ul>li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-list-default ul>li .fa,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-list-default ul>li .fa {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-app-menu-toolbar,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-app-menu-toolbar {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-app-menu-toolbar .copyright,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-app-menu-toolbar .copyright {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-app-menu-toolbar .copyright a,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-app-menu-toolbar .copyright a {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header {
  text-shadow: none;
  background-color: #fff;
  color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #2f3f50;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-title {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: "43px";
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-left,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-left-arrow,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right-arrow {
  color: #333;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel {
  background-color: #CE0410;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel:before,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel:before {
  border-bottom: 11px solid #CE0410;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-close-menu .hamburger-inner,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-close-menu .hamburger-inner {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-2 {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-list-default,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-list-default ul,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default ul {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-list-default ul>li,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default ul>li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-list-default ul>li .fa,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default ul>li .fa {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-app-menu-toolbar,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-app-menu-toolbar {
  background-color: #CE0410;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-app-menu-toolbar .copyright,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-app-menu-toolbar .copyright {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-app-menu-toolbar .copyright a,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-app-menu-toolbar .copyright a {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header {
  text-shadow: none;
  background-color: #F8F6F7;
  color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #2f3f50;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-title {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: "43px";
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-left,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-left-arrow,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right-arrow {
  color: #333;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel:before,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel:before {
  border-bottom: 11px solid #2F3F50;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-list-default,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-list-default {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-list-default ul,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-list-default ul {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-list-default ul>li,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-list-default ul>li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-list-default ul>li .fa,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-list-default ul>li .fa {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-app-menu-toolbar,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-app-menu-toolbar {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-app-menu-toolbar .copyright,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-app-menu-toolbar .copyright {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-app-menu-toolbar .copyright a,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-app-menu-toolbar .copyright a {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header {
  text-shadow: none;
  background-color: #F8F6F7;
  color: #fff;
  box-shadow: none;
  border-top: 1px solid #2f3f50;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-left,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-left-arrow,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right-arrow {
  color: #333;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger .hamburger-inner,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger .hamburger-inner {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-menu ul {
  background: #F8F6F7;
  border: none;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-menu ul li.linked {
  background-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-menu ul li.linked.active {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe:after {
  border-top: 11px solid #2F3F50;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-menu-body-swipe {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-list-default {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-list-default ul {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-list-default ul>li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-list-default ul>li .fa {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-app-menu-toolbar {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-app-menu-toolbar .copyright {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-app-menu-toolbar .copyright a {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle {
  background-color: #333;
  color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle .hamburger .hamburger-inner {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle.active {
  background: #fff;
  color: #333;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle.active .hamburger.is-active .hamburger-inner {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle.active .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle.active .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-holder .nav-circle {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-holder .nav-circle.active {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-list-holder .nav-list {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-list-holder .nav-list li {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-list-holder .fl-menu-foot a {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder {
  color: rgba(255,255,255,0.5);
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder ul {
  background-color: #333;
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder li .fl-menu-title {
  font-family: Helvetica;
  font-size: 8px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder li.active {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder li.active .fl-menu-icon {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder li.active .fl-menu-title {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.primary-button"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #CD0510;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary:active:hover {
  background-color: #2f3f50;
  color: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

.btn.btn-primary {
  height: auto;
  background-color: #CD0510;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover {
  background-color: #2f3f50;
  color: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}

.btn.btn-secondary {
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

.btn.btn-default {
  background-color: silver;
  color: #333;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
}

.btn.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-default:active:focus,
.btn.btn-default:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border: none;
}

.btn.btn-primary.disabled,
.btn.btn-primary[disabled],
.btn.btn-secondary.disabled,
.btn.btn-secondary[disabled],
.btn.btn-default.disabled,
.btn.btn-default[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

[data-widget-package="com.fliplet.inline-link"] a {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #237BBD;
}

[data-widget-package="com.fliplet.inline-link"] a:hover,
[data-widget-package="com.fliplet.inline-link"] a:focus,
[data-widget-package="com.fliplet.inline-link"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"] a:active:focus {
  outline: none;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #003B67;
}

[data-widget-package="com.fliplet.inline-link"] .btn.btn-link {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #237BBD;
}

[data-widget-package="com.fliplet.inline-link"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"] .btn.btn-link:active:focus {
  outline: none;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #003B67;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #CD0510;
  color: #fff;
  border: none;
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #CD0510;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: silver;
  color: #333;
  border: none;
}

html.no-touchevents.js-focus-visible .fl-date-picker.focus-outline:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25);
}

html.no-touchevents.js-focus-visible .fl-date-picker.focus-outline:focus-within,
html.no-touchevents.js-focus-visible .fl-time-picker.focus-outline:focus-within {
  box-shadow: 0 0 0 2px rgba(47,63,80,0.25);
}

html.no-touchevents.js-focus-visible .fl-number-input.focus-outline:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25);
}

[data-widget-package="com.fliplet.accordionstart"],
[data-widget-package="com.fliplet.accordionend"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel .collapse-start,
[data-widget-package="com.fliplet.accordionstart"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="app-list"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="app-list"] .admin-overlay .overlayNavbar {
  background-color: rgba(255,255,255,0.95);
  color: #333;
}

[data-widget-package="app-list"] .admin-overlay .overlayPanelContent {
  background-color: #fff;
  color: #333;
}

[data-widget-package="app-list"] .helper.app-offline-notification {
  border: 1px solid #2F3F50;
}

[data-widget-package="app-list"] .app-list .loader {
  border-left-color: #727e8f;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li .list-swipe-holder .list-desc .list-title,
[data-widget-package="app-list"] .app-list .app-list-content .no-apps-found-text {
  color: #2F3F50;
}

[data-widget-package="app-list"] .app-list .section-heading {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li.cancel .icon .fa.cancel {
  color: #337ab7;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li.download .icon .fa.download {
  color: #333;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li.preparing .icon .fa.download {
  color: #337ab7;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li.completed .icon .fa.completed {
  color: #5cb85c;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li.initial .icon .fa.initial {
  color: rgba(51,51,51,0.45);
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li .progress {
  background-color: #f2f2f2;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li .progress .progress-bar-flv {
  background-color: #337ab7;
}

[data-widget-package="app-list"] #overlay-admin .closeButton,
[data-widget-package="app-list"] .admin-overlay .closeButton {
  background-color: #fff;
  color: #333;
  border-top-color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.chat"] .chat-holder {
  background-color: #f8f8f8;
  color: #333;
}

[data-widget-package="com.fliplet.chat"] .chat-holder .top-header {
  background-color: #f8f8f8;
  color: #333;
}

[data-widget-package="com.fliplet.chat"] .chat-holder .top-header .header-title {
  color: #CD0510;
}

[data-widget-package="com.fliplet.chat"] .chat-holder .offline-note,
[data-widget-package="com.fliplet.chat"] .chat-holder .message-copied-holder {
  background-color: rgba(51,51,51,0.5);
  color: rgba(248,248,248,0.7);
}

[data-widget-package="com.fliplet.chat"] .chat-holder .loading-area,
[data-widget-package="com.fliplet.chat"] .chat-holder .error-area,
[data-widget-package="com.fliplet.chat"] .chat-holder .empty-area {
  color: rgba(51,51,51,0.7);
}

[data-widget-package="com.fliplet.chat"] .chat-holder .error-area .refresh-chat {
  border: 1px solid rgba(51,51,51,0.7);
}

[data-widget-package="com.fliplet.chat"] .chat-holder .chat-users-group span {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.chat"] .chat-user-info .chat-participants-name {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.chat"] .participants-holder .participants-helper {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .chat-back .fa,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .chat-user-info .profile-image-holder .fa,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .chat-mute .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .chat-area,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay,
[data-widget-package="com.fliplet.chat"] .group-name-holder,
[data-widget-package="com.fliplet.chat"] .group-participants-holder,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-top-header,
[data-widget-package="com.fliplet.chat"] .group-name-holder .group-top-header,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .group-participants-top-header {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.chat"] .chat-area .contacts-info,
[data-widget-package="com.fliplet.chat"] .chat-area .group-info,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-info,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .group-info,
[data-widget-package="com.fliplet.chat"] .group-name-holder .contacts-info,
[data-widget-package="com.fliplet.chat"] .group-name-holder .group-info,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .contacts-info,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .group-info,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .contacts-info,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .group-info,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-top-header .contacts-info,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-top-header .group-info,
[data-widget-package="com.fliplet.chat"] .group-name-holder .group-top-header .contacts-info,
[data-widget-package="com.fliplet.chat"] .group-name-holder .group-top-header .group-info,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .group-participants-top-header .contacts-info,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .group-participants-top-header .group-info {
  color: #CD0510;
}

[data-widget-package="com.fliplet.chat"] .chat-area .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .group-name-holder .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-top-header .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .group-name-holder .group-top-header .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .group-participants-top-header .contact-image-holder .contact-name-holder {
  color: #CD0510;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder.unread:after {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .chat-card .profile-image-holder {
  background-color: rgba(47,63,80,0.1);
}

[data-widget-package="com.fliplet.chat"] .chat-card .profile-image-holder .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .chat-card.contact-selected .profile-image-holder .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .contact-image-wrapper .contact-profile-image {
  background-color: rgba(51,51,51,0.1);
}

[data-widget-package="com.fliplet.chat"] .contact-image-wrapper .contact-profile-image .fa {
  background-color: rgba(51,51,51,0.15);
}

[data-widget-package="com.fliplet.chat"] .contact-image-wrapper .fa-times {
  background-color: #CD0510;
  border: 1px solid #CD0510;
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .tab-group .tab>.control-label {
  border: 1px solid rgba(51,51,51,0.3);
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.chat"] .tab-group .tab input:checked+.control-label,
[data-widget-package="com.fliplet.chat"] .tab-group .tab.active .control-label {
  border-color: #337ab7;
  background: #337ab7;
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder,
[data-widget-package="com.fliplet.chat"] .contact-card {
  background-color: #fff;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder.contact-selected,
[data-widget-package="com.fliplet.chat"] .contact-card.contact-selected {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder.contact-selected .chat-info,
[data-widget-package="com.fliplet.chat"] .chat-card-holder.contact-selected .contact-info .contact-user-name,
[data-widget-package="com.fliplet.chat"] .chat-card-holder.contact-selected .chat-info .chat-user-preview,
[data-widget-package="com.fliplet.chat"] .contact-card.contact-selected .chat-info,
[data-widget-package="com.fliplet.chat"] .contact-card.contact-selected .contact-info .contact-user-name,
[data-widget-package="com.fliplet.chat"] .contact-card.contact-selected .chat-info .chat-user-preview {
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder .chat-info,
[data-widget-package="com.fliplet.chat"] .chat-card-holder .contact-info .contact-user-name,
[data-widget-package="com.fliplet.chat"] .chat-card-holder .chat-info .chat-user-preview,
[data-widget-package="com.fliplet.chat"] .contact-card .chat-info,
[data-widget-package="com.fliplet.chat"] .contact-card .contact-info .contact-user-name,
[data-widget-package="com.fliplet.chat"] .contact-card .chat-info .chat-user-preview {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder .fa,
[data-widget-package="com.fliplet.chat"] .contact-card .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder .profile-image-holder,
[data-widget-package="com.fliplet.chat"] .contact-card .profile-image-holder {
  background-color: rgba(51,51,51,0.1);
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder .profile-image-holder .fa,
[data-widget-package="com.fliplet.chat"] .contact-card .profile-image-holder .fa {
  color: #2F3F50;
  background-color: transparent;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder .icon:hover,
[data-widget-package="com.fliplet.chat"] .contact-card .icon:hover {
  background-color: rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.chat"] .chat-controls .start-new,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-back {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .contacts-done-holder .contacts-done,
[data-widget-package="com.fliplet.chat"] .contacts-done-holder .contacts-create {
  background-color: transparent;
  border: 1px solid #CD0510;
  color: #CD0510;
}

[data-widget-package="com.fliplet.chat"] .contacts-top-header.ready .contacts-done-holder .contacts-done,
[data-widget-package="com.fliplet.chat"] .group-top-header.ready .contacts-done-holder .contacts-create {
  background-color: #CD0510;
  border: 1px solid #CD0510;
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .contact-image-wrapper .fa-user {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .contact-image-wrapper .fa-times {
  background-color: #CD0510;
  color: #fff;
  border: 2px solid #f8f8f8;
}

[data-widget-package="com.fliplet.chat"] .all-users-holder .seperator {
  background-color: #E9E9E9;
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .participants-bar {
  background-color: #f2f2f2;
}

[data-widget-package="com.fliplet.chat"] .group-name-field-holder .group-name-field {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #333;
}

[data-widget-package="com.fliplet.chat"] .group-name-field-holder .group-name-field:focus {
  border: 1px solid #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .chat.chat-right .chat-body {
  background-color: #337ab7;
  border: 1px solid transparent;
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .chat.chat-right .chat-body:after {
  border-color: transparent transparent transparent #337ab7;
}

[data-widget-package="com.fliplet.chat"] .chat.chat-left .chat-body {
  background-color: #fff;
  border: 1px solid transparent;
  color: #333;
}

[data-widget-package="com.fliplet.chat"] .chat.chat-left .chat-body:after {
  border-color: transparent #fff transparent transparent;
}

[data-widget-package="com.fliplet.chat"] .chat.tapped.chat-right .chat-body {
  background-color: #285f8f;
}

[data-widget-package="com.fliplet.chat"] .chat.tapped.chat-right .chat-body:after {
  border-color: transparent transparent transparent #285f8f;
}

[data-widget-package="com.fliplet.chat"] .chat.tapped.chat-left .chat-body {
  background-color: #e6e6e6;
}

[data-widget-package="com.fliplet.chat"] .chat.tapped.chat-left .chat-body:after {
  border-color: transparent transparent transparent #e6e6e6;
}

[data-widget-package="com.fliplet.chat"] .chat.editing.chat-right .chat-body,
[data-widget-package="com.fliplet.chat"] .chat.editing.chat-left .chat-body {
  background-color: #fff2be;
  color: #333;
}

[data-widget-package="com.fliplet.chat"] .chat.editing.chat-right .chat-body:after,
[data-widget-package="com.fliplet.chat"] .chat.editing.chat-left .chat-body:after {
  border-color: transparent transparent transparent #fff2be;
}

[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay,
[data-widget-package="com.fliplet.chat"] .group-name-holder,
[data-widget-package="com.fliplet.chat"] .group-participants-holder,
[data-widget-package="com.fliplet.chat"] .chat-holder .chat-list,
[data-widget-package="com.fliplet.chat"] .loading-area,
[data-widget-package="com.fliplet.chat"] .error-area,
[data-widget-package="com.fliplet.chat"] .empty-area {
  border-color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.chat"] .chat-input-controls {
  background-color: #f8f8f8;
  border-top: 1px solid rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.chat"] .chat-input-controls .input-second-row .image-button .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .chat-input-controls .input-second-row .send-button,
[data-widget-package="com.fliplet.chat"] .chat-input-controls .input-second-row .send-save-button {
  color: #CD0510;
  border: 1px solid #CD0510;
}

[data-widget-package="com.fliplet.chat"] .chat-input-controls.ready .input-second-row .send-button,
[data-widget-package="com.fliplet.chat"] .chat-input-controls.ready .input-second-row .send-save-button {
  background-color: #CD0510;
  color: #f8f8f8;
  border: 1px solid #CD0510;
}

[data-widget-package="com.fliplet.chat"] .chat-input-controls .image-preview-holder {
  background-color: rgba(248,248,248,0.95);
}

[data-widget-package="com.fliplet.chat"] .section-label-wrapper .search-holder .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .section-label-wrapper .search-holder .form-control {
  background-color: #f8f8f8;
  color: #333;
  border: 1px solid rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.chat"] .section-label-wrapper .search-holder .form-control:focus {
  border: 1px solid #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .input-first-row textarea {
  background-color: #f8f8f8;
  color: #333;
}

[data-widget-package="com.fliplet.chat"] .all-users-holder .seperator {
  background-color: #E9E9E9;
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chat"] .participants-bar {
  background-color: rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.chat"] .show-more-contacts .btn {
  border: 1px solid #2F3F50;
  color: #2F3F50;
}

[data-widget-package="com.fliplet.chart.bar"],
[data-widget-package="com.fliplet.chart.column"],
[data-widget-package="com.fliplet.chart.scatter"],
[data-widget-package="com.fliplet.chart.line"],
[data-widget-package="com.fliplet.chart.donut"],
[data-widget-package="com.fliplet.chart.pie"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.chart.bar"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.bar"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.bar"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.bar"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.bar"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.bar"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-scatter-wrapper {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.chart.bar"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-scatter-wrapper .chart-container {
  height: 400px;
  min-height: auto;
  max-height: none;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-background,
[data-widget-package="com.fliplet.chart.column"] .highcharts-background,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-background,
[data-widget-package="com.fliplet.chart.line"] .highcharts-background,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-background,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-background {
  fill: none !important;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.column"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.line"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-axis-line {
  stroke: #5e7ea0;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.column"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.line"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-axis-title {
  fill: #2F3F50 !important;
  color: #2F3F50 !important;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.column"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.line"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-label text {
  color: #5e7ea0 !important;
  fill: #5e7ea0 !important;
  text-shadow: none !important;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.column"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.line"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-axis-labels text {
  color: #425870 !important;
  fill: #425870 !important;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.column"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.line"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-legend-item text {
  color: #2F3F50 !important;
  fill: #2F3F50 !important;
}

[data-widget-package="com.fliplet.chart.bar"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.bar"] .chart-column-total,
[data-widget-package="com.fliplet.chart.column"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.column"] .chart-column-total,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-total,
[data-widget-package="com.fliplet.chart.line"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.line"] .chart-column-total,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-total,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-total {
  color: #aebed0;
}

[data-widget-package="com.fliplet.chart.bar"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.bar"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.column"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.column"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.line"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.line"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-total>.total {
  color: #425870;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.column"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.line"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-tooltip-box {
  fill: rgba(255,255,255,0.75) !important;
}

[data-widget-package="com.fliplet.data-directory"] .directory-wrapper,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-wrapper {
  background-color: #fff;
  color: #333;
}

[data-widget-package="com.fliplet.data-directory"] .directory-search,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-search {
  background-color: #d2d2d2;
}

[data-widget-package="com.fliplet.data-directory"] .directory-search input,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-search input {
  color: #333;
}

[data-widget-package="com.fliplet.data-directory"] .directory-search .btn.btn-link.search-cancel,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-search .btn.btn-link.search-cancel {
  color: #333;
}

[data-widget-package="com.fliplet.data-directory"] .directory-search .btn.btn-link.search-cancel:hover,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-search .btn.btn-link.search-cancel:hover {
  color: #333;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list {
  background-color: #fff;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .add-new-entry,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .add-new-entry {
  background-color: #CD0510;
  color: #fff;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default li,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default li {
  border-top: 1px solid all;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default li:first-child,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default li:first-child {
  border-top: none;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default li .list-title,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default li .list-title {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li .list-title+p,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li .list-title+p {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li .icon,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li .icon {
  color: #333;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li .list-tags a,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li .list-tags a {
  color: #333;
  background: #ddd;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list li.divider,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list li.divider {
  background-color: #fafafa;
  color: #333;
}

[data-widget-package="com.fliplet.data-directory"] .list-index span,
[data-widget-package="com.fliplet.advanceddirectory"] .list-index span {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.data-directory"] .directory-details .directory-details-content,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-details .directory-details-content {
  color: #333;
}

[data-widget-package="com.fliplet.data-directory"] .directory-details .directory-details-content .directory-detail-title,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-details .directory-details-content .directory-detail-title {
  color: #333;
  font-family: Helvetica;
  font-size: 24px;
}

[data-widget-package="com.fliplet.data-directory"] .directory-details .directory-details-content .directory-detail-label,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-details .directory-details-content .directory-detail-label {
  color: #333;
  font-family: Helvetica;
  font-size: 14px;
}

[data-widget-package="com.fliplet.data-directory"] .directory-details .directory-details-content .directory-detail-value,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-details .directory-details-content .directory-detail-value {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
}

.overlay-directory .overlayPanel .list-default li .list-title {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.overlay-directory .overlayPanel .list-default ul>li .list-title+p {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.overlay-directory .overlayPanel .list-default ul>li .icon {
  color: #333;
}

.overlay-directory .overlayPanel .list-default ul>li .list-tags a {
  color: #333;
  background: #ddd;
}

.overlay-directory .overlayPanelContent {
  background-color: #fff;
  color: #333;
}

.overlay-directory .overlayPanelContent .directory-detail-title {
  color: #333;
  font-family: Helvetica;
  font-size: 24px;
}

.overlay-directory .overlayPanelContent .directory-detail-label {
  color: #333;
  font-family: Helvetica;
  font-size: 14px;
}

.overlay-directory .overlayPanelContent .directory-detail-value {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
}

.overlay-directory .overlayNavbar {
  background-color: rgba(255,255,255,0.95);
  color: #333;
  border-bottom-color: all;
}

[data-widget-package="com.fliplet.form-builder"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group input.form-control {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] .form-group input.form-control::placeholder {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"] .form-group textarea.form-control {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] .form-group textarea.form-control::placeholder {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .control-label label {
  color: #2F3F50;
  font-size: 16px;
  font-family: "MuseoSans-500",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"] .form-group label.control-label {
  color: #2F3F50;
  font-size: 16px;
  font-family: "MuseoSans-500",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .input-group .form-control {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"] .has-error .text-danger {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"] .has-error .select-proxy-display {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"] .form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"] .form-control:focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"] .form-group .list-group .list-group-item {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table th:focus-within,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table th:focus,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table td:focus-within,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table td:focus,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"] .form-group .list-group .list-group-item:focus-within,
[data-widget-package="com.fliplet.form-builder"] .form-group .list-group .list-group-item:focus,
[data-widget-package="com.fliplet.form-builder"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-rich-text .form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .form-control:focus-within,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .form-control:focus,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-rich-text .form-control:focus-within,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-rich-text .form-control:focus,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
  border: 0 !important;
  border: 1px solid #337AB7 !important;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead.has-error .selectize-input.form-control,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead.has-error .selectize-input.form-control.focus {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker>.form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker>.fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #337AB7;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #337AB7;
}

[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #8D8EA6;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #8D8EA6;
}

[data-widget-package="com.fliplet.form-builder"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"] .tgl-ios+.tgl-btn:after {
  background-color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"] .tgl-ios:checked+.tgl-btn {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  color: #333;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display.readonly {
  border: 1px solid #c9c9c9;
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display.readonly>.icon {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display>.icon {
  background-color: #CD0510;
  color: #F8F6F7;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"] .required-info,
[data-widget-package="com.fliplet.form-builder"] .required-info-label {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] .input-group-addon {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"] .input-group-addon:first-child {
  border-right: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flStarRating"] .rating-star .fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid #c9c9c9 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  overflow: hidden;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] .sending-form {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"] .fl-form .spinner-overlay {
  border-top-color: rgba(120,147,176,0.3);
  border-right-color: rgba(120,147,176,0.3);
  border-bottom-color: rgba(120,147,176,0.3);
  border-left-color: #237BBD;
}

[data-widget-package="com.fliplet.form-builder"] .fileUpload-disabled label {
  background-color: #e1e1e1 !important;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider-fill {
  background-color: silver;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #CD0510;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"] .fl-matrix table th {
  border: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"] .fl-matrix table th {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

.form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
}

.fileUpload {
  padding-top: 2px;
  padding-bottom: 2px;
}

[data-widget-package="com.fliplet.image"] {
  flex-shrink: 0;
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="masonry-image-gallery"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="masonry-image-gallery"] .image-gallery {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.interactive-map"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px 0px 0px 0px;
  height: 100vh;
  height: calc( 100vh - (env(safe-area-inset-bottom) + env(safe-area-inset-top)));
  min-height: 200px;
  max-height: none;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-label-wrapper {
  color: #fff;
  background-color: #333;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-label-wrapper .interactive-map-label-text p {
  color: #fff;
}

[data-widget-package="com.fliplet.interactive-map"] .maps-button {
  color: #fff;
  background-color: #333;
}

[data-widget-package="com.fliplet.interactive-map"] .maps-button .maps-button-text p {
  color: #fff;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-search-icon,
[data-widget-package="com.fliplet.interactive-map"] .fl-zoom-in,
[data-widget-package="com.fliplet.interactive-map"] .fl-zoom-out {
  color: #fff;
  background-color: #333;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-maps-search-overlay,
[data-widget-package="com.fliplet.interactive-map"] .interactive-maps-overlay {
  background-color: #333;
  color: #fff;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-overlay-topbar {
  background-color: #333;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-maps-overlay .map-list-item.active {
  border-left-color: #fff;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-overlay-search-holder .form-control {
  background: #333;
  color: #fff;
  border-color: #fff;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-overlay-search-holder span {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

body.fl-with-top-menu [data-widget-package="com.fliplet.interactive-map"] {
  height: calc(100vh - 44px);
  height: calc( 100vh - (44px + env(safe-area-inset-bottom) + env(safe-area-inset-top)));
}

[data-has-notch] body.fl-with-top-menu [data-widget-package="com.fliplet.interactive-map"] {
  height: calc(100vh - (44px + 34px));
}

body.fl-with-bottom-menu [data-widget-package="com.fliplet.interactive-map"] {
  height: calc(100vh - 65px);
  height: calc( 100vh - (65px + env(safe-area-inset-bottom) + env(safe-area-inset-top)));
}

[data-has-notch] body.fl-with-bottom-menu [data-widget-package="com.fliplet.interactive-map"] {
  height: calc(100vh - (65px + 34px));
}

[data-widget-package="com.fliplet.simple-list"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 10px 40px 0px;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li {
  border-bottom: 1px solid 1px solid rgba(51,51,51,0.2);
  background-color: rgba(0,0,0,0);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li.linked {
  padding-right: calc(10px + 34px);
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li.linked:active {
  background-color: rgba(51,51,51,0.06);
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li.linked:after {
  color: #2f3f50;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li.linked .list-icon {
  color: #2f3f50;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li .list-title {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li p+p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-save-filter {
  border: 1px solid #333;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-save-filter li {
  border-left: 1px solid #333;
  background: #fff;
  color: #333;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-save-filter li.active {
  background: #333;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #F8F6F7;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F8F6F7;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"] .list-search {
  border-bottom: 2px solid 1px solid rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.simple-list"] .btn.btn-link.search-cancel {
  color: #333;
}

[data-widget-package="com.fliplet.simple-list"] .btn.btn-link.search-cancel:hover,
[data-widget-package="com.fliplet.simple-list"] .btn.btn-link.search-cancel:focus,
[data-widget-package="com.fliplet.simple-list"] .btn.btn-link.search-cancel:active:hover,
[data-widget-package="com.fliplet.simple-list"] .btn.btn-link.search-cancel:active:focus {
  color: #003B67;
}

[data-widget-package="com.fliplet.list-small-thumbs"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 20px 0px 0px 0px;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li {
  border-bottom: 1px solid 1px solid rgba(51,51,51,0.2);
  background-color: rgba(0,0,0,0);
  padding: 10px 10px 10px calc(10px + 46px);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li.linked {
  padding-right: calc(10px + 34px);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li.linked:active {
  background-color: rgba(51,51,51,0.06);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li.linked:after {
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li.linked .list-icon {
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li .list-image {
  background-color: rgba(255,255,255,0);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li .list-image .fl-list-icon {
  color: #333;
  font-size: 30px;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li .list-title {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li p+p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-save-filter {
  border: 1px solid #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-save-filter li {
  border-left: 1px solid #474975;
  background: #fff;
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-save-filter li.active {
  background: #474975;
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #474975;
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F8F6F7;
  color: #474975;
}

[data-widget-package="com.fliplet.list-large-thumbs"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li {
  border-bottom: 1px solid 1px solid rgba(51,51,51,0.2);
  background-color: rgba(0,0,0,0);
  padding: 10px 10px 10px calc(10px + 71px);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li.linked {
  padding-right: calc(10px + 34px);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li.linked:active {
  background-color: rgba(51,51,51,0.06);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li.linked:after {
  color: #2f3f50;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li.linked .list-icon {
  color: #2f3f50;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li .list-image {
  background-color: rgba(255,255,255,0);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li .list-image .fl-list-icon {
  color: #333;
  font-size: 50px;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li .list-title {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li p+p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-save-filter {
  border: 1px solid #333;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-save-filter li {
  border-left: 1px solid #333;
  background: #fff;
  color: #333;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-save-filter li.active {
  background: #333;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #F8F6F7;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F8F6F7;
  color: #fff;
}

[data-widget-package="com.fliplet.rss"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.rss"] .feed ul.feed-panels.line>li.feed-item {
  border-bottom: 1px solid 1px solid rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.rss"] .feed ul.feed-panels.stripes>li.feed-item:nth-child(odd) {
  background-color: rgba(216,216,216,0.2);
}

[data-widget-package="com.fliplet.rss"] .feed ul.feed-panels>li.feed-item {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.rss"] .feed ul.feed-panels>li.feed-item.line {
  border-left-color: #1da6ec;
}

[data-widget-package="com.fliplet.rss"] .feed .feed-item.circle p.list-title .circle-icon {
  background-color: #1da6ec;
}

[data-widget-package="com.fliplet.rss"] .feed .feed-item .list-title {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.rss"] .feed .feed-item .list-description {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: normal;
}

[data-widget-package="com.fliplet.rss"] .feed .feed-item .icon {
  color: #2f3f50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .dynamic-list-add-item {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #333;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-list-name {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-list-role {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-list-location {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-image .small-card-list-detail-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: none;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-name {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-name:after {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-role {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-location {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-button .small-card-list-detail-button-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-button .small-card-list-detail-button-text {
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-body-text {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-label {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-bookmark-holder .small-card-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  background-color: #2F3F50;
  color: #fff;
  border-color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #333;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .form-control,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .form-control {
  background-color: #fff;
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .form-control:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .form-control:focus {
  border-color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .btn.search-btn {
  border: none;
  color: #2F3F50;
  background-color: rgba(47,63,80,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder input[type="search"],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #c9c9c9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #337AB7;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(47,63,80,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .list-search-icon .fa-times {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .list-search-icon .fa-times {
  color: #2F3F50 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #2F3F50 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #CD0510;
  color: #fff;
  border-color: #CD0510;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-search-controls .current-query-wrapper:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .no-results-holder {
  color: rgba(47,63,80,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(47,63,80,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  border-color: #2F3F50;
  background-color: #2F3F50;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  position: relative;
  z-index: auto;
  width: 100%;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .dynamic-list-add-item {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,51,51,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,51,51,0.4);
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
  border-color: rgba(51,51,51,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,51,51,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,51,51,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,51,51,0.3);
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder.ready .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder.ready .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder.ready .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder.ready .btn.save {
  border-color: #2F3F50;
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,51,51,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,51,51,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel textarea[data-comment-body] {
  background-color: transparent;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,51,51,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #333;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #333;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .filter-holder .panel .panel-collapse {
  background-color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #333;
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #c9c9c9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #337AB7;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(47,63,80,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 30px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-list-wrapper .news-feed-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border: none;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 12px;
  line-height: 1.6;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .slide-under {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content .news-feed-item-description {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content .news-feed-item-description>p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content .news-feed-info-holder .news-feed-date-category {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content .news-feed-info-holder .news-feed-like-holder .news-feed-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content .news-feed-info-holder .news-feed-like-holder .news-feed-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content .news-feed-info-holder .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content .news-feed-info-holder .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,51,51,0.1);
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close {
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .section-top-wrapper .search-holder input[type="search"],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #c9c9c9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .section-top-wrapper .search-holder input[type="search"]:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #337AB7;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .section-top-wrapper .search-holder .search-feed::placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(47,63,80,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .section-top-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .section-top-wrapper .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .btn.search-btn {
  border: none;
  color: #2F3F50;
  background-color: rgba(47,63,80,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
  display: inline;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  position: relative !important;
  z-index: auto;
  width: 100%;
  max-width: 600px;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .dynamic-list-add-item {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-wrapper {
  background-color: #fff;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-wrapper .agenda-detail-overlay-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-header {
  background-color: #fff;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-description .agenda-item-detail-body-text>p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-start-date-time {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 4px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-location {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder h2.agenda-item-title {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 27px;
  line-height: 1.2em;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder h2.agenda-item-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-icons .fa {
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-bookmark-holder .bookmark-wrapper.btn-bookmark .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-bookmark-holder .bookmark-wrapper.btn-bookmarked .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-holder input {
  border-color: #c9c9c9;
  color: #2F3F50;
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-holder input:hover {
  border-color: #337AB7;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-holder input:focus {
  border-color: #337AB7;
  outline: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-holder .fa-search {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .list-search-icon .toggle-bookmarks .fa-bookmark-o {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .list-search-icon .toggle-bookmarks .fa-bookmark {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .list-search-icon .fa-sliders {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .list-search-icon.mixitup-control-active .fa-filter {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item {
  border: none;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-time:not(.line) {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-session-location .agenda-item-location {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content h2.agenda-item-title {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-item-content {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-item-content .agenda-item-bookmark-holder .bookmark-wrapper.btn-bookmark .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-item-content .agenda-item-bookmark-holder .bookmark-wrapper.btn-bookmarked .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-controls .toggle-agenda {
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-controls .toggle-agenda .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-controls .toggle-agenda.mixitup-control-active .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .hidden-controls,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-item-content .container-fluid,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-results,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-detail-overlay-panel {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-list-controls {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-list-controls .toggle-agenda.mixitup-control-active .fa {
  color: #333;
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-list-controls .agenda-list-label {
  color: #333;
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-date-selector {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-date-selector ul li:not(.active):not(.placeholder) {
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-date-selector ul li:not(.active):not(.placeholder) .day {
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-date-selector ul li.focus-outline.active {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-date-selector ul li.focus-outline.active .day {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .loading-holder {
  color: rgba(51,51,51,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .comments-offline {
  background-color: rgba(51,51,51,0.4);
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-panel-header {
  background-color: #fff;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder {
  background: #fff;
  border-color: rgba(51,51,51,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .cancel {
  color: rgba(51,51,51,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .cancel:active:focus {
  color: rgba(51,51,51,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .btn.save {
  border-color: rgba(51,51,51,0.3);
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder.ready .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder.ready .btn.save {
  border-color: #2F3F50;
  background-color: #2F3F50;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,51,51,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .fl-comment-thumb {
  background-color: rgba(51,51,51,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel textarea[data-comment-body] {
  background-color: transparent;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,51,51,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu>.active>a {
  background-color: #2F3F50;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .active .mention_username {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .dynamic-list-add-item {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .list-item-arrow {
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-sort .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #c9c9c9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #337AB7;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(47,63,80,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .btn.search-btn {
  color: #2F3F50;
  background-color: rgba(47,63,80,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .list-search-cancel .fa {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .list-search-cancel .fa {
  color: #2F3F50 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #2F3F50 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .no-results-holder {
  color: rgba(47,63,80,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter {
  border-color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter:focus {
  color: rgba(47,63,80,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.mixitup-control-active {
  border-color: #2F3F50;
  background-color: #2F3F50;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.mixitup-control-active:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(47,63,80,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .search-query .current-query-wrapper {
  background-color: #CD0510;
  color: #fff;
  border-color: #CD0510;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  background-color: #2F3F50;
  color: #fff;
  border-color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .simple-list-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(51,51,51,0.3);
  border-radius: 0px;
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .simple-list-item .simple-list-like-holder .simple-list-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .simple-list-item .simple-list-like-holder .simple-list-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .simple-list-item .simple-list-like-holder .simple-list-like-wrapper.btn-like>span.count {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .simple-list-item .simple-list-like-holder .simple-list-like-wrapper.btn-liked>span.count {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .simple-list-item .simple-list-bookmark-holder .simple-list-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .simple-list-item .simple-list-bookmark-holder .simple-list-bookmark-wrapper .fa.animated {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-title {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-description {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(51,51,51,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-subtitle {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 6px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .simple-list-overlay-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .simple-list-overlay-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .filter-holder .panel .panel-collapse {
  background-color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #333;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-detail-overlay-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-like-holder .simple-list-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-like-holder .simple-list-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-bookmark-holder .simple-list-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-bookmark-holder .simple-list-bookmark-wrapper .fa.animated {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-detail-value img {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-detail-value {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 1.15em;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-detail-label {
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 4px;
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image {
  border: none;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-detail-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-detail-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-detail-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-detail-wrapper {
  border-radius: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-item {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-item .small-h-card-list-item-text,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-item .small-h-card-list-item-text {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-detail-name:after,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-detail-name:after {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-detail-image-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-detail-image-wrapper {
  color: rgba(47,63,80,0.1);
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .no-results-holder {
  color: rgba(47,63,80,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-overlay-content .small-h-card-details-holder .small-h-card-list-detail-body-text {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-overlay-content .small-h-card-details-holder .small-h-card-list-detail-label {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-name {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-name:after {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-role {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-location {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #333;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-button .small-h-card-list-detail-button-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-button .small-h-card-list-detail-button-text {
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.lock"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.lock"] .passcode-wrapper {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.lock"] .passcode-wrapper .passcode-field {
  border-bottom: 1px solid all;
}

[data-widget-package="com.fliplet.lock"] .passcode-wrapper .passcode-field:focus {
  border-bottom: 1px solid all;
}

[data-widget-package="com.fliplet.lock"] .verify-field-wrapper .back-setup {
  color: #333;
}

[data-widget-package="com.fliplet.lock"] .use-touchid {
  border: 1px solid all;
}

[data-widget-package="com.fliplet.login"],
[data-widget-package="com.fliplet.login-data-source"],
[data-widget-package="com.fliplet.login.saml2"],
[data-widget-package="com.fliplet.email-validation"],
[data-widget-package="com.fliplet.sms-verfication"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.login"] .sso-login,
[data-widget-package="com.fliplet.login"] [data-login-ds-id],
[data-widget-package="com.fliplet.login"] [data-login-id],
[data-widget-package="com.fliplet.login"] .fl-sms-verification,
[data-widget-package="com.fliplet.login"] .fl-email-verification,
[data-widget-package="com.fliplet.login-data-source"] .sso-login,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id],
[data-widget-package="com.fliplet.login-data-source"] [data-login-id],
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification,
[data-widget-package="com.fliplet.login.saml2"] .sso-login,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id],
[data-widget-package="com.fliplet.login.saml2"] [data-login-id],
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification,
[data-widget-package="com.fliplet.email-validation"] .sso-login,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id],
[data-widget-package="com.fliplet.email-validation"] [data-login-id],
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id],
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id],
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .form-group label {
  color: #2F3F50;
  border-right-color: #2F3F50;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  outline-color: #2F3F50;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] .sso-login .btn-primary,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .btn-primary,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] [data-login-id] .btn-primary,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .btn-primary,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] .fl-email-verification .btn-primary,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .btn-primary,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .btn-primary,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .btn-primary,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .btn-primary,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .btn-primary,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .btn-primary,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .btn-primary,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .btn-primary,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .btn-primary,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .btn-primary,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] .sso-login .btn-primary,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .btn-primary,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .btn-primary,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .btn-primary,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .btn-primary,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .btn-primary,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .btn-primary,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .btn-primary,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .btn-primary,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .btn-primary {
  width: 90%;
  background-color: #CD0510;
  color: #fff;
  min-width: auto;
  max-width: none;
  height: 48px;
  min-height: auto;
  max-height: none;
  line-height: 24px;
  text-decoration: none;
  border-radius: 10px;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"] .sso-login .btn-primary:active:hover,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .btn-primary:active:hover,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"] [data-login-id] .btn-primary:active:hover,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .btn-primary:active:hover,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"] .fl-email-verification .btn-primary:active:hover,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .btn-primary:active:hover,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .btn-primary:active:hover,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .btn-primary:active:hover,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .btn-primary:active:hover,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .btn-primary:active:hover,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .btn-primary:active:hover,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .btn-primary:active:hover,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .btn-primary:active:hover,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .btn-primary:active:hover,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .btn-primary:active:hover,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] .sso-login .btn-primary:active:hover,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .btn-primary:active:hover,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .btn-primary:active:hover,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .btn-primary:active:hover,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .btn-primary:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .btn-primary:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .btn-primary:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .btn-primary:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .btn-primary:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .btn-primary:active:hover {
  background-color: #2f3f50;
  color: #fff;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login"] .sso-login .btn-secondary,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .btn-secondary,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login"] [data-login-id] .btn-secondary,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .btn-secondary,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login"] .fl-email-verification .btn-secondary,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .btn-secondary,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .btn-secondary,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .btn-secondary,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .btn-secondary,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .btn-secondary,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .btn-secondary,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .btn-secondary,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .btn-secondary,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .btn-secondary,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .btn-secondary,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.email-validation"] .sso-login .btn-secondary,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .btn-secondary,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .btn-secondary,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .btn-secondary,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .btn-secondary,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .btn-secondary,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .btn-secondary,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .btn-secondary,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .btn-secondary,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .btn-signup,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .btn-secondary {
  width: 90%;
  min-width: auto;
  max-width: none;
  height: 48px;
  min-height: auto;
  max-height: none;
  line-height: 24px;
  text-decoration: none;
  border-radius: 10px;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.login"] .state input.form-control,
[data-widget-package="com.fliplet.login"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login-data-source"] .state input.form-control,
[data-widget-package="com.fliplet.login-data-source"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login.saml2"] .state input.form-control,
[data-widget-package="com.fliplet.login.saml2"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.email-validation"] .state input.form-control,
[data-widget-package="com.fliplet.email-validation"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.sms-verfication"] .state input.form-control,
[data-widget-package="com.fliplet.sms-verfication"] .fl-login-form input.form-control {
  border: none;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.login"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] .fl-login-form .form-group label {
  color: 1px solid #337ab7;
  border-right-color: 1px solid #337ab7;
}

[data-widget-package="com.fliplet.login"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] .fl-login-form .form-group .toggle-password-visibility {
  color: 1px solid #337ab7;
}

[data-widget-package="com.fliplet.login"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  outline-color: 1px solid #337ab7;
}

[data-widget-package="com.fliplet.login"] .state .back,
[data-widget-package="com.fliplet.login-data-source"] .state .back,
[data-widget-package="com.fliplet.login.saml2"] .state .back,
[data-widget-package="com.fliplet.email-validation"] .state .back,
[data-widget-package="com.fliplet.sms-verfication"] .state .back {
  border-right: 1px solid 1px solid #337ab7;
  color: #333;
}

[data-widget-package="com.fliplet.notificationinbox"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.notificationinbox"] .notification-badge {
  background-color: #fe5857;
}

[data-widget-package="com.fliplet.notificationinbox"] .notifications-holder {
  padding: 20px 0px 0px 0px;
}

[data-widget-package="com.fliplet.notificationinbox"] .notifications-holder .notification[data-notification-status="draft"] {
  background-color: #fcf8e3;
}

[data-widget-package="com.fliplet.notificationinbox"] .notifications-holder .notification[data-notification-status="published"] {
  background-color: #fff;
}

.fl-widget-instance[data-type="menu"] .notification-badge {
  background-color: #fe5857;
  color: #fff;
}

.fl-audio-player .play-pause-btn {
  color: #2F3F50;
}

.sound-wave .bar {
  background-color: #2F3F50;
}

[data-widget-package="com.fliplet.panels"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.panels"] .list-panels ul>li .list-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.panels"] .list-panels ul>li .list-desc {
  padding: 30px 20px 30px 20px;
}

[data-widget-package="com.fliplet.panels"] .list-panels ul>li .list-desc .list-title {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #2f3f50;
}

[data-widget-package="com.fliplet.panels"] .list-panels ul>li .list-desc .list-title+p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(51,51,51,0.75);
}

[data-widget-package="com.fliplet.panels"] .list-panels .panels {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: none;
}

[data-widget-package="com.fliplet.panels"] .three-columns .panels {
  border-radius: 6px;
}

[data-widget-package="com.fliplet.metro"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: block !important;
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels.linked .metro-desc {
  padding-top: calc(10px + 14px);
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.45);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.photo-sharing"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.refresh {
  color: #2F3F50;
  background-color: transparent;
  border: 1px solid #2F3F50;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.refresh:focus,
[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.refresh:hover,
[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.refresh:active:focus,
[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.refresh:active:hover {
  border-width: 1px;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .add-photo {
  background-color: #2F3F50;
  color: #fff;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default {
  background-color: silver;
  color: #333;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default:focus,
[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default:hover,
[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default:active:focus,
[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default:active:hover {
  background-color: #b1b1b1;
  color: #333;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default.disabled,
[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .image-wrapper {
  border-top: 1px solid all;
  border-bottom: 1px solid all;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-upload-overlay .overlayNavbar {
  border-bottom: 1px solid all;
  background: rgba(255,255,255,0.95);
  color: #333;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-upload-overlay .overlayPanelContent {
  background: #fff;
  color: #333;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-upload-overlay .form-horizontal canvas {
  border-bottom: 1px solid all;
}

.popup-wrapper {
  background-color: #fff;
  color: #333;
}

.popup-wrapper .popup-content .popup-title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

.popup-wrapper .popup-bottom {
  border-top: 4px solid #ccc;
}

.popup-wrapper .popup-bottom button {
  border-bottom: 1px solid #ccc;
}

.popup-wrapper .popup-bottom button:first-child {
  color: #337ab7;
}

.popup-wrapper .popup-bottom button:active {
  background-color: #e6e6e6;
}

[data-widget-package="com.fliplet.slider"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  display: block !important;
}

[data-widget-package="com.fliplet.slider"] .onboarding-holder {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.slider"] .swiper-pagination-bullet {
  border: none;
  width: 8px;
  height: 8px;
  background: rgba(0,0,0,0.1);
}

[data-widget-package="com.fliplet.slider"] .swiper-pagination-bullet-active {
  border: none;
  background: #337ab7;
}

[data-widget-package="com.fliplet.slider"] .swiper-button-next,
[data-widget-package="com.fliplet.slider"] .swiper-button-prev {
  color: #999;
}

[data-widget-package="com.fliplet.slider"] .swiper-wrapper .swiper-slide {
  padding: 0px 33px 0px 33px;
}

[data-widget-package="com.fliplet.slider"] .swiper-wrapper p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.slider"] .swiper-wrapper h1 {
  font-family: Helvetica;
  font-size: 36px;
  font-weight: 100;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  color: #337ab7;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .ob-top-nav .ob-skip {
  color: rgba(255,255,255,0.5);
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-pagination-bullet {
  border: none;
  width: 10px;
  height: 10px;
  background: rgba(129,80,80,0.4);
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-pagination-bullet-active {
  border: none;
  background: #CD0510;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-button-next,
[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-button-prev {
  color: #CD0510;
  background-color: #fff;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-wrapper .swiper-slide-content {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-wrapper p {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #000;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-wrapper h1 {
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  color: #CD0510;
}

.slide-over {
  background-color: #fff;
}

.overlay-about-app .client-info h1,
.overlay-about-app .client-info h2,
.overlay-about-app .client-info h3,
.overlay-about-app .client-info h4,
.overlay-about-app .client-info h5,
.overlay-about-app .client-info h6,
.overlay-update-notes .client-info h1,
.overlay-update-notes .client-info h2,
.overlay-update-notes .client-info h3,
.overlay-update-notes .client-info h4,
.overlay-update-notes .client-info h5,
.overlay-update-notes .client-info h6 {
  color: #2F3F50;
}

.overlay-about-app .overlayNavbar,
.overlay-update-notes .overlayNavbar {
  background-color: #fff;
  color: #2F3F50;
}

.overlay-about-app .overlayPanel,
.overlay-update-notes .overlayPanel {
  color: #2F3F50;
}

.overlay-about-app .overlayPanel .closeButton,
.overlay-update-notes .overlayPanel .closeButton {
  background-color: #fff;
  color: #2F3F50;
}

.overlay-about-app .overlayPanel .closeButton:active:focus,
.overlay-about-app .overlayPanel .closeButton:focus,
.overlay-about-app .overlayPanel .closeButton:hover,
.overlay-update-notes .overlayPanel .closeButton:active:focus,
.overlay-update-notes .overlayPanel .closeButton:focus,
.overlay-update-notes .overlayPanel .closeButton:hover {
  background-color: #b1b1b1;
  color: #333;
}

.overlay-about-app .overlayPanelContent,
.overlay-update-notes .overlayPanelContent {
  background-color: #fff;
  color: #2F3F50;
}

.overlay-about-app .overlayPanelContent .update-version,
.overlay-update-notes .overlayPanelContent .update-version {
  background-color: #e6e6e6;
}

.overlay-about-app .fliplet-info,
.overlay-update-notes .fliplet-info {
  border-top-color: #dfe5ec;
  background-color: #fff;
  color: #2F3F50;
}

.overlay-about-app .fliplet-info .update-buttons .check-updates,
.overlay-update-notes .fliplet-info .update-buttons .check-updates {
  background-color: #CD0510;
  color: #fff;
}

.overlay-about-app .fliplet-info .update-buttons .check-updates:active:focus,
.overlay-about-app .fliplet-info .update-buttons .check-updates:focus,
.overlay-about-app .fliplet-info .update-buttons .check-updates:hover,
.overlay-update-notes .fliplet-info .update-buttons .check-updates:active:focus,
.overlay-update-notes .fliplet-info .update-buttons .check-updates:focus,
.overlay-update-notes .fliplet-info .update-buttons .check-updates:hover {
  background-color: #2f3f50;
  color: #fff;
}

.overlay-about-app .fliplet-info hr,
.overlay-update-notes .fliplet-info hr {
  border-top-color: #dfe5ec;
}

.overlay-about-app .btn-link,
.overlay-update-notes .btn-link {
  color: #237BBD;
}

.overlay-about-app .btn-link:focus,
.overlay-about-app .btn-link:hover,
.overlay-about-app .btn-link:active:focus,
.overlay-about-app .btn-link:active:hover,
.overlay-update-notes .btn-link:focus,
.overlay-update-notes .btn-link:hover,
.overlay-update-notes .btn-link:active:focus,
.overlay-update-notes .btn-link:active:hover {
  color: #003B67;
}

.overlay-about-app a,
.overlay-update-notes a {
  color: #237BBD;
}

.overlay-about-app a:focus,
.overlay-about-app a:hover,
.overlay-about-app a:active:focus,
.overlay-about-app a:active:hover,
.overlay-update-notes a:focus,
.overlay-update-notes a:hover,
.overlay-update-notes a:active:focus,
.overlay-update-notes a:active:hover {
  color: #003B67;
}

.image-fullscreen-wrapper .pswp__bg {
  background-color: #fff;
}

[data-widget-package="com.fliplet.online-offline"],
[data-widget-package="com.fliplet.online-video"] {
  overflow: hidden;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px auto;
  display: block !important;
}

[data-widget-package="com.fliplet.online-offline"] .video-wrapper,
[data-widget-package="com.fliplet.online-video"] .video-wrapper {
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

html.no-touchevents.js-focus-visible .fl-range-slider.focus-outline:focus-within .range-slider-handle {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25);
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="c6986961-2b6f-4437-9faf-fe599c5e9955"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="c6986961-2b6f-4437-9faf-fe599c5e9955"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="c6986961-2b6f-4437-9faf-fe599c5e9955"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="c6986961-2b6f-4437-9faf-fe599c5e9955"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="c6986961-2b6f-4437-9faf-fe599c5e9955"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="c6986961-2b6f-4437-9faf-fe599c5e9955"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="05e6bc18-66bd-457c-b03d-f798691855a6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="f6bcded9-e558-4741-ba5c-fb602c1201f4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="1613fb59-06e4-481c-a289-8b61054860bd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 40px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a821c8ad-0622-464a-b8fb-7be59bd94bce"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a821c8ad-0622-464a-b8fb-7be59bd94bce"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a821c8ad-0622-464a-b8fb-7be59bd94bce"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a821c8ad-0622-464a-b8fb-7be59bd94bce"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a821c8ad-0622-464a-b8fb-7be59bd94bce"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a821c8ad-0622-464a-b8fb-7be59bd94bce"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a821c8ad-0622-464a-b8fb-7be59bd94bce"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a821c8ad-0622-464a-b8fb-7be59bd94bce"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0954d1b3-1e04-438b-90e3-7125f142fd95"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0954d1b3-1e04-438b-90e3-7125f142fd95"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0954d1b3-1e04-438b-90e3-7125f142fd95"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0954d1b3-1e04-438b-90e3-7125f142fd95"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0954d1b3-1e04-438b-90e3-7125f142fd95"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0954d1b3-1e04-438b-90e3-7125f142fd95"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0954d1b3-1e04-438b-90e3-7125f142fd95"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0954d1b3-1e04-438b-90e3-7125f142fd95"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb22acc3-346c-417b-9f31-d42a109d7b2f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb22acc3-346c-417b-9f31-d42a109d7b2f"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb22acc3-346c-417b-9f31-d42a109d7b2f"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb22acc3-346c-417b-9f31-d42a109d7b2f"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb22acc3-346c-417b-9f31-d42a109d7b2f"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb22acc3-346c-417b-9f31-d42a109d7b2f"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb22acc3-346c-417b-9f31-d42a109d7b2f"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb22acc3-346c-417b-9f31-d42a109d7b2f"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c4c03ca0-1bf0-4d05-bf31-2f088495684b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c4c03ca0-1bf0-4d05-bf31-2f088495684b"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c4c03ca0-1bf0-4d05-bf31-2f088495684b"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c4c03ca0-1bf0-4d05-bf31-2f088495684b"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c4c03ca0-1bf0-4d05-bf31-2f088495684b"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c4c03ca0-1bf0-4d05-bf31-2f088495684b"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c4c03ca0-1bf0-4d05-bf31-2f088495684b"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c4c03ca0-1bf0-4d05-bf31-2f088495684b"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f7a0158e-31cd-4930-a73f-af6c6530c951"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f7a0158e-31cd-4930-a73f-af6c6530c951"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f7a0158e-31cd-4930-a73f-af6c6530c951"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f7a0158e-31cd-4930-a73f-af6c6530c951"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f7a0158e-31cd-4930-a73f-af6c6530c951"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f7a0158e-31cd-4930-a73f-af6c6530c951"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f7a0158e-31cd-4930-a73f-af6c6530c951"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f7a0158e-31cd-4930-a73f-af6c6530c951"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3bae3e0-26dd-438b-b59f-eb48fb6247d6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3bae3e0-26dd-438b-b59f-eb48fb6247d6"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3bae3e0-26dd-438b-b59f-eb48fb6247d6"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3bae3e0-26dd-438b-b59f-eb48fb6247d6"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3bae3e0-26dd-438b-b59f-eb48fb6247d6"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3bae3e0-26dd-438b-b59f-eb48fb6247d6"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3bae3e0-26dd-438b-b59f-eb48fb6247d6"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3bae3e0-26dd-438b-b59f-eb48fb6247d6"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ead55bea-228a-490c-a363-373f6d81e3cd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ead55bea-228a-490c-a363-373f6d81e3cd"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ead55bea-228a-490c-a363-373f6d81e3cd"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ead55bea-228a-490c-a363-373f6d81e3cd"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ead55bea-228a-490c-a363-373f6d81e3cd"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ead55bea-228a-490c-a363-373f6d81e3cd"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ead55bea-228a-490c-a363-373f6d81e3cd"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ead55bea-228a-490c-a363-373f6d81e3cd"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="83444332-1d99-4110-8856-367ffce123bc"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="83444332-1d99-4110-8856-367ffce123bc"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="83444332-1d99-4110-8856-367ffce123bc"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="83444332-1d99-4110-8856-367ffce123bc"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="83444332-1d99-4110-8856-367ffce123bc"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="83444332-1d99-4110-8856-367ffce123bc"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="83444332-1d99-4110-8856-367ffce123bc"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="83444332-1d99-4110-8856-367ffce123bc"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b320ba4a-5ffe-4787-a27e-88769281be6e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b320ba4a-5ffe-4787-a27e-88769281be6e"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b320ba4a-5ffe-4787-a27e-88769281be6e"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b320ba4a-5ffe-4787-a27e-88769281be6e"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b320ba4a-5ffe-4787-a27e-88769281be6e"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b320ba4a-5ffe-4787-a27e-88769281be6e"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b320ba4a-5ffe-4787-a27e-88769281be6e"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b320ba4a-5ffe-4787-a27e-88769281be6e"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="768cd668-630c-424b-9764-bbd8385e6a11"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="768cd668-630c-424b-9764-bbd8385e6a11"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="768cd668-630c-424b-9764-bbd8385e6a11"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="768cd668-630c-424b-9764-bbd8385e6a11"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="768cd668-630c-424b-9764-bbd8385e6a11"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="768cd668-630c-424b-9764-bbd8385e6a11"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="768cd668-630c-424b-9764-bbd8385e6a11"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="768cd668-630c-424b-9764-bbd8385e6a11"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4f7f2fa2-26a2-44b4-82c5-4d2e44ed3735"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4f7f2fa2-26a2-44b4-82c5-4d2e44ed3735"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4f7f2fa2-26a2-44b4-82c5-4d2e44ed3735"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4f7f2fa2-26a2-44b4-82c5-4d2e44ed3735"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4f7f2fa2-26a2-44b4-82c5-4d2e44ed3735"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4f7f2fa2-26a2-44b4-82c5-4d2e44ed3735"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4f7f2fa2-26a2-44b4-82c5-4d2e44ed3735"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4f7f2fa2-26a2-44b4-82c5-4d2e44ed3735"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f39f9a85-2753-4d2e-97a1-160ee173fff4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f39f9a85-2753-4d2e-97a1-160ee173fff4"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f39f9a85-2753-4d2e-97a1-160ee173fff4"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f39f9a85-2753-4d2e-97a1-160ee173fff4"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f39f9a85-2753-4d2e-97a1-160ee173fff4"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f39f9a85-2753-4d2e-97a1-160ee173fff4"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f39f9a85-2753-4d2e-97a1-160ee173fff4"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f39f9a85-2753-4d2e-97a1-160ee173fff4"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9ece014d-0d65-4ec3-a39f-f76e55dad23c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9ece014d-0d65-4ec3-a39f-f76e55dad23c"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9ece014d-0d65-4ec3-a39f-f76e55dad23c"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9ece014d-0d65-4ec3-a39f-f76e55dad23c"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9ece014d-0d65-4ec3-a39f-f76e55dad23c"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9ece014d-0d65-4ec3-a39f-f76e55dad23c"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9ece014d-0d65-4ec3-a39f-f76e55dad23c"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9ece014d-0d65-4ec3-a39f-f76e55dad23c"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d3226453-faf6-41fa-ad1c-b8e0cec974cd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d3226453-faf6-41fa-ad1c-b8e0cec974cd"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d3226453-faf6-41fa-ad1c-b8e0cec974cd"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d3226453-faf6-41fa-ad1c-b8e0cec974cd"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d3226453-faf6-41fa-ad1c-b8e0cec974cd"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d3226453-faf6-41fa-ad1c-b8e0cec974cd"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d3226453-faf6-41fa-ad1c-b8e0cec974cd"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d3226453-faf6-41fa-ad1c-b8e0cec974cd"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b994e6-fd97-4d3c-9bc4-a82438803c02"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b994e6-fd97-4d3c-9bc4-a82438803c02"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b994e6-fd97-4d3c-9bc4-a82438803c02"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b994e6-fd97-4d3c-9bc4-a82438803c02"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b994e6-fd97-4d3c-9bc4-a82438803c02"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b994e6-fd97-4d3c-9bc4-a82438803c02"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b994e6-fd97-4d3c-9bc4-a82438803c02"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b994e6-fd97-4d3c-9bc4-a82438803c02"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b917bd50-755b-4dc2-a9c0-49f2aa94dcff"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b917bd50-755b-4dc2-a9c0-49f2aa94dcff"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b917bd50-755b-4dc2-a9c0-49f2aa94dcff"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b917bd50-755b-4dc2-a9c0-49f2aa94dcff"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b917bd50-755b-4dc2-a9c0-49f2aa94dcff"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b917bd50-755b-4dc2-a9c0-49f2aa94dcff"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b917bd50-755b-4dc2-a9c0-49f2aa94dcff"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b917bd50-755b-4dc2-a9c0-49f2aa94dcff"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2ececfc3-aa62-4602-97b1-3e70116577de"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="2ececfc3-aa62-4602-97b1-3e70116577de"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2ececfc3-aa62-4602-97b1-3e70116577de"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2ececfc3-aa62-4602-97b1-3e70116577de"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2ececfc3-aa62-4602-97b1-3e70116577de"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2ececfc3-aa62-4602-97b1-3e70116577de"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2ececfc3-aa62-4602-97b1-3e70116577de"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2ececfc3-aa62-4602-97b1-3e70116577de"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d847531-b29b-4dd2-9e08-eb63010cae48"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d847531-b29b-4dd2-9e08-eb63010cae48"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d847531-b29b-4dd2-9e08-eb63010cae48"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d847531-b29b-4dd2-9e08-eb63010cae48"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d847531-b29b-4dd2-9e08-eb63010cae48"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d847531-b29b-4dd2-9e08-eb63010cae48"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d847531-b29b-4dd2-9e08-eb63010cae48"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d847531-b29b-4dd2-9e08-eb63010cae48"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c9d7b3b9-d5da-4653-bdeb-204398678d33"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c9d7b3b9-d5da-4653-bdeb-204398678d33"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c9d7b3b9-d5da-4653-bdeb-204398678d33"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c9d7b3b9-d5da-4653-bdeb-204398678d33"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c9d7b3b9-d5da-4653-bdeb-204398678d33"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c9d7b3b9-d5da-4653-bdeb-204398678d33"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c9d7b3b9-d5da-4653-bdeb-204398678d33"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c9d7b3b9-d5da-4653-bdeb-204398678d33"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="022f0b74-5967-44fc-bb3b-dcf4e3600443"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="022f0b74-5967-44fc-bb3b-dcf4e3600443"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="022f0b74-5967-44fc-bb3b-dcf4e3600443"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="022f0b74-5967-44fc-bb3b-dcf4e3600443"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="022f0b74-5967-44fc-bb3b-dcf4e3600443"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="022f0b74-5967-44fc-bb3b-dcf4e3600443"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="022f0b74-5967-44fc-bb3b-dcf4e3600443"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="022f0b74-5967-44fc-bb3b-dcf4e3600443"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="767c80ae-8d66-4411-aa42-956eff8c9419"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="767c80ae-8d66-4411-aa42-956eff8c9419"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="767c80ae-8d66-4411-aa42-956eff8c9419"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="767c80ae-8d66-4411-aa42-956eff8c9419"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="767c80ae-8d66-4411-aa42-956eff8c9419"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="767c80ae-8d66-4411-aa42-956eff8c9419"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="767c80ae-8d66-4411-aa42-956eff8c9419"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="767c80ae-8d66-4411-aa42-956eff8c9419"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e2af10a2-19a5-4b23-8b6b-e54dab85f6f0"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e2af10a2-19a5-4b23-8b6b-e54dab85f6f0"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e2af10a2-19a5-4b23-8b6b-e54dab85f6f0"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e2af10a2-19a5-4b23-8b6b-e54dab85f6f0"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e2af10a2-19a5-4b23-8b6b-e54dab85f6f0"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e2af10a2-19a5-4b23-8b6b-e54dab85f6f0"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e2af10a2-19a5-4b23-8b6b-e54dab85f6f0"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e2af10a2-19a5-4b23-8b6b-e54dab85f6f0"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7a37f506-ce3d-47f7-8d30-f96ebe449da4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7a37f506-ce3d-47f7-8d30-f96ebe449da4"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7a37f506-ce3d-47f7-8d30-f96ebe449da4"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7a37f506-ce3d-47f7-8d30-f96ebe449da4"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7a37f506-ce3d-47f7-8d30-f96ebe449da4"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7a37f506-ce3d-47f7-8d30-f96ebe449da4"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7a37f506-ce3d-47f7-8d30-f96ebe449da4"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7a37f506-ce3d-47f7-8d30-f96ebe449da4"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1a088e67-62cf-4743-894e-19a127cf0e74"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1a088e67-62cf-4743-894e-19a127cf0e74"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1a088e67-62cf-4743-894e-19a127cf0e74"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1a088e67-62cf-4743-894e-19a127cf0e74"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1a088e67-62cf-4743-894e-19a127cf0e74"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1a088e67-62cf-4743-894e-19a127cf0e74"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1a088e67-62cf-4743-894e-19a127cf0e74"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1a088e67-62cf-4743-894e-19a127cf0e74"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ed874c8e-6edf-490e-981b-3547ab186c50"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ed874c8e-6edf-490e-981b-3547ab186c50"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ed874c8e-6edf-490e-981b-3547ab186c50"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ed874c8e-6edf-490e-981b-3547ab186c50"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ed874c8e-6edf-490e-981b-3547ab186c50"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ed874c8e-6edf-490e-981b-3547ab186c50"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ed874c8e-6edf-490e-981b-3547ab186c50"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ed874c8e-6edf-490e-981b-3547ab186c50"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="af41e716-a063-49bc-b399-1156ab759d0f"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="af41e716-a063-49bc-b399-1156ab759d0f"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="af41e716-a063-49bc-b399-1156ab759d0f"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="af41e716-a063-49bc-b399-1156ab759d0f"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="af41e716-a063-49bc-b399-1156ab759d0f"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="af41e716-a063-49bc-b399-1156ab759d0f"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="61f96ebc-0587-4bd0-bab3-025e611efe46"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="d19f56ca-ddda-44fc-bc30-577d46026e85"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f0c73962-79fd-4068-b3a5-ac9c8468b649"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f0c73962-79fd-4068-b3a5-ac9c8468b649"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f0c73962-79fd-4068-b3a5-ac9c8468b649"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f0c73962-79fd-4068-b3a5-ac9c8468b649"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f0c73962-79fd-4068-b3a5-ac9c8468b649"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f0c73962-79fd-4068-b3a5-ac9c8468b649"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f0c73962-79fd-4068-b3a5-ac9c8468b649"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f0c73962-79fd-4068-b3a5-ac9c8468b649"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b616bfdf-f56f-4b89-83e7-378fc9178ed8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b616bfdf-f56f-4b89-83e7-378fc9178ed8"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b616bfdf-f56f-4b89-83e7-378fc9178ed8"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b616bfdf-f56f-4b89-83e7-378fc9178ed8"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b616bfdf-f56f-4b89-83e7-378fc9178ed8"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b616bfdf-f56f-4b89-83e7-378fc9178ed8"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b616bfdf-f56f-4b89-83e7-378fc9178ed8"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b616bfdf-f56f-4b89-83e7-378fc9178ed8"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b9e5f5c-5b19-4c0e-a51d-042844f8795f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b9e5f5c-5b19-4c0e-a51d-042844f8795f"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b9e5f5c-5b19-4c0e-a51d-042844f8795f"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b9e5f5c-5b19-4c0e-a51d-042844f8795f"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b9e5f5c-5b19-4c0e-a51d-042844f8795f"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b9e5f5c-5b19-4c0e-a51d-042844f8795f"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b9e5f5c-5b19-4c0e-a51d-042844f8795f"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b9e5f5c-5b19-4c0e-a51d-042844f8795f"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4513944-18a5-4d85-be47-c3f3cbf02cad"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4513944-18a5-4d85-be47-c3f3cbf02cad"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4513944-18a5-4d85-be47-c3f3cbf02cad"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4513944-18a5-4d85-be47-c3f3cbf02cad"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4513944-18a5-4d85-be47-c3f3cbf02cad"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4513944-18a5-4d85-be47-c3f3cbf02cad"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4513944-18a5-4d85-be47-c3f3cbf02cad"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4513944-18a5-4d85-be47-c3f3cbf02cad"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4ecef1d6-51af-4100-ba8e-cc7938bfb996"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4ecef1d6-51af-4100-ba8e-cc7938bfb996"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4ecef1d6-51af-4100-ba8e-cc7938bfb996"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4ecef1d6-51af-4100-ba8e-cc7938bfb996"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4ecef1d6-51af-4100-ba8e-cc7938bfb996"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4ecef1d6-51af-4100-ba8e-cc7938bfb996"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4ecef1d6-51af-4100-ba8e-cc7938bfb996"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4ecef1d6-51af-4100-ba8e-cc7938bfb996"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="c70273a8-2c92-481c-849a-f7aa60025b01"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="c70273a8-2c92-481c-849a-f7aa60025b01"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="c70273a8-2c92-481c-849a-f7aa60025b01"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="c70273a8-2c92-481c-849a-f7aa60025b01"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="c70273a8-2c92-481c-849a-f7aa60025b01"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="c70273a8-2c92-481c-849a-f7aa60025b01"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="468b0af9-c291-46d8-99ba-ffd486169c8f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="21a45311-c36a-4ce6-834d-9ae4ae8d7bcf"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="2b051f4d-9efa-4831-b9df-8ded7a785e57"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="2b051f4d-9efa-4831-b9df-8ded7a785e57"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="2b051f4d-9efa-4831-b9df-8ded7a785e57"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="2b051f4d-9efa-4831-b9df-8ded7a785e57"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="2b051f4d-9efa-4831-b9df-8ded7a785e57"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="2b051f4d-9efa-4831-b9df-8ded7a785e57"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="0193af73-5161-4c19-b046-c965be2b8997"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="d08ff97b-7d22-45b9-994d-8065024edb25"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7551ee6f-5f58-4ebd-a6ba-11246ab6be1b"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7551ee6f-5f58-4ebd-a6ba-11246ab6be1b"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7551ee6f-5f58-4ebd-a6ba-11246ab6be1b"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7551ee6f-5f58-4ebd-a6ba-11246ab6be1b"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7551ee6f-5f58-4ebd-a6ba-11246ab6be1b"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7551ee6f-5f58-4ebd-a6ba-11246ab6be1b"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="7b34f631-2915-4b54-ad95-b1e492e75392"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="14a8b1a1-9cd9-4414-ab29-7971428257a2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="631bfb6e-028c-4851-bc69-ec6b3dbdc399"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 40px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="274a7afa-310b-460e-9836-e20127d12036"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="274a7afa-310b-460e-9836-e20127d12036"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="274a7afa-310b-460e-9836-e20127d12036"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="274a7afa-310b-460e-9836-e20127d12036"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="274a7afa-310b-460e-9836-e20127d12036"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="274a7afa-310b-460e-9836-e20127d12036"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="274a7afa-310b-460e-9836-e20127d12036"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="274a7afa-310b-460e-9836-e20127d12036"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group input.form-control {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group input.form-control::placeholder {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group textarea.form-control {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group textarea.form-control::placeholder {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .control-label label {
  color: #2F3F50;
  font-size: 16px;
  font-family: "MuseoSans-500",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group label.control-label {
  color: #2F3F50;
  font-size: 16px;
  font-family: "MuseoSans-500",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .input-group .form-control {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .has-error .text-danger {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .has-error .select-proxy-display {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-control:focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .list-group .list-group-item {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .fl-matrix table th:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .fl-matrix table th:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .fl-matrix table td:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .fl-matrix table td:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .list-group .list-group-item:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .list-group .list-group-item:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-rich-text .form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-typeahead .form-control:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-typeahead .form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-rich-text .form-control:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-rich-text .form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
  border: 0 !important;
  border: 1px solid #337AB7 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-typeahead.has-error .selectize-input.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-typeahead.has-error .selectize-input.form-control.focus {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-time-picker>.form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-time-picker>.fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #337AB7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #337AB7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #8D8EA6;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #8D8EA6;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .tgl-ios+.tgl-btn:after {
  background-color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .tgl-ios:checked+.tgl-btn {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .select-proxy-display {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  color: #333;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .select-proxy-display.readonly {
  border: 1px solid #c9c9c9;
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .select-proxy-display.readonly>.icon {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .select-proxy-display>.icon {
  background-color: #CD0510;
  color: #F8F6F7;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .required-info,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .required-info-label {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .input-group-addon {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .input-group-addon:first-child {
  border-right: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flStarRating"] .rating-star .fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid #c9c9c9 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  overflow: hidden;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .sending-form {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .fl-form .spinner-overlay {
  border-top-color: rgba(120,147,176,0.3);
  border-right-color: rgba(120,147,176,0.3);
  border-bottom-color: rgba(120,147,176,0.3);
  border-left-color: #237BBD;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .fileUpload-disabled label {
  background-color: #e1e1e1 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-range-slider .range-slider-fill {
  background-color: silver;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #CD0510;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .fl-matrix table th {
  border: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="de6a2aaf-4ed6-42f3-a1f1-293d80b68383"] .fl-matrix table th {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="b1e5581f-c85f-4332-b51b-d627c23d9202"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="b1e5581f-c85f-4332-b51b-d627c23d9202"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="b1e5581f-c85f-4332-b51b-d627c23d9202"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b1e5581f-c85f-4332-b51b-d627c23d9202"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b1e5581f-c85f-4332-b51b-d627c23d9202"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b1e5581f-c85f-4332-b51b-d627c23d9202"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="93cb5bc6-e8fa-4b9b-9cea-5ef46eca8b57"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="247c0a96-90cc-4d12-955e-d4d52150f8e5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="2b75aa34-9608-4093-aa1a-9480ac5a30f9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 40px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="e565ac05-0e1e-42a0-b121-e0118c7be9e0"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="e565ac05-0e1e-42a0-b121-e0118c7be9e0"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="e565ac05-0e1e-42a0-b121-e0118c7be9e0"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="e565ac05-0e1e-42a0-b121-e0118c7be9e0"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="e565ac05-0e1e-42a0-b121-e0118c7be9e0"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="e565ac05-0e1e-42a0-b121-e0118c7be9e0"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="4d1c91d8-b82d-46dd-a22f-e9aaf4d0b19e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="a3973c78-f0fc-4b3c-a32e-b5cf5453a5ef"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="18e35652-e430-41b7-a0f6-a9b0cbc9dbe2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="e90d430b-217c-4b0d-8210-1233bd20cf7f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="4a849d3b-71de-43cc-a2fe-1789c1fe0225"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 30px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group input.form-control {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group input.form-control::placeholder {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group textarea.form-control {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group textarea.form-control::placeholder {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .control-label label {
  color: #2F3F50;
  font-size: 16px;
  font-family: "MuseoSans-500",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group label.control-label {
  color: #2F3F50;
  font-size: 16px;
  font-family: "MuseoSans-500",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .input-group .form-control {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .has-error .text-danger {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .has-error .select-proxy-display {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-control:focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .list-group .list-group-item {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .fl-matrix table th:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .fl-matrix table th:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .fl-matrix table td:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .fl-matrix table td:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .list-group .list-group-item:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .list-group .list-group-item:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-rich-text .form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-typeahead .form-control:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-typeahead .form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-rich-text .form-control:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-rich-text .form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
  border: 0 !important;
  border: 1px solid #337AB7 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-typeahead.has-error .selectize-input.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-typeahead.has-error .selectize-input.form-control.focus {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-time-picker>.form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-time-picker>.fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #337AB7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #337AB7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #8D8EA6;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #8D8EA6;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .tgl-ios+.tgl-btn:after {
  background-color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .tgl-ios:checked+.tgl-btn {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .select-proxy-display {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  color: #333;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .select-proxy-display.readonly {
  border: 1px solid #c9c9c9;
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .select-proxy-display.readonly>.icon {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .select-proxy-display>.icon {
  background-color: #CD0510;
  color: #F8F6F7;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .required-info,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .required-info-label {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .input-group-addon {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .input-group-addon:first-child {
  border-right: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flStarRating"] .rating-star .fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid #c9c9c9 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  overflow: hidden;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .sending-form {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .fl-form .spinner-overlay {
  border-top-color: rgba(120,147,176,0.3);
  border-right-color: rgba(120,147,176,0.3);
  border-bottom-color: rgba(120,147,176,0.3);
  border-left-color: #237BBD;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .fileUpload-disabled label {
  background-color: #e1e1e1 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-range-slider .range-slider-fill {
  background-color: silver;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #CD0510;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .fl-matrix table th {
  border: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="9b83e94c-85c6-4f04-b211-6314ad040d05"] .fl-matrix table th {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="b9924625-bc42-4ef4-9164-5479c1491cb3"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="b9924625-bc42-4ef4-9164-5479c1491cb3"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="b9924625-bc42-4ef4-9164-5479c1491cb3"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b9924625-bc42-4ef4-9164-5479c1491cb3"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b9924625-bc42-4ef4-9164-5479c1491cb3"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b9924625-bc42-4ef4-9164-5479c1491cb3"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="4bba108c-b005-4dc7-9164-28051edcfff8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="e2a41bf4-3fe4-4a82-bd01-8e8e2bef9b74"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="d68f035f-f5bb-4248-8509-4315265955d1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="b794237e-2b03-43d5-a735-0ae36253f8bc"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 10px 0px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group input.form-control {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group input.form-control::placeholder {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group textarea.form-control {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group textarea.form-control::placeholder {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .control-label label {
  color: #2F3F50;
  font-size: 16px;
  font-family: "MuseoSans-500",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group label.control-label {
  color: #2F3F50;
  font-size: 16px;
  font-family: "MuseoSans-500",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .input-group .form-control {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .has-error .text-danger {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .has-error .select-proxy-display {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-control:focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .list-group .list-group-item {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .fl-matrix table th:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .fl-matrix table th:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .fl-matrix table td:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .fl-matrix table td:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .list-group .list-group-item:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .list-group .list-group-item:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-rich-text .form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-typeahead .form-control:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-typeahead .form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-rich-text .form-control:focus-within,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-rich-text .form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
  border: 0 !important;
  border: 1px solid #337AB7 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-typeahead.has-error .selectize-input.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-typeahead.has-error .selectize-input.form-control.focus {
  border: 1px solid #a94442;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-time-picker>.form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #337AB7;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-time-picker>.fa {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #337AB7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #337AB7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #8D8EA6;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #8D8EA6;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .tgl-ios+.tgl-btn:after {
  background-color: #F8F6F7;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .tgl-ios:checked+.tgl-btn {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .select-proxy-display {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  color: #333;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .select-proxy-display.readonly {
  border: 1px solid #c9c9c9;
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .select-proxy-display.readonly>.icon {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .select-proxy-display>.icon {
  background-color: #CD0510;
  color: #F8F6F7;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .required-info,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .required-info-label {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .input-group-addon {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .input-group-addon:first-child {
  border-right: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flStarRating"] .rating-star .fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid #c9c9c9 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  overflow: hidden;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(47,63,80,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .sending-form {
  color: #2F3F50;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .fl-form .spinner-overlay {
  border-top-color: rgba(120,147,176,0.3);
  border-right-color: rgba(120,147,176,0.3);
  border-bottom-color: rgba(120,147,176,0.3);
  border-left-color: #237BBD;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .fileUpload-disabled label {
  background-color: #e1e1e1 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-range-slider .range-slider-fill {
  background-color: silver;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #CD0510;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #CD0510;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .fl-matrix table th {
  border: 1px solid #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="f555070f-08bf-4860-9312-b88bbde1fc47"] .fl-matrix table th {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f6bea78-e9bb-43f1-8300-7b39d2f250b9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f6bea78-e9bb-43f1-8300-7b39d2f250b9"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f6bea78-e9bb-43f1-8300-7b39d2f250b9"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f6bea78-e9bb-43f1-8300-7b39d2f250b9"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f6bea78-e9bb-43f1-8300-7b39d2f250b9"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f6bea78-e9bb-43f1-8300-7b39d2f250b9"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f6bea78-e9bb-43f1-8300-7b39d2f250b9"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f6bea78-e9bb-43f1-8300-7b39d2f250b9"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e5c826e-d89f-44b2-900d-3861c885fa31"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e5c826e-d89f-44b2-900d-3861c885fa31"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e5c826e-d89f-44b2-900d-3861c885fa31"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e5c826e-d89f-44b2-900d-3861c885fa31"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e5c826e-d89f-44b2-900d-3861c885fa31"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e5c826e-d89f-44b2-900d-3861c885fa31"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e5c826e-d89f-44b2-900d-3861c885fa31"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e5c826e-d89f-44b2-900d-3861c885fa31"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="fa54e13f-5660-4e53-ad69-122e44d6d374"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 0px 5px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="db4bc638-ed61-4361-a62d-73e5075062ff"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 5px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c97ceb67-d8aa-4ea8-a119-093081d8da34"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c97ceb67-d8aa-4ea8-a119-093081d8da34"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c97ceb67-d8aa-4ea8-a119-093081d8da34"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c97ceb67-d8aa-4ea8-a119-093081d8da34"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c97ceb67-d8aa-4ea8-a119-093081d8da34"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c97ceb67-d8aa-4ea8-a119-093081d8da34"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c97ceb67-d8aa-4ea8-a119-093081d8da34"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c97ceb67-d8aa-4ea8-a119-093081d8da34"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="52daa45d-939d-4f05-a18c-9c86afb6d692"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="0760490e-2831-4578-94df-83d3b949b685"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 5px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f4c2f49-99ba-4178-b327-b061eb509fc5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f4c2f49-99ba-4178-b327-b061eb509fc5"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f4c2f49-99ba-4178-b327-b061eb509fc5"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f4c2f49-99ba-4178-b327-b061eb509fc5"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f4c2f49-99ba-4178-b327-b061eb509fc5"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f4c2f49-99ba-4178-b327-b061eb509fc5"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f4c2f49-99ba-4178-b327-b061eb509fc5"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f4c2f49-99ba-4178-b327-b061eb509fc5"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="cc13d0e7-a074-4662-91e5-c823de656b5b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 93%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="71ca6229-e250-4e78-bec7-d69e6c161ae9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 93%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cca89063-12cd-4638-9bae-5f4a89db5add"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cca89063-12cd-4638-9bae-5f4a89db5add"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cca89063-12cd-4638-9bae-5f4a89db5add"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cca89063-12cd-4638-9bae-5f4a89db5add"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cca89063-12cd-4638-9bae-5f4a89db5add"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cca89063-12cd-4638-9bae-5f4a89db5add"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cca89063-12cd-4638-9bae-5f4a89db5add"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cca89063-12cd-4638-9bae-5f4a89db5add"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbd7f27d-d441-4b01-b9a8-67fed98e7e4e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbd7f27d-d441-4b01-b9a8-67fed98e7e4e"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbd7f27d-d441-4b01-b9a8-67fed98e7e4e"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbd7f27d-d441-4b01-b9a8-67fed98e7e4e"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbd7f27d-d441-4b01-b9a8-67fed98e7e4e"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbd7f27d-d441-4b01-b9a8-67fed98e7e4e"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbd7f27d-d441-4b01-b9a8-67fed98e7e4e"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbd7f27d-d441-4b01-b9a8-67fed98e7e4e"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="4823cb0f-a7c6-4ad5-8e27-ecece3920006"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="69944293-162b-44a4-863a-2db7e53a17ee"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="69944293-162b-44a4-863a-2db7e53a17ee"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="69944293-162b-44a4-863a-2db7e53a17ee"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="69944293-162b-44a4-863a-2db7e53a17ee"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="69944293-162b-44a4-863a-2db7e53a17ee"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="69944293-162b-44a4-863a-2db7e53a17ee"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="69944293-162b-44a4-863a-2db7e53a17ee"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="69944293-162b-44a4-863a-2db7e53a17ee"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="69944293-162b-44a4-863a-2db7e53a17ee"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="69944293-162b-44a4-863a-2db7e53a17ee"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="69944293-162b-44a4-863a-2db7e53a17ee"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="69944293-162b-44a4-863a-2db7e53a17ee"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="69944293-162b-44a4-863a-2db7e53a17ee"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="69944293-162b-44a4-863a-2db7e53a17ee"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afea235b-76b7-40f1-b614-471eb630d766"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="afea235b-76b7-40f1-b614-471eb630d766"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afea235b-76b7-40f1-b614-471eb630d766"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afea235b-76b7-40f1-b614-471eb630d766"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afea235b-76b7-40f1-b614-471eb630d766"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afea235b-76b7-40f1-b614-471eb630d766"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afea235b-76b7-40f1-b614-471eb630d766"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afea235b-76b7-40f1-b614-471eb630d766"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"] {
  width: 100%;
  min-width: auto;
  max-width: none;
}

.panel[data-collapse-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: auto;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: auto;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="36db9a7c-d245-412f-a9b4-4bdfc53f611b"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8a1146b9-7c5a-46c1-a5a2-c8422b2a23d5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8a1146b9-7c5a-46c1-a5a2-c8422b2a23d5"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8a1146b9-7c5a-46c1-a5a2-c8422b2a23d5"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8a1146b9-7c5a-46c1-a5a2-c8422b2a23d5"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8a1146b9-7c5a-46c1-a5a2-c8422b2a23d5"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8a1146b9-7c5a-46c1-a5a2-c8422b2a23d5"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8a1146b9-7c5a-46c1-a5a2-c8422b2a23d5"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8a1146b9-7c5a-46c1-a5a2-c8422b2a23d5"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e202b31-b112-406a-a7c2-7c558a84532e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e202b31-b112-406a-a7c2-7c558a84532e"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e202b31-b112-406a-a7c2-7c558a84532e"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e202b31-b112-406a-a7c2-7c558a84532e"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e202b31-b112-406a-a7c2-7c558a84532e"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e202b31-b112-406a-a7c2-7c558a84532e"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e202b31-b112-406a-a7c2-7c558a84532e"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e202b31-b112-406a-a7c2-7c558a84532e"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0d19dd51-0f02-42f4-a24f-72d9fe328ea3"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0d19dd51-0f02-42f4-a24f-72d9fe328ea3"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0d19dd51-0f02-42f4-a24f-72d9fe328ea3"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0d19dd51-0f02-42f4-a24f-72d9fe328ea3"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0d19dd51-0f02-42f4-a24f-72d9fe328ea3"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0d19dd51-0f02-42f4-a24f-72d9fe328ea3"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0d19dd51-0f02-42f4-a24f-72d9fe328ea3"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0d19dd51-0f02-42f4-a24f-72d9fe328ea3"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4568cc5-7cae-415c-b208-5b1f49092f9c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4568cc5-7cae-415c-b208-5b1f49092f9c"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4568cc5-7cae-415c-b208-5b1f49092f9c"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4568cc5-7cae-415c-b208-5b1f49092f9c"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4568cc5-7cae-415c-b208-5b1f49092f9c"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4568cc5-7cae-415c-b208-5b1f49092f9c"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4568cc5-7cae-415c-b208-5b1f49092f9c"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4568cc5-7cae-415c-b208-5b1f49092f9c"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d169930-ad50-473b-bb72-52495d522afe"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d169930-ad50-473b-bb72-52495d522afe"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d169930-ad50-473b-bb72-52495d522afe"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d169930-ad50-473b-bb72-52495d522afe"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d169930-ad50-473b-bb72-52495d522afe"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d169930-ad50-473b-bb72-52495d522afe"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d169930-ad50-473b-bb72-52495d522afe"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d169930-ad50-473b-bb72-52495d522afe"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="148f88f2-f735-4d9a-873e-d39c251ffc71"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="148f88f2-f735-4d9a-873e-d39c251ffc71"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="148f88f2-f735-4d9a-873e-d39c251ffc71"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="148f88f2-f735-4d9a-873e-d39c251ffc71"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="148f88f2-f735-4d9a-873e-d39c251ffc71"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="148f88f2-f735-4d9a-873e-d39c251ffc71"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="148f88f2-f735-4d9a-873e-d39c251ffc71"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="148f88f2-f735-4d9a-873e-d39c251ffc71"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0cbead1-5fea-4116-9ec0-9426df57951d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0cbead1-5fea-4116-9ec0-9426df57951d"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0cbead1-5fea-4116-9ec0-9426df57951d"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0cbead1-5fea-4116-9ec0-9426df57951d"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0cbead1-5fea-4116-9ec0-9426df57951d"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0cbead1-5fea-4116-9ec0-9426df57951d"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0cbead1-5fea-4116-9ec0-9426df57951d"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0cbead1-5fea-4116-9ec0-9426df57951d"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7f81fd-8e0f-4679-b33c-3f55ee4f7504"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7f81fd-8e0f-4679-b33c-3f55ee4f7504"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7f81fd-8e0f-4679-b33c-3f55ee4f7504"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7f81fd-8e0f-4679-b33c-3f55ee4f7504"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7f81fd-8e0f-4679-b33c-3f55ee4f7504"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7f81fd-8e0f-4679-b33c-3f55ee4f7504"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7f81fd-8e0f-4679-b33c-3f55ee4f7504"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7f81fd-8e0f-4679-b33c-3f55ee4f7504"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc527c0-90d4-4edf-b2e6-19f08f23d1fd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc527c0-90d4-4edf-b2e6-19f08f23d1fd"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc527c0-90d4-4edf-b2e6-19f08f23d1fd"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc527c0-90d4-4edf-b2e6-19f08f23d1fd"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc527c0-90d4-4edf-b2e6-19f08f23d1fd"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc527c0-90d4-4edf-b2e6-19f08f23d1fd"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc527c0-90d4-4edf-b2e6-19f08f23d1fd"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc527c0-90d4-4edf-b2e6-19f08f23d1fd"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="809f81ac-d61d-4213-8a60-1d136802d3c6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="809f81ac-d61d-4213-8a60-1d136802d3c6"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="809f81ac-d61d-4213-8a60-1d136802d3c6"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="809f81ac-d61d-4213-8a60-1d136802d3c6"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="809f81ac-d61d-4213-8a60-1d136802d3c6"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="809f81ac-d61d-4213-8a60-1d136802d3c6"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="809f81ac-d61d-4213-8a60-1d136802d3c6"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="809f81ac-d61d-4213-8a60-1d136802d3c6"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afb03e39-e88c-4f01-9324-5fbd9b86c5f9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="afb03e39-e88c-4f01-9324-5fbd9b86c5f9"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afb03e39-e88c-4f01-9324-5fbd9b86c5f9"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afb03e39-e88c-4f01-9324-5fbd9b86c5f9"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afb03e39-e88c-4f01-9324-5fbd9b86c5f9"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afb03e39-e88c-4f01-9324-5fbd9b86c5f9"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afb03e39-e88c-4f01-9324-5fbd9b86c5f9"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="afb03e39-e88c-4f01-9324-5fbd9b86c5f9"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5615e487-ae64-43a7-9e62-fd9487ff5d42"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5615e487-ae64-43a7-9e62-fd9487ff5d42"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5615e487-ae64-43a7-9e62-fd9487ff5d42"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5615e487-ae64-43a7-9e62-fd9487ff5d42"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5615e487-ae64-43a7-9e62-fd9487ff5d42"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5615e487-ae64-43a7-9e62-fd9487ff5d42"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5615e487-ae64-43a7-9e62-fd9487ff5d42"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5615e487-ae64-43a7-9e62-fd9487ff5d42"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c04c793a-b56b-4c09-98a7-a399a406d522"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c04c793a-b56b-4c09-98a7-a399a406d522"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c04c793a-b56b-4c09-98a7-a399a406d522"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c04c793a-b56b-4c09-98a7-a399a406d522"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c04c793a-b56b-4c09-98a7-a399a406d522"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c04c793a-b56b-4c09-98a7-a399a406d522"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c04c793a-b56b-4c09-98a7-a399a406d522"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c04c793a-b56b-4c09-98a7-a399a406d522"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09751490-fa68-4c44-b7bc-bc73251d2288"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="09751490-fa68-4c44-b7bc-bc73251d2288"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09751490-fa68-4c44-b7bc-bc73251d2288"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09751490-fa68-4c44-b7bc-bc73251d2288"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09751490-fa68-4c44-b7bc-bc73251d2288"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09751490-fa68-4c44-b7bc-bc73251d2288"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09751490-fa68-4c44-b7bc-bc73251d2288"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09751490-fa68-4c44-b7bc-bc73251d2288"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4d5021b-5319-4706-a0f1-2321d9c0a642"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4d5021b-5319-4706-a0f1-2321d9c0a642"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4d5021b-5319-4706-a0f1-2321d9c0a642"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4d5021b-5319-4706-a0f1-2321d9c0a642"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4d5021b-5319-4706-a0f1-2321d9c0a642"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4d5021b-5319-4706-a0f1-2321d9c0a642"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4d5021b-5319-4706-a0f1-2321d9c0a642"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4d5021b-5319-4706-a0f1-2321d9c0a642"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="94647aac-3340-4a86-9310-558e2598611a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="94647aac-3340-4a86-9310-558e2598611a"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="94647aac-3340-4a86-9310-558e2598611a"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="94647aac-3340-4a86-9310-558e2598611a"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="94647aac-3340-4a86-9310-558e2598611a"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="94647aac-3340-4a86-9310-558e2598611a"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="94647aac-3340-4a86-9310-558e2598611a"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="94647aac-3340-4a86-9310-558e2598611a"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5968e236-3b3b-46b4-a667-6e9169614c76"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5968e236-3b3b-46b4-a667-6e9169614c76"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5968e236-3b3b-46b4-a667-6e9169614c76"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5968e236-3b3b-46b4-a667-6e9169614c76"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5968e236-3b3b-46b4-a667-6e9169614c76"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5968e236-3b3b-46b4-a667-6e9169614c76"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5968e236-3b3b-46b4-a667-6e9169614c76"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5968e236-3b3b-46b4-a667-6e9169614c76"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e7d631f-cf9a-4d9f-b5cd-a748a268065e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e7d631f-cf9a-4d9f-b5cd-a748a268065e"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e7d631f-cf9a-4d9f-b5cd-a748a268065e"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e7d631f-cf9a-4d9f-b5cd-a748a268065e"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e7d631f-cf9a-4d9f-b5cd-a748a268065e"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e7d631f-cf9a-4d9f-b5cd-a748a268065e"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e7d631f-cf9a-4d9f-b5cd-a748a268065e"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e7d631f-cf9a-4d9f-b5cd-a748a268065e"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fbf568e1-58ba-47b8-b138-0d5152d311e1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="fbf568e1-58ba-47b8-b138-0d5152d311e1"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fbf568e1-58ba-47b8-b138-0d5152d311e1"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fbf568e1-58ba-47b8-b138-0d5152d311e1"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fbf568e1-58ba-47b8-b138-0d5152d311e1"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fbf568e1-58ba-47b8-b138-0d5152d311e1"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fbf568e1-58ba-47b8-b138-0d5152d311e1"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fbf568e1-58ba-47b8-b138-0d5152d311e1"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7d938bf-c64b-4ba6-9f23-7ece306feec5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7d938bf-c64b-4ba6-9f23-7ece306feec5"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7d938bf-c64b-4ba6-9f23-7ece306feec5"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7d938bf-c64b-4ba6-9f23-7ece306feec5"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7d938bf-c64b-4ba6-9f23-7ece306feec5"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7d938bf-c64b-4ba6-9f23-7ece306feec5"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7d938bf-c64b-4ba6-9f23-7ece306feec5"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7d938bf-c64b-4ba6-9f23-7ece306feec5"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdae041e-12dc-4783-955a-0421de92ed43"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdae041e-12dc-4783-955a-0421de92ed43"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdae041e-12dc-4783-955a-0421de92ed43"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdae041e-12dc-4783-955a-0421de92ed43"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdae041e-12dc-4783-955a-0421de92ed43"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdae041e-12dc-4783-955a-0421de92ed43"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdae041e-12dc-4783-955a-0421de92ed43"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdae041e-12dc-4783-955a-0421de92ed43"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a5e5885d-fbf8-4e0f-be2d-07e0a6b4dab7"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a5e5885d-fbf8-4e0f-be2d-07e0a6b4dab7"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a5e5885d-fbf8-4e0f-be2d-07e0a6b4dab7"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a5e5885d-fbf8-4e0f-be2d-07e0a6b4dab7"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a5e5885d-fbf8-4e0f-be2d-07e0a6b4dab7"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a5e5885d-fbf8-4e0f-be2d-07e0a6b4dab7"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a5e5885d-fbf8-4e0f-be2d-07e0a6b4dab7"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a5e5885d-fbf8-4e0f-be2d-07e0a6b4dab7"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a9ff3819-af0c-40a4-866b-660d38229537"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a9ff3819-af0c-40a4-866b-660d38229537"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a9ff3819-af0c-40a4-866b-660d38229537"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a9ff3819-af0c-40a4-866b-660d38229537"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a9ff3819-af0c-40a4-866b-660d38229537"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a9ff3819-af0c-40a4-866b-660d38229537"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a9ff3819-af0c-40a4-866b-660d38229537"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a9ff3819-af0c-40a4-866b-660d38229537"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b1e39e7-4b57-4b82-a126-4aa434e7a3b8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b1e39e7-4b57-4b82-a126-4aa434e7a3b8"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b1e39e7-4b57-4b82-a126-4aa434e7a3b8"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b1e39e7-4b57-4b82-a126-4aa434e7a3b8"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b1e39e7-4b57-4b82-a126-4aa434e7a3b8"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b1e39e7-4b57-4b82-a126-4aa434e7a3b8"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b1e39e7-4b57-4b82-a126-4aa434e7a3b8"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b1e39e7-4b57-4b82-a126-4aa434e7a3b8"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f408a14-a813-463c-a824-7f7b07debf61"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f408a14-a813-463c-a824-7f7b07debf61"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f408a14-a813-463c-a824-7f7b07debf61"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f408a14-a813-463c-a824-7f7b07debf61"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f408a14-a813-463c-a824-7f7b07debf61"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f408a14-a813-463c-a824-7f7b07debf61"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f408a14-a813-463c-a824-7f7b07debf61"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f408a14-a813-463c-a824-7f7b07debf61"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b46e6518-188e-43e3-9dfe-11930ccc1fa2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b46e6518-188e-43e3-9dfe-11930ccc1fa2"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b46e6518-188e-43e3-9dfe-11930ccc1fa2"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b46e6518-188e-43e3-9dfe-11930ccc1fa2"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b46e6518-188e-43e3-9dfe-11930ccc1fa2"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b46e6518-188e-43e3-9dfe-11930ccc1fa2"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b46e6518-188e-43e3-9dfe-11930ccc1fa2"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b46e6518-188e-43e3-9dfe-11930ccc1fa2"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f785af29-96bc-4ae6-a789-a9e6d10302cd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f785af29-96bc-4ae6-a789-a9e6d10302cd"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f785af29-96bc-4ae6-a789-a9e6d10302cd"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f785af29-96bc-4ae6-a789-a9e6d10302cd"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f785af29-96bc-4ae6-a789-a9e6d10302cd"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f785af29-96bc-4ae6-a789-a9e6d10302cd"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f785af29-96bc-4ae6-a789-a9e6d10302cd"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f785af29-96bc-4ae6-a789-a9e6d10302cd"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d19e0858-20c5-46eb-bbe0-05aa88891d5b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d19e0858-20c5-46eb-bbe0-05aa88891d5b"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d19e0858-20c5-46eb-bbe0-05aa88891d5b"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d19e0858-20c5-46eb-bbe0-05aa88891d5b"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d19e0858-20c5-46eb-bbe0-05aa88891d5b"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d19e0858-20c5-46eb-bbe0-05aa88891d5b"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d19e0858-20c5-46eb-bbe0-05aa88891d5b"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d19e0858-20c5-46eb-bbe0-05aa88891d5b"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6afb4e96-6561-4b7f-ae3f-149f9574241c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6afb4e96-6561-4b7f-ae3f-149f9574241c"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6afb4e96-6561-4b7f-ae3f-149f9574241c"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6afb4e96-6561-4b7f-ae3f-149f9574241c"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6afb4e96-6561-4b7f-ae3f-149f9574241c"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6afb4e96-6561-4b7f-ae3f-149f9574241c"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6afb4e96-6561-4b7f-ae3f-149f9574241c"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6afb4e96-6561-4b7f-ae3f-149f9574241c"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c96a449e-8731-48af-9deb-744887653df7"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c96a449e-8731-48af-9deb-744887653df7"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c96a449e-8731-48af-9deb-744887653df7"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c96a449e-8731-48af-9deb-744887653df7"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c96a449e-8731-48af-9deb-744887653df7"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c96a449e-8731-48af-9deb-744887653df7"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c96a449e-8731-48af-9deb-744887653df7"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c96a449e-8731-48af-9deb-744887653df7"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124e0813-b0c1-4c66-a405-55e7f81b1848"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="124e0813-b0c1-4c66-a405-55e7f81b1848"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124e0813-b0c1-4c66-a405-55e7f81b1848"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124e0813-b0c1-4c66-a405-55e7f81b1848"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124e0813-b0c1-4c66-a405-55e7f81b1848"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124e0813-b0c1-4c66-a405-55e7f81b1848"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124e0813-b0c1-4c66-a405-55e7f81b1848"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124e0813-b0c1-4c66-a405-55e7f81b1848"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7ff311b-c432-4d44-93a0-90f99ff83033"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7ff311b-c432-4d44-93a0-90f99ff83033"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7ff311b-c432-4d44-93a0-90f99ff83033"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7ff311b-c432-4d44-93a0-90f99ff83033"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7ff311b-c432-4d44-93a0-90f99ff83033"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7ff311b-c432-4d44-93a0-90f99ff83033"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7ff311b-c432-4d44-93a0-90f99ff83033"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7ff311b-c432-4d44-93a0-90f99ff83033"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86804f45-a2c3-4862-8956-e4d216777e58"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="86804f45-a2c3-4862-8956-e4d216777e58"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86804f45-a2c3-4862-8956-e4d216777e58"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86804f45-a2c3-4862-8956-e4d216777e58"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86804f45-a2c3-4862-8956-e4d216777e58"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86804f45-a2c3-4862-8956-e4d216777e58"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86804f45-a2c3-4862-8956-e4d216777e58"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86804f45-a2c3-4862-8956-e4d216777e58"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f92a8e71-9676-415a-96b4-592c9baf3583"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f92a8e71-9676-415a-96b4-592c9baf3583"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f92a8e71-9676-415a-96b4-592c9baf3583"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f92a8e71-9676-415a-96b4-592c9baf3583"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f92a8e71-9676-415a-96b4-592c9baf3583"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f92a8e71-9676-415a-96b4-592c9baf3583"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f92a8e71-9676-415a-96b4-592c9baf3583"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f92a8e71-9676-415a-96b4-592c9baf3583"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="76fc65f6-7031-4d8e-b30e-8478473ccd4d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="76fc65f6-7031-4d8e-b30e-8478473ccd4d"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="76fc65f6-7031-4d8e-b30e-8478473ccd4d"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="76fc65f6-7031-4d8e-b30e-8478473ccd4d"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="76fc65f6-7031-4d8e-b30e-8478473ccd4d"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="76fc65f6-7031-4d8e-b30e-8478473ccd4d"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="76fc65f6-7031-4d8e-b30e-8478473ccd4d"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="76fc65f6-7031-4d8e-b30e-8478473ccd4d"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="244c15db-9f2e-4ac9-966c-8ff759179930"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="244c15db-9f2e-4ac9-966c-8ff759179930"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="244c15db-9f2e-4ac9-966c-8ff759179930"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="244c15db-9f2e-4ac9-966c-8ff759179930"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="244c15db-9f2e-4ac9-966c-8ff759179930"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="244c15db-9f2e-4ac9-966c-8ff759179930"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="244c15db-9f2e-4ac9-966c-8ff759179930"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="244c15db-9f2e-4ac9-966c-8ff759179930"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="15e3da35-0a87-4e60-9789-46eff8866cc3"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="15e3da35-0a87-4e60-9789-46eff8866cc3"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="15e3da35-0a87-4e60-9789-46eff8866cc3"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="15e3da35-0a87-4e60-9789-46eff8866cc3"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="15e3da35-0a87-4e60-9789-46eff8866cc3"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="15e3da35-0a87-4e60-9789-46eff8866cc3"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="15e3da35-0a87-4e60-9789-46eff8866cc3"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="15e3da35-0a87-4e60-9789-46eff8866cc3"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d658777e-5d13-43d8-87ee-c447a4cca075"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d658777e-5d13-43d8-87ee-c447a4cca075"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d658777e-5d13-43d8-87ee-c447a4cca075"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d658777e-5d13-43d8-87ee-c447a4cca075"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d658777e-5d13-43d8-87ee-c447a4cca075"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d658777e-5d13-43d8-87ee-c447a4cca075"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d658777e-5d13-43d8-87ee-c447a4cca075"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d658777e-5d13-43d8-87ee-c447a4cca075"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb0c951b-64be-4a4a-b311-f4a74c9ef7de"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb0c951b-64be-4a4a-b311-f4a74c9ef7de"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb0c951b-64be-4a4a-b311-f4a74c9ef7de"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb0c951b-64be-4a4a-b311-f4a74c9ef7de"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb0c951b-64be-4a4a-b311-f4a74c9ef7de"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb0c951b-64be-4a4a-b311-f4a74c9ef7de"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb0c951b-64be-4a4a-b311-f4a74c9ef7de"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb0c951b-64be-4a4a-b311-f4a74c9ef7de"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dcb165d4-7d5e-4801-9525-32a85801a7e0"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="dcb165d4-7d5e-4801-9525-32a85801a7e0"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dcb165d4-7d5e-4801-9525-32a85801a7e0"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dcb165d4-7d5e-4801-9525-32a85801a7e0"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dcb165d4-7d5e-4801-9525-32a85801a7e0"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dcb165d4-7d5e-4801-9525-32a85801a7e0"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dcb165d4-7d5e-4801-9525-32a85801a7e0"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dcb165d4-7d5e-4801-9525-32a85801a7e0"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="85361ad7-67ad-4a7d-b7c8-7dc2ebe3d505"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="85361ad7-67ad-4a7d-b7c8-7dc2ebe3d505"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="85361ad7-67ad-4a7d-b7c8-7dc2ebe3d505"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="85361ad7-67ad-4a7d-b7c8-7dc2ebe3d505"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="85361ad7-67ad-4a7d-b7c8-7dc2ebe3d505"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="85361ad7-67ad-4a7d-b7c8-7dc2ebe3d505"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="85361ad7-67ad-4a7d-b7c8-7dc2ebe3d505"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="85361ad7-67ad-4a7d-b7c8-7dc2ebe3d505"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81e87afa-1094-40bf-b19c-2be055653752"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="81e87afa-1094-40bf-b19c-2be055653752"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81e87afa-1094-40bf-b19c-2be055653752"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81e87afa-1094-40bf-b19c-2be055653752"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81e87afa-1094-40bf-b19c-2be055653752"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81e87afa-1094-40bf-b19c-2be055653752"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81e87afa-1094-40bf-b19c-2be055653752"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81e87afa-1094-40bf-b19c-2be055653752"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d3e781b-755b-4a27-b83a-aaec14e9d6a9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d3e781b-755b-4a27-b83a-aaec14e9d6a9"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d3e781b-755b-4a27-b83a-aaec14e9d6a9"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d3e781b-755b-4a27-b83a-aaec14e9d6a9"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d3e781b-755b-4a27-b83a-aaec14e9d6a9"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d3e781b-755b-4a27-b83a-aaec14e9d6a9"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d3e781b-755b-4a27-b83a-aaec14e9d6a9"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d3e781b-755b-4a27-b83a-aaec14e9d6a9"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6003206f-7256-493c-84f4-5d44d0a18258"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6003206f-7256-493c-84f4-5d44d0a18258"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6003206f-7256-493c-84f4-5d44d0a18258"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6003206f-7256-493c-84f4-5d44d0a18258"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6003206f-7256-493c-84f4-5d44d0a18258"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6003206f-7256-493c-84f4-5d44d0a18258"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6003206f-7256-493c-84f4-5d44d0a18258"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6003206f-7256-493c-84f4-5d44d0a18258"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3e5bf7a1-59d4-46ee-a7ce-ab27fdfcba60"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3e5bf7a1-59d4-46ee-a7ce-ab27fdfcba60"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3e5bf7a1-59d4-46ee-a7ce-ab27fdfcba60"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3e5bf7a1-59d4-46ee-a7ce-ab27fdfcba60"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3e5bf7a1-59d4-46ee-a7ce-ab27fdfcba60"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3e5bf7a1-59d4-46ee-a7ce-ab27fdfcba60"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3e5bf7a1-59d4-46ee-a7ce-ab27fdfcba60"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3e5bf7a1-59d4-46ee-a7ce-ab27fdfcba60"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="047b4764-18e1-456b-816d-3170be846461"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="047b4764-18e1-456b-816d-3170be846461"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="047b4764-18e1-456b-816d-3170be846461"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="047b4764-18e1-456b-816d-3170be846461"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="047b4764-18e1-456b-816d-3170be846461"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="047b4764-18e1-456b-816d-3170be846461"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="047b4764-18e1-456b-816d-3170be846461"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="047b4764-18e1-456b-816d-3170be846461"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fc958c63-7c0a-4cfe-a193-ed8421b11f6a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="fc958c63-7c0a-4cfe-a193-ed8421b11f6a"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fc958c63-7c0a-4cfe-a193-ed8421b11f6a"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fc958c63-7c0a-4cfe-a193-ed8421b11f6a"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fc958c63-7c0a-4cfe-a193-ed8421b11f6a"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fc958c63-7c0a-4cfe-a193-ed8421b11f6a"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fc958c63-7c0a-4cfe-a193-ed8421b11f6a"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fc958c63-7c0a-4cfe-a193-ed8421b11f6a"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7dbed29-e3af-40f4-a06f-698dda08d1ca"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7dbed29-e3af-40f4-a06f-698dda08d1ca"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7dbed29-e3af-40f4-a06f-698dda08d1ca"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7dbed29-e3af-40f4-a06f-698dda08d1ca"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7dbed29-e3af-40f4-a06f-698dda08d1ca"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7dbed29-e3af-40f4-a06f-698dda08d1ca"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7dbed29-e3af-40f4-a06f-698dda08d1ca"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b7dbed29-e3af-40f4-a06f-698dda08d1ca"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c01af6f-f352-4f1a-9f90-67c830cdccf8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c01af6f-f352-4f1a-9f90-67c830cdccf8"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c01af6f-f352-4f1a-9f90-67c830cdccf8"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c01af6f-f352-4f1a-9f90-67c830cdccf8"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c01af6f-f352-4f1a-9f90-67c830cdccf8"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c01af6f-f352-4f1a-9f90-67c830cdccf8"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c01af6f-f352-4f1a-9f90-67c830cdccf8"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c01af6f-f352-4f1a-9f90-67c830cdccf8"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40ebf606-6664-4b89-83e0-9c84f4e85b36"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="40ebf606-6664-4b89-83e0-9c84f4e85b36"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40ebf606-6664-4b89-83e0-9c84f4e85b36"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40ebf606-6664-4b89-83e0-9c84f4e85b36"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40ebf606-6664-4b89-83e0-9c84f4e85b36"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40ebf606-6664-4b89-83e0-9c84f4e85b36"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40ebf606-6664-4b89-83e0-9c84f4e85b36"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40ebf606-6664-4b89-83e0-9c84f4e85b36"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f954169-bcd7-47f0-ab71-8d18c920fa12"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f954169-bcd7-47f0-ab71-8d18c920fa12"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f954169-bcd7-47f0-ab71-8d18c920fa12"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f954169-bcd7-47f0-ab71-8d18c920fa12"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f954169-bcd7-47f0-ab71-8d18c920fa12"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f954169-bcd7-47f0-ab71-8d18c920fa12"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f954169-bcd7-47f0-ab71-8d18c920fa12"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f954169-bcd7-47f0-ab71-8d18c920fa12"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1f9054e-71a6-4eb1-ba53-06987a6c1778"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1f9054e-71a6-4eb1-ba53-06987a6c1778"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1f9054e-71a6-4eb1-ba53-06987a6c1778"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1f9054e-71a6-4eb1-ba53-06987a6c1778"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1f9054e-71a6-4eb1-ba53-06987a6c1778"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1f9054e-71a6-4eb1-ba53-06987a6c1778"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1f9054e-71a6-4eb1-ba53-06987a6c1778"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1f9054e-71a6-4eb1-ba53-06987a6c1778"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="61a3daf5-87c1-49d0-a8ad-72803b84fe69"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="61a3daf5-87c1-49d0-a8ad-72803b84fe69"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="61a3daf5-87c1-49d0-a8ad-72803b84fe69"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="61a3daf5-87c1-49d0-a8ad-72803b84fe69"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="61a3daf5-87c1-49d0-a8ad-72803b84fe69"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="61a3daf5-87c1-49d0-a8ad-72803b84fe69"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="61a3daf5-87c1-49d0-a8ad-72803b84fe69"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="61a3daf5-87c1-49d0-a8ad-72803b84fe69"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5405008-8b99-4155-bdaf-08f5e5b46e41"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5405008-8b99-4155-bdaf-08f5e5b46e41"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5405008-8b99-4155-bdaf-08f5e5b46e41"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5405008-8b99-4155-bdaf-08f5e5b46e41"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5405008-8b99-4155-bdaf-08f5e5b46e41"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5405008-8b99-4155-bdaf-08f5e5b46e41"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5405008-8b99-4155-bdaf-08f5e5b46e41"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5405008-8b99-4155-bdaf-08f5e5b46e41"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d37fe9b4-61f9-4345-b67b-f55e0390a64b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d37fe9b4-61f9-4345-b67b-f55e0390a64b"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d37fe9b4-61f9-4345-b67b-f55e0390a64b"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d37fe9b4-61f9-4345-b67b-f55e0390a64b"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d37fe9b4-61f9-4345-b67b-f55e0390a64b"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d37fe9b4-61f9-4345-b67b-f55e0390a64b"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d37fe9b4-61f9-4345-b67b-f55e0390a64b"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d37fe9b4-61f9-4345-b67b-f55e0390a64b"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9fe8fcff-5bf3-46c7-a58f-46deaabc66d1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9fe8fcff-5bf3-46c7-a58f-46deaabc66d1"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9fe8fcff-5bf3-46c7-a58f-46deaabc66d1"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9fe8fcff-5bf3-46c7-a58f-46deaabc66d1"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9fe8fcff-5bf3-46c7-a58f-46deaabc66d1"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9fe8fcff-5bf3-46c7-a58f-46deaabc66d1"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9fe8fcff-5bf3-46c7-a58f-46deaabc66d1"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9fe8fcff-5bf3-46c7-a58f-46deaabc66d1"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4466dd4c-e162-4d35-aa42-e73da4d272b6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4466dd4c-e162-4d35-aa42-e73da4d272b6"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4466dd4c-e162-4d35-aa42-e73da4d272b6"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4466dd4c-e162-4d35-aa42-e73da4d272b6"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4466dd4c-e162-4d35-aa42-e73da4d272b6"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4466dd4c-e162-4d35-aa42-e73da4d272b6"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4466dd4c-e162-4d35-aa42-e73da4d272b6"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4466dd4c-e162-4d35-aa42-e73da4d272b6"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="113b99d0-e4f3-4be9-8483-de14b516aff5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="113b99d0-e4f3-4be9-8483-de14b516aff5"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="113b99d0-e4f3-4be9-8483-de14b516aff5"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="113b99d0-e4f3-4be9-8483-de14b516aff5"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="113b99d0-e4f3-4be9-8483-de14b516aff5"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="113b99d0-e4f3-4be9-8483-de14b516aff5"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="113b99d0-e4f3-4be9-8483-de14b516aff5"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="113b99d0-e4f3-4be9-8483-de14b516aff5"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5783b7f5-069c-47cf-8bef-ef93d2b985cb"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5783b7f5-069c-47cf-8bef-ef93d2b985cb"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5783b7f5-069c-47cf-8bef-ef93d2b985cb"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5783b7f5-069c-47cf-8bef-ef93d2b985cb"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5783b7f5-069c-47cf-8bef-ef93d2b985cb"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5783b7f5-069c-47cf-8bef-ef93d2b985cb"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5783b7f5-069c-47cf-8bef-ef93d2b985cb"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5783b7f5-069c-47cf-8bef-ef93d2b985cb"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="91686364-9429-45ac-9a09-2fa70a261ea6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="91686364-9429-45ac-9a09-2fa70a261ea6"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="91686364-9429-45ac-9a09-2fa70a261ea6"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="91686364-9429-45ac-9a09-2fa70a261ea6"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="91686364-9429-45ac-9a09-2fa70a261ea6"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="91686364-9429-45ac-9a09-2fa70a261ea6"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="91686364-9429-45ac-9a09-2fa70a261ea6"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="91686364-9429-45ac-9a09-2fa70a261ea6"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0838049-813c-4b2d-8cce-115f034b05ad"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0838049-813c-4b2d-8cce-115f034b05ad"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0838049-813c-4b2d-8cce-115f034b05ad"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0838049-813c-4b2d-8cce-115f034b05ad"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0838049-813c-4b2d-8cce-115f034b05ad"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0838049-813c-4b2d-8cce-115f034b05ad"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0838049-813c-4b2d-8cce-115f034b05ad"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0838049-813c-4b2d-8cce-115f034b05ad"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0476214a-40e7-4ec0-aab8-8046fecf68a0"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0476214a-40e7-4ec0-aab8-8046fecf68a0"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0476214a-40e7-4ec0-aab8-8046fecf68a0"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0476214a-40e7-4ec0-aab8-8046fecf68a0"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0476214a-40e7-4ec0-aab8-8046fecf68a0"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0476214a-40e7-4ec0-aab8-8046fecf68a0"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0476214a-40e7-4ec0-aab8-8046fecf68a0"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0476214a-40e7-4ec0-aab8-8046fecf68a0"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5bf01a9-c962-456e-8af8-85be71308135"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5bf01a9-c962-456e-8af8-85be71308135"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5bf01a9-c962-456e-8af8-85be71308135"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5bf01a9-c962-456e-8af8-85be71308135"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5bf01a9-c962-456e-8af8-85be71308135"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5bf01a9-c962-456e-8af8-85be71308135"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5bf01a9-c962-456e-8af8-85be71308135"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5bf01a9-c962-456e-8af8-85be71308135"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f34ea43d-208c-4fea-96bb-92b6babf5109"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f34ea43d-208c-4fea-96bb-92b6babf5109"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f34ea43d-208c-4fea-96bb-92b6babf5109"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f34ea43d-208c-4fea-96bb-92b6babf5109"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f34ea43d-208c-4fea-96bb-92b6babf5109"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f34ea43d-208c-4fea-96bb-92b6babf5109"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f34ea43d-208c-4fea-96bb-92b6babf5109"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f34ea43d-208c-4fea-96bb-92b6babf5109"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5febe68-bd85-4d07-8b24-89d62dacacf7"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5febe68-bd85-4d07-8b24-89d62dacacf7"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5febe68-bd85-4d07-8b24-89d62dacacf7"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5febe68-bd85-4d07-8b24-89d62dacacf7"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5febe68-bd85-4d07-8b24-89d62dacacf7"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5febe68-bd85-4d07-8b24-89d62dacacf7"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5febe68-bd85-4d07-8b24-89d62dacacf7"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c5febe68-bd85-4d07-8b24-89d62dacacf7"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92f58e98-6507-46ad-ac38-76ee9d2f1461"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="92f58e98-6507-46ad-ac38-76ee9d2f1461"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92f58e98-6507-46ad-ac38-76ee9d2f1461"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92f58e98-6507-46ad-ac38-76ee9d2f1461"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92f58e98-6507-46ad-ac38-76ee9d2f1461"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92f58e98-6507-46ad-ac38-76ee9d2f1461"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92f58e98-6507-46ad-ac38-76ee9d2f1461"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92f58e98-6507-46ad-ac38-76ee9d2f1461"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6983367b-15b6-4ff8-ae42-513c1d2803fb"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6983367b-15b6-4ff8-ae42-513c1d2803fb"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6983367b-15b6-4ff8-ae42-513c1d2803fb"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6983367b-15b6-4ff8-ae42-513c1d2803fb"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6983367b-15b6-4ff8-ae42-513c1d2803fb"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6983367b-15b6-4ff8-ae42-513c1d2803fb"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6983367b-15b6-4ff8-ae42-513c1d2803fb"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6983367b-15b6-4ff8-ae42-513c1d2803fb"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44c27b23-6454-425a-a293-5f48766e53a3"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="44c27b23-6454-425a-a293-5f48766e53a3"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44c27b23-6454-425a-a293-5f48766e53a3"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44c27b23-6454-425a-a293-5f48766e53a3"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44c27b23-6454-425a-a293-5f48766e53a3"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44c27b23-6454-425a-a293-5f48766e53a3"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44c27b23-6454-425a-a293-5f48766e53a3"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44c27b23-6454-425a-a293-5f48766e53a3"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f992f64-e94f-449c-92f3-f4222a28e167"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f992f64-e94f-449c-92f3-f4222a28e167"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f992f64-e94f-449c-92f3-f4222a28e167"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f992f64-e94f-449c-92f3-f4222a28e167"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f992f64-e94f-449c-92f3-f4222a28e167"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f992f64-e94f-449c-92f3-f4222a28e167"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f992f64-e94f-449c-92f3-f4222a28e167"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f992f64-e94f-449c-92f3-f4222a28e167"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="145467d1-42e6-4c7c-94e0-d19e36a22d15"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="145467d1-42e6-4c7c-94e0-d19e36a22d15"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="145467d1-42e6-4c7c-94e0-d19e36a22d15"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="145467d1-42e6-4c7c-94e0-d19e36a22d15"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="145467d1-42e6-4c7c-94e0-d19e36a22d15"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="145467d1-42e6-4c7c-94e0-d19e36a22d15"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="145467d1-42e6-4c7c-94e0-d19e36a22d15"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="145467d1-42e6-4c7c-94e0-d19e36a22d15"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="533e3f61-39ca-4e95-a7d7-cd7106ef5b75"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="533e3f61-39ca-4e95-a7d7-cd7106ef5b75"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="533e3f61-39ca-4e95-a7d7-cd7106ef5b75"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="533e3f61-39ca-4e95-a7d7-cd7106ef5b75"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="533e3f61-39ca-4e95-a7d7-cd7106ef5b75"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="533e3f61-39ca-4e95-a7d7-cd7106ef5b75"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="533e3f61-39ca-4e95-a7d7-cd7106ef5b75"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="533e3f61-39ca-4e95-a7d7-cd7106ef5b75"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e1a8110-438e-4148-862a-8809b3efefb6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e1a8110-438e-4148-862a-8809b3efefb6"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e1a8110-438e-4148-862a-8809b3efefb6"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e1a8110-438e-4148-862a-8809b3efefb6"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e1a8110-438e-4148-862a-8809b3efefb6"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e1a8110-438e-4148-862a-8809b3efefb6"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e1a8110-438e-4148-862a-8809b3efefb6"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1e1a8110-438e-4148-862a-8809b3efefb6"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0816afcb-b0a4-4b08-8810-1f22921ae40f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0816afcb-b0a4-4b08-8810-1f22921ae40f"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0816afcb-b0a4-4b08-8810-1f22921ae40f"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0816afcb-b0a4-4b08-8810-1f22921ae40f"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0816afcb-b0a4-4b08-8810-1f22921ae40f"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0816afcb-b0a4-4b08-8810-1f22921ae40f"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0816afcb-b0a4-4b08-8810-1f22921ae40f"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0816afcb-b0a4-4b08-8810-1f22921ae40f"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="218b864f-f5d4-401b-9319-d704327be190"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="218b864f-f5d4-401b-9319-d704327be190"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="218b864f-f5d4-401b-9319-d704327be190"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="218b864f-f5d4-401b-9319-d704327be190"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="218b864f-f5d4-401b-9319-d704327be190"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="218b864f-f5d4-401b-9319-d704327be190"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="218b864f-f5d4-401b-9319-d704327be190"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="218b864f-f5d4-401b-9319-d704327be190"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="79851445-7b19-4ca2-80ff-009c116de09b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="79851445-7b19-4ca2-80ff-009c116de09b"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="79851445-7b19-4ca2-80ff-009c116de09b"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="79851445-7b19-4ca2-80ff-009c116de09b"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="79851445-7b19-4ca2-80ff-009c116de09b"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="79851445-7b19-4ca2-80ff-009c116de09b"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="79851445-7b19-4ca2-80ff-009c116de09b"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="79851445-7b19-4ca2-80ff-009c116de09b"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54a248da-40d3-4f39-ad93-e4b6836c1e76"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="54a248da-40d3-4f39-ad93-e4b6836c1e76"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54a248da-40d3-4f39-ad93-e4b6836c1e76"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54a248da-40d3-4f39-ad93-e4b6836c1e76"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54a248da-40d3-4f39-ad93-e4b6836c1e76"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54a248da-40d3-4f39-ad93-e4b6836c1e76"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54a248da-40d3-4f39-ad93-e4b6836c1e76"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54a248da-40d3-4f39-ad93-e4b6836c1e76"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee3bd5a0-2465-417c-adad-70e97e8ae2d8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee3bd5a0-2465-417c-adad-70e97e8ae2d8"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee3bd5a0-2465-417c-adad-70e97e8ae2d8"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee3bd5a0-2465-417c-adad-70e97e8ae2d8"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee3bd5a0-2465-417c-adad-70e97e8ae2d8"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee3bd5a0-2465-417c-adad-70e97e8ae2d8"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee3bd5a0-2465-417c-adad-70e97e8ae2d8"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee3bd5a0-2465-417c-adad-70e97e8ae2d8"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="2991755b-dfef-4731-a89b-3e364c1a82ea"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="5d0f866d-cc96-456a-9d38-9c164b2e053d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ef8b41f0-1968-4e44-b55a-972c8af186fc"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ef8b41f0-1968-4e44-b55a-972c8af186fc"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ef8b41f0-1968-4e44-b55a-972c8af186fc"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ef8b41f0-1968-4e44-b55a-972c8af186fc"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ef8b41f0-1968-4e44-b55a-972c8af186fc"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ef8b41f0-1968-4e44-b55a-972c8af186fc"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ef8b41f0-1968-4e44-b55a-972c8af186fc"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ef8b41f0-1968-4e44-b55a-972c8af186fc"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="ccfc0a79-7c83-412c-8c43-7863dab22a79"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="37a35c1b-125e-4437-928b-9ff862576bf1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="37a35c1b-125e-4437-928b-9ff862576bf1"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37a35c1b-125e-4437-928b-9ff862576bf1"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37a35c1b-125e-4437-928b-9ff862576bf1"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37a35c1b-125e-4437-928b-9ff862576bf1"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37a35c1b-125e-4437-928b-9ff862576bf1"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37a35c1b-125e-4437-928b-9ff862576bf1"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37a35c1b-125e-4437-928b-9ff862576bf1"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="654a2d02-3439-477f-93fc-b4bb9541dd61"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7b2639c-0a86-4284-a991-9287e3f2acd5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7b2639c-0a86-4284-a991-9287e3f2acd5"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7b2639c-0a86-4284-a991-9287e3f2acd5"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7b2639c-0a86-4284-a991-9287e3f2acd5"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7b2639c-0a86-4284-a991-9287e3f2acd5"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7b2639c-0a86-4284-a991-9287e3f2acd5"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7b2639c-0a86-4284-a991-9287e3f2acd5"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7b2639c-0a86-4284-a991-9287e3f2acd5"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 40px 0px;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul>li {
  border-bottom: 1px solid 1px solid rgba(51,51,51,0.2);
  background-color: rgba(0,0,0,0);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul>li.linked {
  padding-right: calc(10px + 34px);
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul>li.linked:active {
  background-color: rgba(51,51,51,0.06);
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul>li.linked:after {
  color: #2f3f50;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul>li.linked .list-icon {
  color: #2f3f50;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul>li .list-title {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul>li p+p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul.list-save-filter {
  border: 1px solid #333;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul.list-save-filter li {
  border-left: 1px solid #333;
  background: #fff;
  color: #333;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul.list-save-filter li.active {
  background: #333;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #F8F6F7;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list.list-default ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F8F6F7;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .list-search {
  border-bottom: 2px solid 1px solid rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .btn.btn-link.search-cancel {
  color: #333;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .btn.btn-link.search-cancel:hover,
[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .btn.btn-link.search-cancel:focus,
[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .btn.btn-link.search-cancel:active:hover,
[data-widget-package="com.fliplet.simple-list"][data-uuid="84cd77f1-f77a-4f2e-bc66-c563314e660f"] .btn.btn-link.search-cancel:active:focus {
  color: #003B67;
}

[data-widget-package="com.fliplet.container"][data-uuid="be3d8216-3de9-4470-b97c-910ac645a054"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="243c92b0-a614-4380-8c5b-72368fad368e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="49adeca5-3e33-47c3-9dcf-fb5379d15416"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="8de04e94-6a5c-4512-9aa1-c16a0e889ef3"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="400acf9d-573e-4284-b17f-600b004de2ea"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 50px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="677ae526-4679-4d89-b0a9-a95b51a4f226"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="851ed7bf-5cd1-4f82-ae8f-b5946fadfc6b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="dce629fa-0a0b-44ba-a8aa-40252f084887"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="9243c19c-f460-4aaf-b5d2-3b4ebdb986c0"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 5px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8ac5ef5e-f2b3-46d1-868d-0d74495d9b5f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8ac5ef5e-f2b3-46d1-868d-0d74495d9b5f"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8ac5ef5e-f2b3-46d1-868d-0d74495d9b5f"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8ac5ef5e-f2b3-46d1-868d-0d74495d9b5f"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8ac5ef5e-f2b3-46d1-868d-0d74495d9b5f"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8ac5ef5e-f2b3-46d1-868d-0d74495d9b5f"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8ac5ef5e-f2b3-46d1-868d-0d74495d9b5f"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8ac5ef5e-f2b3-46d1-868d-0d74495d9b5f"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="9af698c5-beb8-41a4-b27c-6cd5b9336957"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e015bc50-64e8-41fb-ad8c-d6c0c4f6b59e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e015bc50-64e8-41fb-ad8c-d6c0c4f6b59e"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e015bc50-64e8-41fb-ad8c-d6c0c4f6b59e"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e015bc50-64e8-41fb-ad8c-d6c0c4f6b59e"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e015bc50-64e8-41fb-ad8c-d6c0c4f6b59e"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e015bc50-64e8-41fb-ad8c-d6c0c4f6b59e"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e015bc50-64e8-41fb-ad8c-d6c0c4f6b59e"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e015bc50-64e8-41fb-ad8c-d6c0c4f6b59e"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="42c55e8c-c1ca-445a-b32a-0f6f1a380f21"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 50px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="04096efb-e8ed-45b7-8136-e714505331f3"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="02caf362-ddce-4973-8cfd-7cc874bf2326"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f48f5e5a-07ed-4164-af8b-09dda6d74314"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f48f5e5a-07ed-4164-af8b-09dda6d74314"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f48f5e5a-07ed-4164-af8b-09dda6d74314"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f48f5e5a-07ed-4164-af8b-09dda6d74314"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f48f5e5a-07ed-4164-af8b-09dda6d74314"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f48f5e5a-07ed-4164-af8b-09dda6d74314"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f48f5e5a-07ed-4164-af8b-09dda6d74314"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f48f5e5a-07ed-4164-af8b-09dda6d74314"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="791edde2-69bf-4fd1-a6c2-c9c1dd9b669e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="791edde2-69bf-4fd1-a6c2-c9c1dd9b669e"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="791edde2-69bf-4fd1-a6c2-c9c1dd9b669e"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="791edde2-69bf-4fd1-a6c2-c9c1dd9b669e"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="791edde2-69bf-4fd1-a6c2-c9c1dd9b669e"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="791edde2-69bf-4fd1-a6c2-c9c1dd9b669e"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="791edde2-69bf-4fd1-a6c2-c9c1dd9b669e"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="791edde2-69bf-4fd1-a6c2-c9c1dd9b669e"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="3d33344b-9c90-406c-9e3d-5c080a3e8294"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 50px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="080181f1-8c33-4594-9b0f-5005204fdde5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="080181f1-8c33-4594-9b0f-5005204fdde5"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="080181f1-8c33-4594-9b0f-5005204fdde5"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="080181f1-8c33-4594-9b0f-5005204fdde5"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="080181f1-8c33-4594-9b0f-5005204fdde5"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="080181f1-8c33-4594-9b0f-5005204fdde5"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="080181f1-8c33-4594-9b0f-5005204fdde5"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="080181f1-8c33-4594-9b0f-5005204fdde5"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="69ce1345-5ffc-4fde-8468-b3e45afc92d4"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="69ce1345-5ffc-4fde-8468-b3e45afc92d4"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="69ce1345-5ffc-4fde-8468-b3e45afc92d4"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="69ce1345-5ffc-4fde-8468-b3e45afc92d4"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="69ce1345-5ffc-4fde-8468-b3e45afc92d4"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="69ce1345-5ffc-4fde-8468-b3e45afc92d4"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="71648a34-e192-4e36-82cb-73758558fe9d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="4fe9a30d-ea18-409f-a961-5719981a2c9f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="dcfcd523-c787-4a43-9ab7-5603157a8e94"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 40px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d0a00be4-bdd8-4d7e-9568-0c5bd2cc6c71"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d0a00be4-bdd8-4d7e-9568-0c5bd2cc6c71"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d0a00be4-bdd8-4d7e-9568-0c5bd2cc6c71"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d0a00be4-bdd8-4d7e-9568-0c5bd2cc6c71"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d0a00be4-bdd8-4d7e-9568-0c5bd2cc6c71"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d0a00be4-bdd8-4d7e-9568-0c5bd2cc6c71"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d0a00be4-bdd8-4d7e-9568-0c5bd2cc6c71"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d0a00be4-bdd8-4d7e-9568-0c5bd2cc6c71"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="a912b281-364a-4a2f-8842-76e1fd68caa6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="dc465088-9339-4ed6-9c8d-7ece57684416"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5e19e482-8cb8-4c77-8f5e-e56be2049c12"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5e19e482-8cb8-4c77-8f5e-e56be2049c12"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5e19e482-8cb8-4c77-8f5e-e56be2049c12"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5e19e482-8cb8-4c77-8f5e-e56be2049c12"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5e19e482-8cb8-4c77-8f5e-e56be2049c12"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5e19e482-8cb8-4c77-8f5e-e56be2049c12"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5e19e482-8cb8-4c77-8f5e-e56be2049c12"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5e19e482-8cb8-4c77-8f5e-e56be2049c12"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="36c665dd-ce97-4e68-958d-bebc2bac5d91"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d68c94be-f273-47fe-aadd-9da3385f6890"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d68c94be-f273-47fe-aadd-9da3385f6890"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d68c94be-f273-47fe-aadd-9da3385f6890"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d68c94be-f273-47fe-aadd-9da3385f6890"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d68c94be-f273-47fe-aadd-9da3385f6890"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d68c94be-f273-47fe-aadd-9da3385f6890"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d68c94be-f273-47fe-aadd-9da3385f6890"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d68c94be-f273-47fe-aadd-9da3385f6890"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaab035f-0da4-4e4a-998b-09b7acc364f2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaab035f-0da4-4e4a-998b-09b7acc364f2"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaab035f-0da4-4e4a-998b-09b7acc364f2"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaab035f-0da4-4e4a-998b-09b7acc364f2"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaab035f-0da4-4e4a-998b-09b7acc364f2"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaab035f-0da4-4e4a-998b-09b7acc364f2"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaab035f-0da4-4e4a-998b-09b7acc364f2"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaab035f-0da4-4e4a-998b-09b7acc364f2"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="da25a186-719d-4e64-8fa0-70583aee2eb6"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="da25a186-719d-4e64-8fa0-70583aee2eb6"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="da25a186-719d-4e64-8fa0-70583aee2eb6"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="da25a186-719d-4e64-8fa0-70583aee2eb6"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="da25a186-719d-4e64-8fa0-70583aee2eb6"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="da25a186-719d-4e64-8fa0-70583aee2eb6"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="12d922d6-b3a1-42e6-9ada-ba96e2643242"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="a7fe4fe8-3242-4474-b5bd-bc1832112392"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="8ff4ce4e-8bae-4cb8-b6e2-b5cf72e19a59"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 50px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="86a86275-bdec-41cc-8c27-fe91fb307f39"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="86a86275-bdec-41cc-8c27-fe91fb307f39"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="86a86275-bdec-41cc-8c27-fe91fb307f39"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="86a86275-bdec-41cc-8c27-fe91fb307f39"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="86a86275-bdec-41cc-8c27-fe91fb307f39"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="86a86275-bdec-41cc-8c27-fe91fb307f39"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="0935764a-8abe-4213-ab56-2a9d1cea64f2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="4a33bb09-9cb7-444e-ad76-1a9eb05860c1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="fbecd0f0-0be9-4c80-9790-930703d91fb9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 50px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8bd683c6-1730-405c-b50f-e7347cb61685"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8bd683c6-1730-405c-b50f-e7347cb61685"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8bd683c6-1730-405c-b50f-e7347cb61685"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8bd683c6-1730-405c-b50f-e7347cb61685"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8bd683c6-1730-405c-b50f-e7347cb61685"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8bd683c6-1730-405c-b50f-e7347cb61685"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8bd683c6-1730-405c-b50f-e7347cb61685"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8bd683c6-1730-405c-b50f-e7347cb61685"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="f1a5a753-f78f-4b88-880b-766d53d8f2f6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="c69ca578-0bb5-4cf9-a613-f454d2d5c7e5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="e9fc03aa-b3e3-48ff-9c8b-c44ab0e630d6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b094c80-7577-4dd5-afe8-3e1154fa7f84"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b094c80-7577-4dd5-afe8-3e1154fa7f84"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b094c80-7577-4dd5-afe8-3e1154fa7f84"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b094c80-7577-4dd5-afe8-3e1154fa7f84"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b094c80-7577-4dd5-afe8-3e1154fa7f84"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b094c80-7577-4dd5-afe8-3e1154fa7f84"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b094c80-7577-4dd5-afe8-3e1154fa7f84"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b094c80-7577-4dd5-afe8-3e1154fa7f84"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="d06f8b4f-902f-4b53-80b2-5bbefd26e883"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="5db82168-ba99-4b23-83a3-39afeeff46ec"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="4b9d20ef-89d9-40ce-8760-f0e9b7727b42"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="02d5bb59-36cc-413c-bc89-6ef1478d8102"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 5px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="87428536-0c24-4a67-8970-ccfe1e3772d2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="03bd8d91-21b4-489d-ab31-c9785e3ff704"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d8ef68d-869f-4de7-b9cf-6f16c6de5e85"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d8ef68d-869f-4de7-b9cf-6f16c6de5e85"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d8ef68d-869f-4de7-b9cf-6f16c6de5e85"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d8ef68d-869f-4de7-b9cf-6f16c6de5e85"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d8ef68d-869f-4de7-b9cf-6f16c6de5e85"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d8ef68d-869f-4de7-b9cf-6f16c6de5e85"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d8ef68d-869f-4de7-b9cf-6f16c6de5e85"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5d8ef68d-869f-4de7-b9cf-6f16c6de5e85"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1e387b3-b7f2-45db-a509-17e10aa8ea76"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1e387b3-b7f2-45db-a509-17e10aa8ea76"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1e387b3-b7f2-45db-a509-17e10aa8ea76"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1e387b3-b7f2-45db-a509-17e10aa8ea76"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1e387b3-b7f2-45db-a509-17e10aa8ea76"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1e387b3-b7f2-45db-a509-17e10aa8ea76"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1e387b3-b7f2-45db-a509-17e10aa8ea76"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1e387b3-b7f2-45db-a509-17e10aa8ea76"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c2da901-dacf-40ec-91a4-a3a7cfe17ca2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c2da901-dacf-40ec-91a4-a3a7cfe17ca2"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c2da901-dacf-40ec-91a4-a3a7cfe17ca2"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c2da901-dacf-40ec-91a4-a3a7cfe17ca2"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c2da901-dacf-40ec-91a4-a3a7cfe17ca2"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c2da901-dacf-40ec-91a4-a3a7cfe17ca2"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c2da901-dacf-40ec-91a4-a3a7cfe17ca2"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c2da901-dacf-40ec-91a4-a3a7cfe17ca2"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc33e50c-0722-4f03-8bb0-5c5d2db481ad"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc33e50c-0722-4f03-8bb0-5c5d2db481ad"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc33e50c-0722-4f03-8bb0-5c5d2db481ad"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc33e50c-0722-4f03-8bb0-5c5d2db481ad"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc33e50c-0722-4f03-8bb0-5c5d2db481ad"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc33e50c-0722-4f03-8bb0-5c5d2db481ad"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc33e50c-0722-4f03-8bb0-5c5d2db481ad"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc33e50c-0722-4f03-8bb0-5c5d2db481ad"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0d67586-7c80-4c01-8e9b-40403cfd1c40"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0d67586-7c80-4c01-8e9b-40403cfd1c40"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0d67586-7c80-4c01-8e9b-40403cfd1c40"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0d67586-7c80-4c01-8e9b-40403cfd1c40"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0d67586-7c80-4c01-8e9b-40403cfd1c40"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0d67586-7c80-4c01-8e9b-40403cfd1c40"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0d67586-7c80-4c01-8e9b-40403cfd1c40"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0d67586-7c80-4c01-8e9b-40403cfd1c40"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="dae674f6-81cf-4a04-ba70-b9109de911a5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 14px 0px 0px 0px;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul>li {
  border-bottom: 1px solid 1px solid rgba(51,51,51,0.2);
  background-color: rgba(0,0,0,0);
  padding: 10px 10px 10px calc(10px + 46px);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul>li.linked {
  padding-right: calc(10px + 34px);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul>li.linked:active {
  background-color: rgba(51,51,51,0.06);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul>li.linked:after {
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul>li.linked .list-icon {
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul>li .list-image {
  background-color: rgba(255,255,255,0);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul>li .list-image .fl-list-icon {
  color: #333;
  font-size: 30px;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul>li .list-title {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul>li p+p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul.list-save-filter {
  border: 1px solid #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul.list-save-filter li {
  border-left: 1px solid #474975;
  background: #fff;
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul.list-save-filter li.active {
  background: #474975;
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #474975;
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="6e103484-7602-4d45-ba56-5507aa66e7f8"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F8F6F7;
  color: #474975;
}

[data-widget-package="com.fliplet.container"][data-uuid="2caafb78-f178-43b4-b0da-4b3f95a63993"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul>li {
  border-bottom: 1px solid 1px solid rgba(51,51,51,0.2);
  background-color: rgba(0,0,0,0);
  padding: 10px 10px 10px calc(10px + 46px);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul>li.linked {
  padding-right: calc(10px + 34px);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul>li.linked:active {
  background-color: rgba(51,51,51,0.06);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul>li.linked:after {
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul>li.linked .list-icon {
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul>li .list-image {
  background-color: rgba(255,255,255,0);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul>li .list-image .fl-list-icon {
  color: #333;
  font-size: 30px;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul>li .list-title {
  font-family: "MuseoSans-300",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul>li p+p {
  font-family: "MuseoSans-500",sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul.list-save-filter {
  border: 1px solid #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul.list-save-filter li {
  border-left: 1px solid #474975;
  background: #fff;
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul.list-save-filter li.active {
  background: #474975;
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #474975;
  color: #474975;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="3f62c268-4294-4e83-88e3-d29787a4eb71"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F8F6F7;
  color: #474975;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7ff732-c011-4ea4-88a8-78586a92e5de"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7ff732-c011-4ea4-88a8-78586a92e5de"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7ff732-c011-4ea4-88a8-78586a92e5de"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7ff732-c011-4ea4-88a8-78586a92e5de"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7ff732-c011-4ea4-88a8-78586a92e5de"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7ff732-c011-4ea4-88a8-78586a92e5de"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7ff732-c011-4ea4-88a8-78586a92e5de"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fa7ff732-c011-4ea4-88a8-78586a92e5de"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c54b778a-1884-4a7b-b07c-de1e625c87f1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c54b778a-1884-4a7b-b07c-de1e625c87f1"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c54b778a-1884-4a7b-b07c-de1e625c87f1"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c54b778a-1884-4a7b-b07c-de1e625c87f1"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c54b778a-1884-4a7b-b07c-de1e625c87f1"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c54b778a-1884-4a7b-b07c-de1e625c87f1"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c54b778a-1884-4a7b-b07c-de1e625c87f1"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c54b778a-1884-4a7b-b07c-de1e625c87f1"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="72d4fa32-2e86-436c-9071-490e331ad457"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="72d4fa32-2e86-436c-9071-490e331ad457"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="72d4fa32-2e86-436c-9071-490e331ad457"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="72d4fa32-2e86-436c-9071-490e331ad457"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="72d4fa32-2e86-436c-9071-490e331ad457"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="72d4fa32-2e86-436c-9071-490e331ad457"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="72d4fa32-2e86-436c-9071-490e331ad457"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="72d4fa32-2e86-436c-9071-490e331ad457"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19dd86ef-844e-4c3e-8314-04d0c740b28d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="19dd86ef-844e-4c3e-8314-04d0c740b28d"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19dd86ef-844e-4c3e-8314-04d0c740b28d"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19dd86ef-844e-4c3e-8314-04d0c740b28d"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19dd86ef-844e-4c3e-8314-04d0c740b28d"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19dd86ef-844e-4c3e-8314-04d0c740b28d"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19dd86ef-844e-4c3e-8314-04d0c740b28d"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19dd86ef-844e-4c3e-8314-04d0c740b28d"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbbe9330-2203-49a5-80d5-4f8f575646ff"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbbe9330-2203-49a5-80d5-4f8f575646ff"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbbe9330-2203-49a5-80d5-4f8f575646ff"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbbe9330-2203-49a5-80d5-4f8f575646ff"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbbe9330-2203-49a5-80d5-4f8f575646ff"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbbe9330-2203-49a5-80d5-4f8f575646ff"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbbe9330-2203-49a5-80d5-4f8f575646ff"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dbbe9330-2203-49a5-80d5-4f8f575646ff"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="11806823-87a5-40f2-8d2a-b1fdf1b644b2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="11806823-87a5-40f2-8d2a-b1fdf1b644b2"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="11806823-87a5-40f2-8d2a-b1fdf1b644b2"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="11806823-87a5-40f2-8d2a-b1fdf1b644b2"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="11806823-87a5-40f2-8d2a-b1fdf1b644b2"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="11806823-87a5-40f2-8d2a-b1fdf1b644b2"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="11806823-87a5-40f2-8d2a-b1fdf1b644b2"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="11806823-87a5-40f2-8d2a-b1fdf1b644b2"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2016e7a-830d-43a1-9dc5-3c19eb566aa5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2016e7a-830d-43a1-9dc5-3c19eb566aa5"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2016e7a-830d-43a1-9dc5-3c19eb566aa5"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2016e7a-830d-43a1-9dc5-3c19eb566aa5"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2016e7a-830d-43a1-9dc5-3c19eb566aa5"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2016e7a-830d-43a1-9dc5-3c19eb566aa5"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2016e7a-830d-43a1-9dc5-3c19eb566aa5"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2016e7a-830d-43a1-9dc5-3c19eb566aa5"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="facca0fa-f73c-4621-a469-3740f65bcea3"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="facca0fa-f73c-4621-a469-3740f65bcea3"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="facca0fa-f73c-4621-a469-3740f65bcea3"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="facca0fa-f73c-4621-a469-3740f65bcea3"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="facca0fa-f73c-4621-a469-3740f65bcea3"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="facca0fa-f73c-4621-a469-3740f65bcea3"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="facca0fa-f73c-4621-a469-3740f65bcea3"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="facca0fa-f73c-4621-a469-3740f65bcea3"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bb0a4c15-5a7b-4253-b919-f9f5b5429f4e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="bb0a4c15-5a7b-4253-b919-f9f5b5429f4e"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bb0a4c15-5a7b-4253-b919-f9f5b5429f4e"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bb0a4c15-5a7b-4253-b919-f9f5b5429f4e"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bb0a4c15-5a7b-4253-b919-f9f5b5429f4e"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bb0a4c15-5a7b-4253-b919-f9f5b5429f4e"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bb0a4c15-5a7b-4253-b919-f9f5b5429f4e"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bb0a4c15-5a7b-4253-b919-f9f5b5429f4e"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="826fb762-d656-4cef-9670-5f7053c3fd1f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="826fb762-d656-4cef-9670-5f7053c3fd1f"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="826fb762-d656-4cef-9670-5f7053c3fd1f"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="826fb762-d656-4cef-9670-5f7053c3fd1f"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="826fb762-d656-4cef-9670-5f7053c3fd1f"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="826fb762-d656-4cef-9670-5f7053c3fd1f"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="826fb762-d656-4cef-9670-5f7053c3fd1f"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="826fb762-d656-4cef-9670-5f7053c3fd1f"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="04a85601-b1c0-464a-ba4a-8dbcebfc2393"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.container"][data-uuid="4af4d45f-c80d-4799-87c6-56172aebd31d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="9ce7b1c6-e028-4003-9acb-40790467dca1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="f3bdc9b7-f344-4194-b5bd-b37f7a2f2809"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="75a4cd09-40b1-4e34-a046-05f489917607"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="a5c9963c-d0b7-4bd3-8e24-8189441cb351"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="a5c9963c-d0b7-4bd3-8e24-8189441cb351"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="a5c9963c-d0b7-4bd3-8e24-8189441cb351"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="a5c9963c-d0b7-4bd3-8e24-8189441cb351"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="a5c9963c-d0b7-4bd3-8e24-8189441cb351"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="a5c9963c-d0b7-4bd3-8e24-8189441cb351"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="7066554c-8296-4251-b556-b32c925b3260"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="e5caaf60-6408-4467-8d79-c4d43487ed86"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="f448f129-6092-4a0f-940d-84f6cfdb24a6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="b2ac094e-6032-48e8-ae4b-cffec62d58e2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e837550b-55eb-47e8-becf-c7d2ea2531b7"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e837550b-55eb-47e8-becf-c7d2ea2531b7"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e837550b-55eb-47e8-becf-c7d2ea2531b7"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e837550b-55eb-47e8-becf-c7d2ea2531b7"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e837550b-55eb-47e8-becf-c7d2ea2531b7"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e837550b-55eb-47e8-becf-c7d2ea2531b7"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e837550b-55eb-47e8-becf-c7d2ea2531b7"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e837550b-55eb-47e8-becf-c7d2ea2531b7"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d39f1807-ea29-4290-94e7-723ff4e107fc"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d39f1807-ea29-4290-94e7-723ff4e107fc"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d39f1807-ea29-4290-94e7-723ff4e107fc"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d39f1807-ea29-4290-94e7-723ff4e107fc"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d39f1807-ea29-4290-94e7-723ff4e107fc"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d39f1807-ea29-4290-94e7-723ff4e107fc"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d39f1807-ea29-4290-94e7-723ff4e107fc"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d39f1807-ea29-4290-94e7-723ff4e107fc"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d81142fa-dcac-4e0d-babb-55e922213980"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d81142fa-dcac-4e0d-babb-55e922213980"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d81142fa-dcac-4e0d-babb-55e922213980"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d81142fa-dcac-4e0d-babb-55e922213980"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d81142fa-dcac-4e0d-babb-55e922213980"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d81142fa-dcac-4e0d-babb-55e922213980"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d81142fa-dcac-4e0d-babb-55e922213980"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d81142fa-dcac-4e0d-babb-55e922213980"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="db8db7b5-129b-4d3b-a7c3-606dfe192608"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="db8db7b5-129b-4d3b-a7c3-606dfe192608"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="db8db7b5-129b-4d3b-a7c3-606dfe192608"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="db8db7b5-129b-4d3b-a7c3-606dfe192608"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="db8db7b5-129b-4d3b-a7c3-606dfe192608"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="db8db7b5-129b-4d3b-a7c3-606dfe192608"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="db8db7b5-129b-4d3b-a7c3-606dfe192608"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="db8db7b5-129b-4d3b-a7c3-606dfe192608"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="e2cbb1b6-ae0a-4538-b269-12eeebfc7ff9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5f49e62e-afb7-46d2-b6bc-dd0dad49ca88"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5f49e62e-afb7-46d2-b6bc-dd0dad49ca88"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5f49e62e-afb7-46d2-b6bc-dd0dad49ca88"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5f49e62e-afb7-46d2-b6bc-dd0dad49ca88"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5f49e62e-afb7-46d2-b6bc-dd0dad49ca88"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5f49e62e-afb7-46d2-b6bc-dd0dad49ca88"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5f49e62e-afb7-46d2-b6bc-dd0dad49ca88"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5f49e62e-afb7-46d2-b6bc-dd0dad49ca88"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d76d7576-a74c-490d-abd4-9531732e4916"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d76d7576-a74c-490d-abd4-9531732e4916"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d76d7576-a74c-490d-abd4-9531732e4916"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d76d7576-a74c-490d-abd4-9531732e4916"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d76d7576-a74c-490d-abd4-9531732e4916"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d76d7576-a74c-490d-abd4-9531732e4916"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d76d7576-a74c-490d-abd4-9531732e4916"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d76d7576-a74c-490d-abd4-9531732e4916"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d7712c8-7f8a-4621-8002-4dd526556495"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d7712c8-7f8a-4621-8002-4dd526556495"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d7712c8-7f8a-4621-8002-4dd526556495"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d7712c8-7f8a-4621-8002-4dd526556495"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d7712c8-7f8a-4621-8002-4dd526556495"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d7712c8-7f8a-4621-8002-4dd526556495"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d7712c8-7f8a-4621-8002-4dd526556495"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d7712c8-7f8a-4621-8002-4dd526556495"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="25ec9548-0fe9-4b17-97f9-0dcd2ee1c13a"] {
  flex-shrink: 0;
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="25ec9548-0fe9-4b17-97f9-0dcd2ee1c13a"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7cc602ae-3612-40d1-a780-636bcf328dd0"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7cc602ae-3612-40d1-a780-636bcf328dd0"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: silver;
  color: #333;
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7cc602ae-3612-40d1-a780-636bcf328dd0"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7cc602ae-3612-40d1-a780-636bcf328dd0"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7cc602ae-3612-40d1-a780-636bcf328dd0"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7cc602ae-3612-40d1-a780-636bcf328dd0"] .btn.btn-secondary:active:hover {
  background-color: #b1b1b1;
  color: #333;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="57552357-3d9c-47da-8f15-e9a33ebda477"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 43%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="b03b56d0-fd12-47cf-b7f2-98dd31e3a7dd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="13b2edb5-4239-49a7-82ee-f5f33d20a7f9"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1916550-ed30-423f-92f2-c3ceb857e4f7"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1916550-ed30-423f-92f2-c3ceb857e4f7"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1916550-ed30-423f-92f2-c3ceb857e4f7"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1916550-ed30-423f-92f2-c3ceb857e4f7"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1916550-ed30-423f-92f2-c3ceb857e4f7"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1916550-ed30-423f-92f2-c3ceb857e4f7"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1916550-ed30-423f-92f2-c3ceb857e4f7"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1916550-ed30-423f-92f2-c3ceb857e4f7"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="843963a9-84d3-42fc-8bb0-ef86d45c44b5"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="843963a9-84d3-42fc-8bb0-ef86d45c44b5"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #CD0510;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="843963a9-84d3-42fc-8bb0-ef86d45c44b5"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="843963a9-84d3-42fc-8bb0-ef86d45c44b5"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="843963a9-84d3-42fc-8bb0-ef86d45c44b5"] .btn.btn-primary:active:hover {
  background-color: #2f3f50;
  color: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="e4617b77-725b-467c-96ab-fd5a5f7a4805"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="e4617b77-725b-467c-96ab-fd5a5f7a4805"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #CD0510;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="e4617b77-725b-467c-96ab-fd5a5f7a4805"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="e4617b77-725b-467c-96ab-fd5a5f7a4805"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="e4617b77-725b-467c-96ab-fd5a5f7a4805"] .btn.btn-primary:active:hover {
  background-color: #2f3f50;
  color: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="9455bc73-0902-41dd-b0da-3dfff75e3437"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="1c3663fa-0a16-4891-adb1-ff20fdf6c4b0"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="49be21d6-83fa-44f8-b329-07eff569a77b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="49be21d6-83fa-44f8-b329-07eff569a77b"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="49be21d6-83fa-44f8-b329-07eff569a77b"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="49be21d6-83fa-44f8-b329-07eff569a77b"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="49be21d6-83fa-44f8-b329-07eff569a77b"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="49be21d6-83fa-44f8-b329-07eff569a77b"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="49be21d6-83fa-44f8-b329-07eff569a77b"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="49be21d6-83fa-44f8-b329-07eff569a77b"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3afc9c14-e594-4618-a20a-7f506e7e5fa4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3afc9c14-e594-4618-a20a-7f506e7e5fa4"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3afc9c14-e594-4618-a20a-7f506e7e5fa4"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3afc9c14-e594-4618-a20a-7f506e7e5fa4"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3afc9c14-e594-4618-a20a-7f506e7e5fa4"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3afc9c14-e594-4618-a20a-7f506e7e5fa4"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3afc9c14-e594-4618-a20a-7f506e7e5fa4"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3afc9c14-e594-4618-a20a-7f506e7e5fa4"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54378001-509f-4125-83ee-8192946a521a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="54378001-509f-4125-83ee-8192946a521a"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54378001-509f-4125-83ee-8192946a521a"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54378001-509f-4125-83ee-8192946a521a"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54378001-509f-4125-83ee-8192946a521a"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54378001-509f-4125-83ee-8192946a521a"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54378001-509f-4125-83ee-8192946a521a"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="54378001-509f-4125-83ee-8192946a521a"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5952def7-a641-4e01-b709-502ca63ace94"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5952def7-a641-4e01-b709-502ca63ace94"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5952def7-a641-4e01-b709-502ca63ace94"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5952def7-a641-4e01-b709-502ca63ace94"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5952def7-a641-4e01-b709-502ca63ace94"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5952def7-a641-4e01-b709-502ca63ace94"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5952def7-a641-4e01-b709-502ca63ace94"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5952def7-a641-4e01-b709-502ca63ace94"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="a05ae8af-9a60-45f7-91da-de9dd3c7c9fd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="8f88137e-fd42-4a6b-9160-52a666f5e047"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ca978bbb-698f-4b54-be92-1338c99e0869"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ca978bbb-698f-4b54-be92-1338c99e0869"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ca978bbb-698f-4b54-be92-1338c99e0869"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ca978bbb-698f-4b54-be92-1338c99e0869"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ca978bbb-698f-4b54-be92-1338c99e0869"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ca978bbb-698f-4b54-be92-1338c99e0869"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ca978bbb-698f-4b54-be92-1338c99e0869"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ca978bbb-698f-4b54-be92-1338c99e0869"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f3e60994-ee8c-4bd2-9122-828612c0e98a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f3e60994-ee8c-4bd2-9122-828612c0e98a"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f3e60994-ee8c-4bd2-9122-828612c0e98a"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f3e60994-ee8c-4bd2-9122-828612c0e98a"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f3e60994-ee8c-4bd2-9122-828612c0e98a"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f3e60994-ee8c-4bd2-9122-828612c0e98a"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f3e60994-ee8c-4bd2-9122-828612c0e98a"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f3e60994-ee8c-4bd2-9122-828612c0e98a"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="b131db58-5946-452c-b840-195fe7c4ba47"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="b131db58-5946-452c-b840-195fe7c4ba47"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="b131db58-5946-452c-b840-195fe7c4ba47"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="b131db58-5946-452c-b840-195fe7c4ba47"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="b131db58-5946-452c-b840-195fe7c4ba47"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="b131db58-5946-452c-b840-195fe7c4ba47"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="b131db58-5946-452c-b840-195fe7c4ba47"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="b131db58-5946-452c-b840-195fe7c4ba47"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="b131db58-5946-452c-b840-195fe7c4ba47"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="b131db58-5946-452c-b840-195fe7c4ba47"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="b131db58-5946-452c-b840-195fe7c4ba47"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="b131db58-5946-452c-b840-195fe7c4ba47"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="b131db58-5946-452c-b840-195fe7c4ba47"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="b131db58-5946-452c-b840-195fe7c4ba47"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.container"][data-uuid="179bbdd0-c227-4852-ac19-5039340c0da8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="03644134-d7a1-46ad-8e11-46528ed08433"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="03644134-d7a1-46ad-8e11-46528ed08433"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="03644134-d7a1-46ad-8e11-46528ed08433"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="03644134-d7a1-46ad-8e11-46528ed08433"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="03644134-d7a1-46ad-8e11-46528ed08433"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="03644134-d7a1-46ad-8e11-46528ed08433"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="03644134-d7a1-46ad-8e11-46528ed08433"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="03644134-d7a1-46ad-8e11-46528ed08433"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e6dccf0a-a0e0-4c78-abb0-fa5e1cdf8eb8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e6dccf0a-a0e0-4c78-abb0-fa5e1cdf8eb8"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e6dccf0a-a0e0-4c78-abb0-fa5e1cdf8eb8"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e6dccf0a-a0e0-4c78-abb0-fa5e1cdf8eb8"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e6dccf0a-a0e0-4c78-abb0-fa5e1cdf8eb8"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e6dccf0a-a0e0-4c78-abb0-fa5e1cdf8eb8"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e6dccf0a-a0e0-4c78-abb0-fa5e1cdf8eb8"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e6dccf0a-a0e0-4c78-abb0-fa5e1cdf8eb8"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd62949a-dba9-4613-985b-a59a1bc69686"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd62949a-dba9-4613-985b-a59a1bc69686"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd62949a-dba9-4613-985b-a59a1bc69686"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd62949a-dba9-4613-985b-a59a1bc69686"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd62949a-dba9-4613-985b-a59a1bc69686"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd62949a-dba9-4613-985b-a59a1bc69686"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd62949a-dba9-4613-985b-a59a1bc69686"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd62949a-dba9-4613-985b-a59a1bc69686"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e328acf9-cf96-4f06-adf0-945de232e5bc"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e328acf9-cf96-4f06-adf0-945de232e5bc"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e328acf9-cf96-4f06-adf0-945de232e5bc"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e328acf9-cf96-4f06-adf0-945de232e5bc"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e328acf9-cf96-4f06-adf0-945de232e5bc"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e328acf9-cf96-4f06-adf0-945de232e5bc"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e328acf9-cf96-4f06-adf0-945de232e5bc"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e328acf9-cf96-4f06-adf0-945de232e5bc"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="ff686137-76f4-4946-a2ab-65ed8ddf854c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="9c1e4045-008d-46ca-a2d8-2c22101bc7b3"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="06d92007-9dec-43f7-9522-afaac123702f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="06d92007-9dec-43f7-9522-afaac123702f"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="06d92007-9dec-43f7-9522-afaac123702f"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="06d92007-9dec-43f7-9522-afaac123702f"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="06d92007-9dec-43f7-9522-afaac123702f"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="06d92007-9dec-43f7-9522-afaac123702f"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="06d92007-9dec-43f7-9522-afaac123702f"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="06d92007-9dec-43f7-9522-afaac123702f"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="10d58395-f616-4744-8fc7-0aab4f287311"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="10d58395-f616-4744-8fc7-0aab4f287311"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="10d58395-f616-4744-8fc7-0aab4f287311"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="10d58395-f616-4744-8fc7-0aab4f287311"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="10d58395-f616-4744-8fc7-0aab4f287311"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="10d58395-f616-4744-8fc7-0aab4f287311"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="10d58395-f616-4744-8fc7-0aab4f287311"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="10d58395-f616-4744-8fc7-0aab4f287311"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="9d0b9450-829c-46b5-be52-2e1a65dc6a59"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.container"][data-uuid="a9eca9a5-5bb0-4d1e-98aa-729fbb2ae221"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="01dab2a1-7fd2-4207-8320-1477d00df343"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="01dab2a1-7fd2-4207-8320-1477d00df343"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="01dab2a1-7fd2-4207-8320-1477d00df343"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="01dab2a1-7fd2-4207-8320-1477d00df343"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="01dab2a1-7fd2-4207-8320-1477d00df343"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="01dab2a1-7fd2-4207-8320-1477d00df343"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="01dab2a1-7fd2-4207-8320-1477d00df343"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="01dab2a1-7fd2-4207-8320-1477d00df343"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="125e9014-9418-40cc-a16a-795740dd160b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="125e9014-9418-40cc-a16a-795740dd160b"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="125e9014-9418-40cc-a16a-795740dd160b"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="125e9014-9418-40cc-a16a-795740dd160b"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="125e9014-9418-40cc-a16a-795740dd160b"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="125e9014-9418-40cc-a16a-795740dd160b"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="125e9014-9418-40cc-a16a-795740dd160b"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="125e9014-9418-40cc-a16a-795740dd160b"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e9dcb146-d693-4c7b-abe3-b7b82ae72d1c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e9dcb146-d693-4c7b-abe3-b7b82ae72d1c"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e9dcb146-d693-4c7b-abe3-b7b82ae72d1c"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e9dcb146-d693-4c7b-abe3-b7b82ae72d1c"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e9dcb146-d693-4c7b-abe3-b7b82ae72d1c"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e9dcb146-d693-4c7b-abe3-b7b82ae72d1c"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e9dcb146-d693-4c7b-abe3-b7b82ae72d1c"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e9dcb146-d693-4c7b-abe3-b7b82ae72d1c"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00349ff7-814b-4572-96ac-40a572db19f4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="00349ff7-814b-4572-96ac-40a572db19f4"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00349ff7-814b-4572-96ac-40a572db19f4"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00349ff7-814b-4572-96ac-40a572db19f4"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00349ff7-814b-4572-96ac-40a572db19f4"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00349ff7-814b-4572-96ac-40a572db19f4"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00349ff7-814b-4572-96ac-40a572db19f4"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00349ff7-814b-4572-96ac-40a572db19f4"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="f583b59f-1c45-4eea-811a-edc78ddb9bfb"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="6dabc132-c367-4671-b334-76218f22e028"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="6dabc132-c367-4671-b334-76218f22e028"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="6dabc132-c367-4671-b334-76218f22e028"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="6dabc132-c367-4671-b334-76218f22e028"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="6dabc132-c367-4671-b334-76218f22e028"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="6dabc132-c367-4671-b334-76218f22e028"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="6dabc132-c367-4671-b334-76218f22e028"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="6dabc132-c367-4671-b334-76218f22e028"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="6dabc132-c367-4671-b334-76218f22e028"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="6dabc132-c367-4671-b334-76218f22e028"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="6dabc132-c367-4671-b334-76218f22e028"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="6dabc132-c367-4671-b334-76218f22e028"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="6dabc132-c367-4671-b334-76218f22e028"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="6dabc132-c367-4671-b334-76218f22e028"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b825957-6e6b-4451-ae36-3d185b8a77fd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b825957-6e6b-4451-ae36-3d185b8a77fd"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b825957-6e6b-4451-ae36-3d185b8a77fd"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b825957-6e6b-4451-ae36-3d185b8a77fd"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b825957-6e6b-4451-ae36-3d185b8a77fd"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b825957-6e6b-4451-ae36-3d185b8a77fd"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b825957-6e6b-4451-ae36-3d185b8a77fd"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4b825957-6e6b-4451-ae36-3d185b8a77fd"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a261a051-72a7-48c1-bed6-95fb3c2842e6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a261a051-72a7-48c1-bed6-95fb3c2842e6"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a261a051-72a7-48c1-bed6-95fb3c2842e6"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a261a051-72a7-48c1-bed6-95fb3c2842e6"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a261a051-72a7-48c1-bed6-95fb3c2842e6"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a261a051-72a7-48c1-bed6-95fb3c2842e6"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a261a051-72a7-48c1-bed6-95fb3c2842e6"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a261a051-72a7-48c1-bed6-95fb3c2842e6"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="874c11ae-4f5d-4f3d-9e2f-b57adf2bed5f"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.container"][data-uuid="37e8e40a-f4a8-4a74-b255-afea3dab56d1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="53aa64cc-e011-474d-a0a0-3c8c36e6b96b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="53aa64cc-e011-474d-a0a0-3c8c36e6b96b"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="53aa64cc-e011-474d-a0a0-3c8c36e6b96b"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="53aa64cc-e011-474d-a0a0-3c8c36e6b96b"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="53aa64cc-e011-474d-a0a0-3c8c36e6b96b"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="53aa64cc-e011-474d-a0a0-3c8c36e6b96b"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="53aa64cc-e011-474d-a0a0-3c8c36e6b96b"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="53aa64cc-e011-474d-a0a0-3c8c36e6b96b"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6dce6f90-bd08-4e89-b01b-6640959bfe11"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6dce6f90-bd08-4e89-b01b-6640959bfe11"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6dce6f90-bd08-4e89-b01b-6640959bfe11"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6dce6f90-bd08-4e89-b01b-6640959bfe11"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6dce6f90-bd08-4e89-b01b-6640959bfe11"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6dce6f90-bd08-4e89-b01b-6640959bfe11"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6dce6f90-bd08-4e89-b01b-6640959bfe11"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6dce6f90-bd08-4e89-b01b-6640959bfe11"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="780bcaa9-4437-4bfd-a9f9-07f3583c349b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="780bcaa9-4437-4bfd-a9f9-07f3583c349b"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="780bcaa9-4437-4bfd-a9f9-07f3583c349b"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="780bcaa9-4437-4bfd-a9f9-07f3583c349b"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="780bcaa9-4437-4bfd-a9f9-07f3583c349b"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="780bcaa9-4437-4bfd-a9f9-07f3583c349b"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="780bcaa9-4437-4bfd-a9f9-07f3583c349b"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="780bcaa9-4437-4bfd-a9f9-07f3583c349b"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b7b0a97-b53f-4e6d-a319-555e1866d3c0"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b7b0a97-b53f-4e6d-a319-555e1866d3c0"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b7b0a97-b53f-4e6d-a319-555e1866d3c0"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b7b0a97-b53f-4e6d-a319-555e1866d3c0"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b7b0a97-b53f-4e6d-a319-555e1866d3c0"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b7b0a97-b53f-4e6d-a319-555e1866d3c0"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b7b0a97-b53f-4e6d-a319-555e1866d3c0"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b7b0a97-b53f-4e6d-a319-555e1866d3c0"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="148ba6c0-0993-4459-a414-9be3da44c1f3"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="bd0c4dc3-2fed-49e0-9b75-a4c47999fb9c"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c6ef1172-249e-4bff-be61-b04d843051e8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c6ef1172-249e-4bff-be61-b04d843051e8"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c6ef1172-249e-4bff-be61-b04d843051e8"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c6ef1172-249e-4bff-be61-b04d843051e8"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c6ef1172-249e-4bff-be61-b04d843051e8"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c6ef1172-249e-4bff-be61-b04d843051e8"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c6ef1172-249e-4bff-be61-b04d843051e8"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c6ef1172-249e-4bff-be61-b04d843051e8"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1fb9540c-2fa9-4f65-8fe3-abbad5237028"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1fb9540c-2fa9-4f65-8fe3-abbad5237028"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1fb9540c-2fa9-4f65-8fe3-abbad5237028"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1fb9540c-2fa9-4f65-8fe3-abbad5237028"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1fb9540c-2fa9-4f65-8fe3-abbad5237028"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1fb9540c-2fa9-4f65-8fe3-abbad5237028"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1fb9540c-2fa9-4f65-8fe3-abbad5237028"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1fb9540c-2fa9-4f65-8fe3-abbad5237028"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"] .collapse-start {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
  border: 1px solid all;
}

.panel[data-collapse-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"] .collapse-start:after {
  color: #F8F6F7;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #2F3F50;
  background-color: #fff;
  border: 1px solid all;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid all;
}

.panel-group .panel[data-collapse-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"]>.panel-title {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"]>.panel-title.collapsed {
  color: #F8F6F7;
  background-color: #CD0510;
  padding: 10px calc(20px + 29px) 10px 20px;
}

.panel-group .panel[data-collapse-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"]>.panel-title.collapsed:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"]>.panel-title:after {
  color: #F8F6F7;
}

.panel-group .panel[data-collapse-uuid="166d8139-ebda-4574-9db4-36de65d0b9b3"] .panel-body {
  background-color: #F8F6F7;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="com.fliplet.container"][data-uuid="69b86577-3213-402d-b416-5975b95e747d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="75d8265f-e52e-496e-8ce4-477c9f47ca2c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ec9336e4-5bf1-4f1f-ba2e-3aac540ad241"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ec9336e4-5bf1-4f1f-ba2e-3aac540ad241"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ec9336e4-5bf1-4f1f-ba2e-3aac540ad241"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ec9336e4-5bf1-4f1f-ba2e-3aac540ad241"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ec9336e4-5bf1-4f1f-ba2e-3aac540ad241"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ec9336e4-5bf1-4f1f-ba2e-3aac540ad241"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ec9336e4-5bf1-4f1f-ba2e-3aac540ad241"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ec9336e4-5bf1-4f1f-ba2e-3aac540ad241"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13543802-789a-44c4-8a1f-d1341f58ae7d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="13543802-789a-44c4-8a1f-d1341f58ae7d"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13543802-789a-44c4-8a1f-d1341f58ae7d"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13543802-789a-44c4-8a1f-d1341f58ae7d"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13543802-789a-44c4-8a1f-d1341f58ae7d"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13543802-789a-44c4-8a1f-d1341f58ae7d"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13543802-789a-44c4-8a1f-d1341f58ae7d"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13543802-789a-44c4-8a1f-d1341f58ae7d"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd0c920c-6928-471e-acdc-3c15942ea653"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd0c920c-6928-471e-acdc-3c15942ea653"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd0c920c-6928-471e-acdc-3c15942ea653"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd0c920c-6928-471e-acdc-3c15942ea653"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd0c920c-6928-471e-acdc-3c15942ea653"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd0c920c-6928-471e-acdc-3c15942ea653"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd0c920c-6928-471e-acdc-3c15942ea653"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd0c920c-6928-471e-acdc-3c15942ea653"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="578fc34f-84af-4d25-b1f1-d4054f1c047d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="578fc34f-84af-4d25-b1f1-d4054f1c047d"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="578fc34f-84af-4d25-b1f1-d4054f1c047d"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="578fc34f-84af-4d25-b1f1-d4054f1c047d"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="578fc34f-84af-4d25-b1f1-d4054f1c047d"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="578fc34f-84af-4d25-b1f1-d4054f1c047d"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="578fc34f-84af-4d25-b1f1-d4054f1c047d"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="578fc34f-84af-4d25-b1f1-d4054f1c047d"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="65d04fda-12d4-48b2-a60f-dacd0a0ede71"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="65d04fda-12d4-48b2-a60f-dacd0a0ede71"] p {
  color: #333;
  font-family: "MuseoSans-300",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="65d04fda-12d4-48b2-a60f-dacd0a0ede71"] h1 {
  color: #CD0510;
  font-family: "MuseoSans-100",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="65d04fda-12d4-48b2-a60f-dacd0a0ede71"] h2 {
  color: #666;
  font-family: "MuseoSans-500",sans-serif;
  font-size: 34px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="65d04fda-12d4-48b2-a60f-dacd0a0ede71"] h3 {
  color: #CD0510;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="65d04fda-12d4-48b2-a60f-dacd0a0ede71"] h4 {
  color: #333;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="65d04fda-12d4-48b2-a60f-dacd0a0ede71"] h5 {
  color: #333;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="65d04fda-12d4-48b2-a60f-dacd0a0ede71"] h6 {
  color: #333;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}